.breadcrumb-custom {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    padding: 0.75rem 1.5rem;
    display: inline-flex;
    align-items: center;
}
.breadcrumb-custom .breadcrumb-item + .breadcrumb-item::before {
    content: "›";
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.5rem;
    font-weight: bold;
    padding: 0 0.75rem;
}
.breadcrumb-link {
    color: rgba(255, 255, 255, 0.9) !important;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
}
.breadcrumb-link:hover {
    background: rgba(255, 255, 255, 0.25);
    color: #fff !important;
}
.breadcrumb-active {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.25);
    padding: 0.5rem 1rem;
    border-radius: 25px;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
}
.bg-gradient-primary {
    background: linear-gradient(135deg, #2E5EAA 0%, #FF6B35 100%);
}
.exam-card {
    transition: all 0.3s ease;
}
.exam-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15) !important;
}
.search-form .form-control {
    border: none;
    border-radius: 50px 0 0 50px;
    padding: 1rem 1.5rem;
}
.search-form .btn {
    border-radius: 0 50px 50px 0;
    padding: 0 2rem;
    font-weight: 600;
}
.filter-label { color: #495057; font-weight: 600; font-size: 0.9rem; margin-bottom: 0.5rem; }
.filter-select {
    border: 2px solid #e9ecef;
    border-radius: 15px;
    padding: 0.6rem 1rem;
    font-size: 0.9rem;
}
.filter-selected-badge {
    background: #667eea;
    color: white;
    padding: 0.75rem 1rem;
    border-radius: 15px;
    font-weight: 600;
}
.results-count-badge {
    background: #667eea;
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    font-weight: 600;
}
.view-options button.active {
    background: linear-gradient(135deg, #FF6B35 0%, #2E5EAA 100%);
    color: white;
    border-color: transparent;
}
