/* Plan 14-02 — filter sidebar styles. Scoped narrowly to avoid disturbing
   the existing property-list theme (Bootstrap 5.0 + custom CSS in
   /front/css/porperty-list.css). */

.property-filter-sidebar {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 1rem 1.25rem;
    margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
    .property-filter-sidebar {
        position: sticky;
        top: 90px;
        max-height: calc(100vh - 110px);
        overflow-y: auto;
    }
}

.property-filter-sidebar .filter-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e5e7eb;
}

.property-filter-sidebar .filter-group {
    margin-bottom: 1rem;
}

.property-filter-sidebar .filter-label {
    display: block;
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 0.35rem;
    color: #374151;
}

.property-filter-sidebar .filter-amenities {
    max-height: 200px;
    overflow-y: auto;
    padding-right: 0.25rem;
}

.property-filter-sidebar .form-check {
    margin-bottom: 0.25rem;
}

.property-filter-sidebar .filter-actions {
    margin-top: 1.25rem;
    padding-top: 0.75rem;
    border-top: 1px solid #e5e7eb;
}

.property-sort-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.property-sort-bar .results-count {
    font-size: 0.9rem;
    color: #6b7280;
}
