.persona-phone-fallback {
    position: relative;
    display: flex;
    width: 100%;
}
.persona-phone-country-trigger {
    min-width: 112px;
    height: 44px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid #d6e0ea;
    border-right: 0;
    border-radius: 6px 0 0 6px;
    background: #fff;
    color: #273747;
    font: inherit;
    cursor: pointer;
}
.persona-phone-country-trigger:hover,
.persona-phone-fallback.is-open .persona-phone-country-trigger {
    background: #f7faff;
    border-color: #9cc7ed;
}
.persona-phone-trigger-flag { font-size: 18px; line-height: 1; }
.persona-phone-trigger-code { white-space: nowrap; }
.persona-phone-trigger-caret { margin-left: 1px; color: #728195; font-size: 13px; }
.persona-phone-input {
    min-width: 0;
    border-radius: 0 6px 6px 0 !important;
}
.persona-phone-country-dropdown {
    position: absolute;
    z-index: 1200;
    top: calc(100% + 6px);
    left: 0;
    width: min(420px, 100%);
    min-width: 100%;
    padding: 8px;
    background: #fff;
    border: 1px solid #dce6f1;
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(20,45,70,.16);
}
.persona-phone-country-dropdown[hidden] { display: none !important; }
.persona-phone-country-search { height: 40px; margin-bottom: 6px; }
.persona-phone-country-list { max-height: 260px; overflow-y: auto; overscroll-behavior: contain; }
.persona-phone-country-option {
    width: 100%;
    min-height: 38px;
    padding: 7px 9px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border: 0;
    border-radius: 5px;
    background: transparent;
    color: #243746;
    text-align: left;
    cursor: pointer;
}
.persona-phone-country-option:hover,
.persona-phone-country-option:focus { background: #f2f7fc; outline: none; }
.persona-phone-country-option-main { min-width: 0; display: inline-flex; align-items: center; gap: 9px; }
.persona-phone-country-option-main > span:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.persona-phone-country-option-flag { width: 22px; flex: 0 0 22px; font-size: 17px; line-height: 1; text-align: center; }
.persona-phone-country-option-code { color: #718096; white-space: nowrap; font-size: 14px; }
.persona-phone-country-empty { padding: 10px; color: #7b8794; font-size: 14px; }
.persona-phone-iti { width: 100%; }
.persona-phone-iti .iti__selected-country-primary { background: #fff; }
.persona-phone-iti .iti__country-container { border-right: 1px solid #d6e0ea; }

@media (max-width: 767px) {
    .persona-phone-country-dropdown { width: 100%; }
    .persona-phone-country-trigger { min-width: 104px; }
}
