/* Combined frontend styles (v2.6 look) */
.cslv26-topbar{background:#fff;padding: 25px;border: 1px solid #5b7067;border-radius:6px;margin-bottom: 20px;}
.cslv26-row1{display:flex;gap:12px;align-items:center}
.cslv26-actions-row1{display: grid;gap:8px;width: 25%;grid-template-columns: 49% 49%;}
#cslv26-autocomplete{flex:1;padding:10px 12px;border: 1px solid #5b7067;border-radius:4px;font-size: 18px;"Gotham Black", font-family: sans-serif;height: 56px;color: black;outline: unset;}
.btn-primary{background: #5b7067;color:#fff;border:none;padding:10px 14px;border-radius:4px;height: 56px;font-size: 20px;font-family: 'Gotham Black';}
.btn-reset{
    background: #5b7067;
    color: #fff;
    border: none;
    padding: 10px 14px;
    border-radius: 4px;
    height: 56px;
    font-size: 20px;
    font-family: 'Gotham Black';
}
.cslv26-row2{display:flex;gap: 30px;align-items: center;margin-top: 29px;}
.cslv26-use-location .btn-location{
    background: transparent;
    color: #5b7067;
    padding: 0;
    border-radius: 0;
    height: auto;
    font-size: 20px;
    font-family: 'Gotham Black';
    border: unset;
    border-bottom: 3px solid #5b7067;
}
.cslv26-country-filter select{padding:8px;border: 1px solid #5b7067;border-radius:4px;height: 52px;font-size: 18px;font-family: 'Poppins';}
.cslv26-distance-slider .cslv26-range-wrap{display:flex;align-items:center;gap:8px}
.cslv26-range-wrap input[type=range]{
    flex: 1;
}
.cslv26-wrap{display:flex;gap:20px;align-items:flex-start}
.cslv26-left{width: 450px;background:#f9fafb;padding:14px;border-radius:6px;border:1px solid #e8eeee;max-height:520px;overflow:auto}
.cslv26-right{flex:1;min-height:520px}
#cslv26-map{width:100%;height:520px;border-radius:6px;overflow:hidden;border:1px solid #e8eeee}
.cslv26-store-item{padding: 0px;border-bottom: 1px solid #d4d4d4;cursor:pointer;display: flex;flex-wrap: wrap;flex-direction: column;gap: 15px;padding-bottom: 20px;padding-top: 20px;}
.cslv26-store-item.active{background:#eef4f0}
.cslv26-infowindow{min-width:280px; font-family:Arial, sans-serif}
.cslv26-infowindow h3{margin:0 0 6px 0;font-size:16px}
.cslv26-infowindow .cslv26-address{color:#666;margin-bottom:8px}
.cslv26-infowindow .cslv26-row{margin:6px 0;display:flex;gap:8px;align-items:center;font-size:14px}
.cslv26-cat{display:inline-block;background:#e9f0ec;color:#2b5a48;padding:4px 8px;border-radius:12px;margin-right:6px;font-size:12px}
.cslv26-actions{display:flex;justify-content:space-between;margin-top:12px}
.cslv26-btn{background:#fff;border:1px solid #dcdcdc;padding:8px 10px;border-radius:6px;text-decoration:none;color:#333;font-weight:600}

/* list loading text */
#cslv26-list-loading{margin-top:12px;color:#666;font-weight:600}
.cslv26-list-loading-hidden{display:none !important; }

/* spinner overlay */
#cslv26-spinner{position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0.35);display:flex;align-items:center;justify-content:center;z-index:9999}
.cslv26-spinner-hidden{display:none}
.cslv26-spinner-box{background:#fff;padding:18px 22px;border-radius:8px;display:flex;align-items:center;gap:12px;box-shadow:0 6px 18px rgba(0,0,0,0.18)}
.cslv26-spinner-icon{width:36px;height:36px;border-radius:50%;border:4px solid #e6e6e6;border-top-color:#0b5fa5;animation:spin 1s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}
.cslv26-spinner-box div{font-weight:600}




.btn-primary:hover {
    background: #5b7067cf;
}

#cslv26-autocomplete::placeholder {
    color: black;
    font-family: 'Poppins';
    text-transform: capitalize;
}

.btn-reset:hover {
    background: red;
}

.cslv26-topbar * {
    outline: unset;
}

.cslv26-country-filter {
    width: 30%;
}

.cslv26-country-filter label {
    font-size: 20px;
    font-family: 'Poppins';
    font-weight: 500;
    color: black;
    margin-bottom: 10px;
}

.cslv26-distance-slider {flex: 1;}

.cslv26-distance-slider label {
    font-size: 20px;
    font-family: 'Poppins';
    font-weight: 500;
    color: black;
    margin-bottom: 10px;
}

.cslv26-use-location {
    order: 3;
}

.cslv26-distance-slider .cslv26-range-wrap {
    height: 52px;
}

.cslv26-distance-slider .cslv26-range-wrap span {
    font-size: 20px;
    color: black;
    font-family: 'Poppins';
}

h3.cslv26-count {
    color: black;
    font-family: 'Poppins';
}

.cslv26-store-item .small, .cslv26-store-item .small a {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: black;
    font-family: 'Poppins';
}

.cslv26-store-item .small img {
    width: 23px;
}

.cslv26-store-item  strong {
    font-size: 24px;
    font-family: 'Poppins';
    font-weight: 500;
}
 
.cslv26-store-item a.cslv26-btn {
    background: #5b7067;
    color: #fff;
    border: none;
    padding: 10px 14px;
    border-radius: 4px;
    font-size: 15px;
    font-family: 'Poppins';
}

div#cslv26-list-loading {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #5b7067;
    color: white;
    font-size: 28px;
    font-family: 'Poppins';
    font-weight: 400;
}

.cslv26-left {
    position: relative;
}

 

.cslv26-infowindow h3  {
    color: black;
    font-family: 'Poppins';
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 10px;
    color: b;
}

.cslv26-store-item .small, .cslv26-store-item .small a {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: black;
    font-family: 'Poppins';
}

.cslv26-store-item .small img {
    width: 23px;
}

.cslv26-store-item  strong {
    font-size: 24px;
    font-family: 'Poppins';
    font-weight: 500;
}
 
.cslv26-store-item a.cslv26-btn {
    background: #5b7067;
    color: #fff;
    border: none;
    padding: 10px 14px;
    border-radius: 4px;
    font-size: 15px;
    font-family: 'Poppins';
}



.cslv26-infowindow .cslv26-address{
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: black;
    font-family: 'Poppins';
  display: flex;
    align-items: flex-start;
    gap: 12px;
    color: black;
    font-family: 'Poppins';
}

.cslv26-address img {
    width: 25px;
}

.cslv26-row {
    color: black;
    font-family: 'Poppins';
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.cslv26-infowindow .cslv26-row img {
    width: 23px;
}

.cslv26-infowindow .cslv26-row a {
    color: black !important;
    font-family: 'Poppins';
    font-size: 16px;
}

.gm-style-iw.gm-style-iw-c {
    width: 480px !important;
}

.gm-style-iw.gm-style-iw-c .gm-style-iw-d {
    margin-top: -20px;
}


.cslv26-infowindow .cslv26-address {
    margin-bottom: 0;
}

.cslv26-address p {
    color: black !important;
    font-family: 'Poppins';
    font-size: 16px;
    margin: 0px;
    
}

.cslv26-infowindow a.cslv26-btn {
    background: #5b7067;
    color: #fff;
    border: none;
    padding: 10px 14px;
    border-radius: 4px;
    font-size: 15px;
    font-family: 'Poppins';
}

.cslv26-infowindow .cslv26-actions {
    margin-top: 25px;
}
 
 
 #cslv26-radius {
  width: 100%;
  height: 8px;
  border-radius: 5px;
  background: #e0e0e0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  transition: background 0.3s ease;
}

/* ✅ Track (WebKit browsers) */
#cslv26-radius::-webkit-slider-runnable-track {
  background: #e0e0e0;
  height: 8px;
  border-radius: 5px;
}

/* ✅ Thumb (WebKit browsers) */
#cslv26-radius::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #5b7067;
  cursor: pointer;
  margin-top: -7px; /* centers the thumb vertically */
  transition: transform 0.2s ease, background 0.3s ease;
}

#cslv26-radius::-webkit-slider-thumb:hover {
  transform: scale(1.1);
  background: #4c5f57;
}

/* ✅ Track (Firefox) */
#cslv26-radius::-moz-range-track {
  background: #e0e0e0;
  height: 8px;
  border-radius: 5px;
}

/* ✅ Thumb (Firefox) */
#cslv26-radius::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #5b7067;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.3s ease;
}

#cslv26-radius::-moz-range-thumb:hover {
  transform: scale(1.1);
  background: #4c5f57;
}

/* ✅ Focus outline remove */
#cslv26-radius:focus {
  outline: none;
}

button#cslv26-search-btn:focus, .btn-reset:focus {
    background: #5b7067 !important;
}

.cslv26-tag-filter {
    width: 20%;
}

.cslv26-tag-filter label {
    font-size: 20px;
    font-family: 'Poppins';
    font-weight: 500;
    color: black;
    margin-bottom: 10px;
}

.cslv26-tag-filter  div#cslv26-tag-checkboxes {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    height: 52px;
}

.cslv26-tag-filter div#cslv26-tag-checkboxes label {
    font-size: 17px;
    font-weight: 400;
}


@media screen and (max-width: 992px) {

.cslv26-row1 {
    flex-direction: column;
}

.cslv26-actions-row1 {
    width: 100%;
}

.cslv26-topbar {
    padding: 15px;
}

.btn-primary {
    height: fit-content;
    font-size: 15px;
}

.btn-reset {
    height: fit-content;
    font-size: 15px;
}

.cslv26-row2 {
    flex-direction: column;
    gap: 20px;
}

.cslv26-country-filter {
    width: 100%;
}

.cslv26-country-filter label {
    font-size: 15px;
}

#cslv26-autocomplete {
    font-size: 15px;
}

.cslv26-country-filter select {
    font-size: 15px;
    height: fit-content;
}

.cslv26-distance-slider {
    display: none;
}

.cslv26-use-location .btn-location {
    font-size: 14px;
}

h3.cslv26-count {
    font-size: 20px;
    margin-bottom: 0px;
}

.cslv26-store-item strong {
    font-size: 18px;
}

.cslv26-store-item .small, .cslv26-store-item .small a {
    font-size: 13px;
}

.cslv26-store-item a.cslv26-btn {
    font-size: 13px;
}

.cslv26-wrap {
    flex-direction: column-reverse;
}

.cslv26-left {
    width: 100%;
}

.cslv26-right {
    width: 100%;
    min-height: 280px !IMPORTANT;
}

.cslv26-address p {
    font-size: 13px;
}

.cslv26-address img {
    width: 19px;
}

.cslv26-infowindow .cslv26-row img {width: 19px;}

.cslv26-infowindow .cslv26-row a {
    font-size: 13px;
}

.cslv26-infowindow h3 {
    font-size: 18px;
}

.cslv26-infowindow a.cslv26-btn {
    font-size: 12px;
    padding: 7px;
}

.gm-style-iw.gm-style-iw-c {
    max-width: 300px !IMPORTANT;
}

.cslv26-infowindow .cslv26-actions {
    flex-direction: row;
    align-items: flex-start;
    gap: 6px;
    justify-content: flex-start;
}

.cslv26-infowindow {
    min-width: fit-content;
}

#cslv26-map {
    height: 280px;
}

.cslv26-store-item .small img {
    WIDTH: 18PX;
}

.cslv26-store-item {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.cslv26-single-wrap {
    max-width: 100% !important;
    padding: 0px 20px !important;
    flex-direction: column-reverse !important;
}
 .cslv26-tag-filter {
    width: 100%;
}

.cslv26-tag-filter label {
    font-size: 15px;
}

.cslv26-tag-filter div#cslv26-tag-checkboxes label {
    font-size: 13px;
}

.cslv26-tag-filter div#cslv26-tag-checkboxes {
    height: fit-content;
}
}