.bsaf-filter-panel {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 30px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
    border: 1px solid #e8e4df;
}

.bsaf-filter-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.2rem;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e8e4df;
    color: #151515;
}

.bsaf-filter-group {
    margin-bottom: 20px;
}

.bsaf-filter-group h4 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #151515;
}

.bsaf-filter-options {
    max-height: 180px;
    overflow-y: auto;
    padding-right: 8px;
}

.bsaf-filter-options label {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 0;
    font-size: 0.85rem;
    color: #525252;
    cursor: pointer;
}

.bsaf-filter-options label:hover {
    color: #151515;
}

.bsaf-filter-options .count {
    color: #999;
    font-size: 0.8rem;
}

.bsaf-price-inputs {
    display: flex;
    align-items: center;
    gap: 8px;
}

.bsaf-price-inputs input {
    width: 80px;
    padding: 8px 10px;
    border: 1px solid #d7d0c8;
    border-radius: 8px;
    font-size: 0.85rem;
}

.bsaf-price-inputs span {
    color: #999;
}

.bsaf-filter-btn {
    display: block;
    width: 100%;
    padding: 12px;
    margin-top: 12px;
    border: none;
    border-radius: 8px;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: background 0.2s;
}

.bsaf-filter-btn {
    background: #1a5276;
    color: #fff;
}

.bsaf-filter-btn:hover {
    background: #0e3a54;
}

.bsaf-filter-btn-clear {
    background: transparent;
    color: #525252;
    border: 1px solid #d7d0c8;
}

.bsaf-filter-btn-clear:hover {
    background: #f5f3ef;
    color: #151515;
}

/* Loading state */
.bsaf-loading {
    opacity: 0.5;
    pointer-events: none;
}
