.filter-section,
.results {
    background: #ECE1D1;
    padding: 16px;
    margin-bottom: 30px;
    border-radius: 12px;
    height: 100%;
}

label {
    margin-right: 10px;
    font-size: 0.9rem;
}

select,
input[type="checkbox"] {
    margin: 5px 0 15px;
}

.store-card {
    border-bottom: 1px solid #C4A26E;
    padding: 10px 0;
}

.store-card:last-child {
    border-bottom: none;
}

.brand {
    font-weight: 600;
    font-size: 1.4em;
    color: #B7202e;
}

.store-link a {
    color: #B7202e;
    text-decoration: none;
}

.store-link {
    padding-top: 1rem;
}

.big-select {
    width: 100%;
    padding: 0px;
    font-size: 16px;
    border: none;
    /* border-radius: 8px; */
    background: none;
}

.store-item .blog-content {
    position: relative;
}

.store-item .map-preview iframe {
    display: block;
}

.store-item .open-map {
    color: #B7202e;
    text-decoration: none;
}

.location {
    display: grid;
}

.list {
    width: -webkit-fill-available;
}

.range-bar {
    height: 25px;
}


/* Column separator between filters and results on large screens */

@media (min-width: 992px) {
    .filters-col {
        position: relative;
    }
    .filters-col::after {
        content: '';
        position: absolute;
        right: -1px;
        top: 0;
        bottom: 0;
        width: 3px;
        background: linear-gradient(180deg, rgba(196, 162, 110, 0) 0%, rgba(196, 162, 110, 0.85) 12%, #C4A26E 50%, rgba(196, 162, 110, 0.85) 88%, rgba(196, 162, 110, 0) 100%);
        border-radius: 3px;
        pointer-events: none;
    }
    .filters-col::before {
        content: '';
        position: absolute;
        right: -7px;
        top: 50%;
        transform: translateY(-50%);
        width: 12px;
        height: 12px;
        border-radius: 50%;
        /* background: radial-gradient(circle at 30% 30%, #fff 0%, #fff 30%, #C4A26E 31%, #B89050 60%, #8d6b36 100%); */
        box-shadow: 0 0 0 2px #fff, 0 2px 6px rgba(0, 0, 0, .15);
        pointer-events: none;
    }
    .content-col {
        padding-left: 28px;
    }
    .nice-select.open:after {
        transform: translateY(-50%) rotate(180deg);
        top: 75% !important;
    }
}


/* Horizontal separators between left filter boxes */

.left-filter-box {
    position: relative;
    margin-bottom: 20px;
}

.left-filter-box:not(:last-child)::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, rgba(196, 162, 110, 0) 0%, rgba(196, 162, 110, 0.85) 12%, #C4A26E 50%, rgba(196, 162, 110, 0.85) 88%, rgba(196, 162, 110, 0) 100%);
    border-radius: 3px;
    pointer-events: none;
}

.left-filter-box:not(:last-child)::before {
    content: '';
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    /* background: #C4A26E; */
    /* box-shadow: 0 0 0 2px #fff, 0 2px 6px rgba(0,0,0,.15); */
    pointer-events: none;
}


/* Enhanced Nice Select search UI */

.nice-select-search {
    position: sticky;
    top: 0;
    z-index: 2;
}

.nice-select .list {
    max-height: 260px;
    overflow: auto;
    border-top: 1px solid #eee;
}

.nice-select .option.is-autofocus {
    background: #FFF7EE;
}

.ns-input {
    outline: none;
    font-size: 14px;
}

.ns-nores {
    padding: 10px 12px;
    color: #777;
    font-size: 13px;
}

.ns-mark {
    background: #FFE6B3;
    padding: 0 2px;
    border-radius: 3px;
}


/* Search is shown inside the opened dropdown only */


/* Polished dropdown appearance */

.nice-select {
    width: 100%;
}

.nice-select .current {
    color: #222;
    font-weight: 500;
    display: none;
}

.nice-select .list {
    margin-top: 6px;
    border: 1px solid #C4A26E;
    border-radius: 10px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
    background: #fff;
    z-index: 9999;
}

.nice-select .option {
    padding: 10px 12px;
    line-height: 1.3;
}

.nice-select .option.selected,
.nice-select .option.focus,
.nice-select .option.is-autofocus {
    background: #FFF2D9;
}

.nice-select .list::-webkit-scrollbar {
    width: 8px;
}

.nice-select .list::-webkit-scrollbar-thumb {
    background: #d9c19c;
    border-radius: 8px;
}

.nice-select .list::-webkit-scrollbar-track {
    background: #f6f1e8;
}

.nice-select-search {
    border-bottom: 1px solid #f0e6d7;
}

.nice-select-search .ns-input {
    background: #fff;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .04);
}

.location {
    gap: 10px;
}


/* Search trigger inside closed select */

.nice-select {
    position: relative;
}

.nice-select .ns-trigger {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #B08B4B;
    font-size: 16px;
    line-height: 1;
}

.nice-select {
    cursor: pointer;
}

.nice-select:after {
    content: '\25BC';
    position: absolute;
    right: 25px;
    z-index: 99;
    top: 30%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #B08B4B;
    border: none !important;
}


/* Map container styles */

#map-container {
    background: #ECE1D1;
    padding: 16px;
    border-radius: 12px;
}

#google-map {
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}