.cll-locations-wrap {
    --cll-border: #d8dde3;
    --cll-text: #292A2A;
    --cll-muted: #64748b;
    --cll-bg: #F8F8F8;
    --cll-soft-bg: #f8fafc;
    --cll-button-bg: #002543;
    --cll-button-text: #F8F8F8;
    width: 100%;
    color: var(--cll-text);
    font-family: inherit;
}

.cll-map-layout {
    background: none !important;
    position: relative;
    width: 100%;
    min-height: 565px;
    background: var(--cll-soft-bg);
    overflow: hidden;
}

.cll-map-card {
    width: 100%;
    height: 100%;
    background: var(--cll-soft-bg);
    overflow: hidden;
}

.cll-map .leaflet-tile-pane {
    filter:
        saturate(1.25)
        brightness(1.03)
        contrast(1.08);
    opacity: 0.92;
}

.cll-map {
    width: 100%;
    min-height: 565px;
    background: #b9e3f2;
    z-index: 1;
}

.cll-location-filter {
    padding: 28px;
    background: #F8F8F8;
    border-radius: 2px;
    box-shadow: 0 0 20px 0 rgba(41, 42, 42, 0.10);
    max-width: 455px;
    z-index: 100;

}

.cll-filter-label {
    display: block;
    font-family: "Montserrat", Sans-serif;
    font-size: clamp(1.25rem, 1.1908rem + 0.2105vw, 1.375rem);
    font-weight: 400;
    margin-bottom: 30px;
    color: #292A2A;
    letter-spacing: -0.88px;
    line-height: 1.3em;
}

.cll-location-select {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100%;
    min-height: 42px;
    border: 1px solid var(--cll-border);
    border-radius: 2px;
    background-color: var(--cll-bg);
    color: var(--cll-text);
    font-size: 14px;
    line-height: 1.3;
    padding: 9px 40px 9px 12px;
    appearance: auto;
}

.cll-location-filter .select2-container {
    width: 100% !important;
}

.cll-location-filter .select2-container--default .select2-selection--single {
    border: 0 none;
    border-bottom: 1px solid var(--cll-border);
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0);
    height: 44px;
}

.cll-location-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #292A2A;
    font-size: 16px;
    line-height: 44px;
    padding-left: 0;
    padding-right: 35px;
    letter-spacing: 0.32px;
}

.cll-location-filter .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #292A2A;
}

.cll-location-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
    right: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    background: url('../images/CaretDown.svg') no-repeat;
    border: 0;
    position: absolute;
    top: 50%;
    right: 0;
    margin-left: 0;
    margin-top: 0;
    transform: translateY(-50%);
    height: 14px;
    width: 14px;
}

.cll-locations-wrap .select2-dropdown {
    border: 1px solid var(--cll-border);
    border-radius: 2px;
}

.cll-locations-wrap .select2-results__option {
    padding: 10px 12px;
}

.cll-locations-wrap .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #172230;
    color: #ffffff;
}

.cll-locations-wrap .select2-container--open {
    z-index: 9999;
}

.cll-locations-wrap .select2-search--dropdown {
    padding: 8px;
}

.cll-locations-wrap .select2-search--dropdown .select2-search__field {
    min-height: 38px;
    border: 1px solid var(--cll-border);
    border-radius: 2px;
    font-size: 14px;
    padding: 8px 10px;
    outline: none;
}

.cll-locations-wrap .select2-container--default .select2-results__option[aria-disabled="true"] {
    display: none;
}

.cll-info-card {
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-radius: 2px;
    background: #f8f8f8;
    box-shadow: 0 0 20px 0 rgba(41, 42, 42, 0.10);
    overflow: auto;
    z-index: 100;
}

.cll-info-card.cll-is-hidden {
    display: none;
}

.cll-info-eyebrow {
    color: var(--cll-muted);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.cll-info-title {
    border-bottom: 1px solid #DBDBDB;
    color: var(--cll-text) !important;
    font-size: clamp(22px, 3vw, 30px);
    line-height: 1.1;
    margin: 0 0 20px;
    padding-bottom: 20px;
}
.cll-info-title a {
    font-family: "Montserrat", Sans-serif !important;
}
.cll-address-value:hover,
.cll-phone-value a:hover {
    color: #71B9D8;
}

.cll-info-list {
    display: grid;
    gap: 0;
    margin-bottom: 28px;
}

.cll-info-row {
    padding: 8px 0;
}

.cll-info-row:last-child {
    padding-bottom: 0;
}

.cll-info-label {
    font-size: 14px;
    font-weight: 400;
    color: #292A2A;
    margin-bottom: 6px;
    letter-spacing: 0.28px;
    opacity: 0.4;
}

.cll-info-value {
    position: relative;
    padding-left: 22px;
}
.cll-info-value::before {
    content: "";
    position: absolute;
    background-size: contain !important;
    left: 0;
    top: 4px;
    height: 16px;
    width: 16px;
}
.cll-info-value.cll-address-value::before {
    background: url('../images/garden_location-fill-16.svg') no-repeat;
}
.cll-info-value.cll-phone-value::before {
    background: url('../images/mingcute_phone-fill.svg') no-repeat;
}
.cll-info-value.cll-fax-value::before {
    background: url('../images/ion_document.svg') no-repeat;
}

.cll-info-value,
.cll-info-value a {
    color: var(--cll-text);
    font-size: 16px;
    line-height: 1.6em;
    letter-spacing: 0.32px;
    text-decoration: none;
}

.cll-info-value a:hover {
    text-decoration: underline;
}

.cll-address-value {
    white-space: pre-line;
}

.leaflet-popup-content-wrapper, 
.leaflet-popup-tip {
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.1);
}
.leaflet-container a {
    color: var(--cll-text);
    font-size: 15px;
    text-decoration: underline;
}
.leaflet-container .leaflet-control-zoom a {
    text-decoration: none;
}

.cll-info-card .elementor-button {
    background-color: #002543;
    color: #71B9D8;
    text-transform: capitalize;
    max-width: 200px;
}
.cll-info-card .elementor-button:hover {
    background-color: #013560;
    color: #71B9D8;
}

.cll-team-button:hover,
.cll-team-button:focus {
    opacity: 0.9;
    transform: translateY(-1px);
}

.cll-empty,
.cll-map-message {
    padding: 18px;
    border: 1px solid var(--cll-border, #d8dde3);
    background: var(--cll-soft-bg, #f8fafc);
    color: var(--cll-muted, #64748b);
}

.cll-map-message {
    position: absolute;
    top: 18px;
    left: 18px;
    right: 18px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.95);
}

.leaflet-control-container {
    position: absolute;
    right: 5px;
    bottom: 0px;
    height: 83px;
    width: 50px;
}
.leaflet-control-attribution {
    display: none;   
}

@media (min-width: 1025px) { 
    .cll-info-card {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 414px;
        max-width: calc(45% - 48px);
    }
    .cll-location-filter {
        position: absolute;
        top: 18px;
        left: 18px;
        width: 42%;
    }
}

@media (max-width: 1024px) {
    .cll-map-layout {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 20px;
    }
    .cll-location-filter {
        border: 1px solid rgba(41, 42, 42, 0.10);
        order: 0;
        max-width: 100%;
        min-width: 380px;
        padding: 20px 20px 28px;
        width: 100%;
    }
    .cll-map-layout,
    .cll-map {
        min-height: 380px;
    }
    .cll-map-card {
        order: 1;
    }
    .cll-info-card {
        position: relative;
        border: 1px solid rgba(41, 42, 42, 0.10);
        padding: 20px;
        order: 2;
    }
}

@media (max-width: 767px) {
    .cll-location-filter {
        min-width: 100%;
    }
    .cll-map {
        min-height: 340px;
    }
}
