.sklo-location-trigger {
    display: flex;
    gap: 0 2px;
    font-size: 13px;
    line-height: 1.53;
    font-family: 'GTAmericaMono-Regular', sans-serif;
    align-items: flex-start;
}

.sklo-location-trigger:hover .trigger-country {
    text-decoration: underline !important;
}

.trigger-currency {
    font-size: 10px;
}

html .sklo-loc-modal .select2-container {
    width: 100% !important;
    margin-bottom: 0;
}

html .sklo-loc-modal .select2-container.select2 .select2-selection.select2-selection--single,
html .sklo-loc-modal .select2-dropdown {
    background-color: transparent;
}

html .sklo-loc-modal .select2-container.select2 .select2-selection.select2-selection--single {
    max-width: 500px;
    font-family: "GT-Super", sans-serif;
    font-size: 20px;
    padding: 0;
    border: none;
    border-bottom: 1px solid #38362f;
    margin: 0;
}

html .sklo-loc-modal .select2-container.select2 .select2-selection.select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    width: 100%;
}


html .sklo-loc-modal .select2-container.select2 .select2-selection.select2-selection--single .select2-selection__rendered .sklo-country-option {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

html .sklo-loc-modal .select2-container.select2 .select2-selection .select2-selection__arrow:before {
    right: 2px;
    top: 30%;
}

.sklo-country-select-wrapper {
    position: relative;
    display: block;
}

.sklo-country-select-wrapper .select2-container:not(.select2) {
    top: 50px !important;
    left: 0 !important;
    position: absolute !important;
}

html .sklo-country-dropdown.select2-dropdown li {
    border: none !important;
    font-family: "GT-Super", sans-serif !important;
    font-size: 20px !important;
    padding: 5px 0 !important;
}

html .sklo-country-dropdown.select2-dropdown li.active * {
    opacity: 0.3;
    pointer-events: none !important;
}

html .sklo-country-dropdown.select2-dropdown .sklo-country-option {
    display: flex;
    justify-content: space-between;
}

html .sklo-country-dropdown.select2-dropdown .sklo-active-country,
html .sklo-country-dropdown.select2-dropdown .sklo-active-country[aria-selected="true"] {
    opacity: 0.4 !important;
    pointer-events: none !important;
    text-decoration: none !important;
}

html .sklo-country-dropdown .select2-results__options {
    margin-top: 0 !important;
}

html .sklo-loc-modal .select2-container--open .select2-selection__arrow::before {
    transform: rotate(-45deg) !important;
    top: 45% !important;
}

html .sklo-country-dropdown.select2-dropdown .select2-search {
    display: block !important;
}

html .sklo-country-dropdown.select2-dropdown {
    transform: translateY(-3px);
}

.select2-container .sklo-country-dropdown,
.select2-container .sklo-country-dropdown .select2-results__options {
    background-color: transparent;
}

html .select2-container .sklo-country-dropdown,
html .select2-container .sklo-country-dropdown .select2-results {
    border: none !important;
}

html .sklo-country-dropdown .select2-search--dropdown {
    padding: 8px 0;
}

html .sklo-country-dropdown .select2-search--dropdown input {
    margin: 0 !important;
    background-color: transparent !important;
    border: none !important;
    outline: none !important;
    padding: 0 !important;
}

html .sklo-country-dropdown.select2-dropdown,
html .sklo-country-dropdown .select2-results__option {
    max-width: 500px;
}

html .sklo-country-dropdown .select2-search--dropdown input,
html .sklo-loc-modal .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #38362f;
}

html .sklo-loc-modal .select2-selection__rendered {
    line-height: 42px !important;
}

html .sklo-loc-modal .select2-selection__arrow {
    height: 42px !important;
}

html .sklo-loc-modal .select2-search {
    display: block !important;
}

html .sklo-loc-modal .select2-container--open {
    z-index: 99999 !important;
}

.select2-container--default .sklo-country-dropdown .select2-results__option--highlighted[aria-selected],
.select2-container--default .sklo-country-dropdown .select2-results__option--highlighted[data-selected] {
    background-color: transparent !important;
    color: #38362f;
    text-decoration: underline;
    outline: none !important;
}

@media(max-width: 767px) {
    #masthead .sklo-location-trigger {
        margin-left: 14px;
    }

    html .sklo-country-dropdown.select2-dropdown li,
    html .sklo-country-dropdown .select2-search--dropdown,
    html .sklo-country-dropdown .select2-search--dropdown input {
        font-size: 16px !important;
    }

    html .sklo-country-dropdown.select2-dropdown li {
        padding: 4px 0 !important;
    }
}