/* Custom styles for CBC Resource Recommender */

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.navbar-brand {
    letter-spacing: 0.3px;
}

.card-resource {
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.card-resource:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.badge-type-link { background-color: #0d6efd; }
.badge-type-pdf { background-color: #dc3545; }
.badge-type-video { background-color: #6f42c1; }
.badge-type-document { background-color: #198754; }

.competency-card {
    border-left: 4px solid #0d6efd;
}

.stat-card {
    border: none;
    border-radius: 0.75rem;
}

.login-card {
    max-width: 420px;
    margin: 0 auto;
}
