/* Styling for the Filter Checkbox Area */
.degree-filter-container {
    background: #f9f9f9;
    border: 1px solid #ddd;
    padding: 1.5rem;
    margin-bottom: 2rem;
    border-radius: 4px;
    font-family: sans-serif;
}

.filter-group h4 {
    margin: 0 0 0.5rem 0;
    font-size: 0.9rem;
    text-transform: uppercase;
    color: #666;
}

/* Smooth appearance when items show/hide */
.degree-item {
    transition: opacity 0.3s ease;
}