/**
 * Переопределения внешнего вида intl-tel-input (v29) под тему SuperPet.
 *
 * Кнопка выбора страны — это <button>, поэтому тема навешивает на неё
 * «кнопочный» стиль (розовый фон, крупные отступы). Здесь это сбрасываем,
 * задаём компактные отступы и единый размер шрифта для кода страны и номера.
 */

/* Единый размер шрифта: код страны и поле ввода */
.iti {
    --iti-flag-width: 20px;
    --iti-spacer-horizontal: 8px;
    --iti-arrow-padding: 4px;
    --iti-hover-color: rgba(0, 0, 0, 0.05);
    --superpet-phone-font-size: 18px;
}

/* Кнопка выбора страны не должна выглядеть как кнопка темы */
.iti__selected-country,
.iti__selected-country:hover,
.iti__selected-country:focus,
.iti__selected-country:active {
    background: transparent !important;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: inherit !important;
    min-height: 0 !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 4px 0 20px !important;
    border-radius: 0 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    font-weight: inherit !important;
    font-size: var(--superpet-phone-font-size) !important;
    line-height: 1.2 !important;
    width: auto !important;
}

.iti__selected-country-primary,
.iti__selected-country-primary:hover {
    background: transparent !important;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: inherit !important;
    min-height: 0 !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 4px 0 0 !important;
    border-radius: 0 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    font-weight: inherit !important;
    font-size: var(--superpet-phone-font-size) !important;
    line-height: 1.2 !important;
    width: auto !important;
}

/* Код страны рядом с флагом (+7 / +375) */
.iti__selected-dial-code {
    margin-left: 4px !important;
    color: inherit !important;
    font-size: var(--superpet-phone-font-size) !important;
    line-height: 1.2 !important;
    white-space: nowrap;
}

/* Поле ввода: тот же шрифт, выравнивание слева (перебивает form-login.php) */
.iti input.iti__tel-input,
.iti input.iti__tel-input[type="tel"],
.iti input.iti__tel-input[type="text"],
.iti #billing_phone {
    font-size: var(--superpet-phone-font-size) !important;
    line-height: 1.2 !important;
    text-align: left !important;
    padding-top: 0.75em !important;
    padding-bottom: 0.75em !important;
    padding-right: 0.75em !important;
}

/* Названия стран в выпадающем списке */
.iti__country-name {
    text-align: left;
}

/* Лёгкая обводка флага для контраста на светлом фоне */
.iti__selected-country .iti__flag {
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.4);
}
