/* listing-options-panel.css — filter/sort panels for business & store listings */
.filter-options-panel{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:18px;margin-bottom:20px;box-shadow:0 2px 8px rgba(0,0,0,.04)}
.filter-options-panel .filter-group{margin-bottom:14px;padding-bottom:14px;border-bottom:1px solid #f3f4f6}
.filter-options-panel .filter-group:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}
.filter-options-panel .filter-label{font-weight:700;font-size:.82rem;color:#1f2937;text-transform:uppercase;letter-spacing:.03em;margin-bottom:8px}
.filter-options-panel .filter-check{display:block;margin-bottom:6px;cursor:pointer}
.filter-options-panel .filter-check input{display:none}
.filter-options-panel .filter-check span{display:block;background:#f3f4f6;border:2px solid #e5e7eb;color:#374151;padding:8px 14px;border-radius:8px;font-size:.85rem;font-weight:600;text-align:center;transition:all .2s}
.filter-options-panel .filter-check input:checked+span,.filter-options-panel .filter-check span:hover{background:#172a74;color:#fff;border-color:#172a74}
.filter-options-panel .filter-select{width:100%;border:1.5px solid #e5e7eb;border-radius:8px;padding:8px 12px;font-size:.875rem;color:#1f2937;background:#fff}
.filter-options-panel .btn-apply{width:100%;background:#172a74;color:#fff;border:none;padding:10px;border-radius:10px;font-weight:700;cursor:pointer;margin-top:8px}
.filter-options-panel .btn-apply:hover{background:#153066}
@media(max-width:991.98px){.filter-options-panel{position:static}}
