.tse-travel-proposal-form .tse-proposal-country-search {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.tse-travel-proposal-form .tse-proposal-country-search input[type="search"] {
    display: block;
    width: 100%;
    min-width: 0;
    height: 54px;
    margin: 0;
    padding: 0 15px;
    appearance: none;
    -webkit-appearance: none;
    border: 2px solid var(--tse-travel-proposal-border-color, #d6dfcf);
    border-radius: var(--tse-travel-proposal-radius, 10px);
    background: var(--tse-travel-proposal-input-background, #f3f5ef);
    color: var(--tse-travel-proposal-input-text-color, #27311f);
    font: inherit;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    box-shadow: none;
    outline: 0;
}

.tse-travel-proposal-form .tse-proposal-country-native,
.tse-travel-proposal-form .tse-proposal-phone-code-native {
    display: none !important;
}

.tse-travel-proposal-form .tse-proposal-country-listbox {
    position: absolute;
    z-index: 30;
    top: calc(100% + 5px);
    right: 0;
    left: 0;
    max-height: 260px;
    overflow-y: auto;
    border: 1px solid #cbd4c5;
    border-radius: 8px;
    background: #fff;
    color: #263024;
    box-shadow: 0 10px 24px rgba(31, 48, 29, .18);
}

.tse-travel-proposal-form .tse-proposal-country-listbox[hidden] {
    display: none !important;
}

.tse-travel-proposal-form .tse-proposal-country-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 44px;
    padding: 10px 14px;
    cursor: pointer;
}

.tse-travel-proposal-form .tse-proposal-country-option small {
    color: #697365;
    font-size: .88em;
    white-space: nowrap;
}

.tse-travel-proposal-form .tse-proposal-country-option:hover,
.tse-travel-proposal-form .tse-proposal-country-option.is-active {
    background: #f1f6ec;
}

.tse-travel-proposal-form .tse-proposal-country-option[aria-selected="true"] {
    background: #e7f2dc;
    font-weight: 700;
}

.tse-travel-proposal-form .tse-proposal-country-empty {
    min-height: 44px;
    padding: 11px 14px;
    color: #697365;
}

.tse-travel-proposal-form.tse-proposal-country-enhanced .tse-travel-proposal-phone {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: stretch;
}

.tse-travel-proposal-form .tse-proposal-phone-code-display {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 76px;
    min-height: 54px;
    padding: 0 13px;
    border: 2px solid var(--tse-travel-proposal-border-color, #d6dfcf);
    border-radius: var(--tse-travel-proposal-radius, 10px);
    background: var(--tse-travel-proposal-input-background, #f3f5ef);
    color: var(--tse-travel-proposal-input-text-color, #27311f);
    font: inherit;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
}

.tse-travel-proposal-form .tse-proposal-country-search input[type="search"]:focus-visible {
    border-color: var(--tse-travel-proposal-focus-color, #f8b93d);
    outline: 3px solid var(--tse-travel-proposal-focus-color, #f8b93d);
    outline-offset: 3px;
    box-shadow: 0 0 0 3px rgba(39, 49, 31, .55);
}

.tse-travel-proposal-form .tse-proposal-country-search input[type="search"]:disabled {
    cursor: not-allowed;
    opacity: .68;
}

.tse-travel-proposal-form .tse-proposal-country-search input[type="search"]:invalid:not(:focus):not(:placeholder-shown) {
    border-color: #ff6b52;
}
