/* تصميم موحد لقسم الفلاتر */
.filter-section-card {
    margin-bottom: 1.5rem;
}

.filter-section-header,
.filter-section-card .card-header,
.card.filter-section-card .card-header {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%) !important;
    color: white !important;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.filter-section-card .card-header h4,
.filter-section-card .card-header h5,
.filter-section-card .card-header h6,
.card.filter-section-card .card-header h4,
.card.filter-section-card .card-header h5,
.card.filter-section-card .card-header h6 {
    color: white !important;
}

.filter-section-card .card-header i,
.card.filter-section-card .card-header i {
    color: white !important;
}

.filter-section-header h5 {
    color: white !important;
    margin-bottom: 0;
}

.filter-section-toggle {
    color: white !important;
    font-weight: bold;
    text-decoration: none;
}

.filter-section-toggle:hover {
    color: #f0f0f0 !important;
    text-decoration: none;
}

.filter-section-body {
    padding: 1rem;
}

.filter-section-actions {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    margin-top: 1rem;
}

