/* HB_INTL_PHONE_V1_20260924 */
.hb-phone-field .iti{
    width:100%!important;
    display:block!important;
    --iti-icon-color:rgba(255,255,255,.72);
    --iti-border-color:rgba(255,255,255,.15);
}
.hb-phone-field .iti input[type="tel"]{
    width:100%!important;
    min-height:46px;
    padding-right:14px!important;
}
.hb-phone-field .iti__country-container{
    z-index:3;
}
.hb-phone-field .iti__selected-country{
    background:rgba(255,255,255,.07)!important;
    border-right:1.5px solid rgba(255,255,255,.12)!important;
    border-radius:var(--r-sm) 0 0 var(--r-sm)!important;
    color:#fff!important;
}
.hb-phone-field .iti__selected-country-primary{
    padding-left:12px!important;
    padding-right:10px!important;
}
.hb-phone-field .iti__selected-dial-code{
    margin-left:7px!important;
    color:#fff!important;
    font-weight:700!important;
}
.hb-phone-field .iti__arrow{
    border-right-color:rgba(255,255,255,.72)!important;
    border-bottom-color:rgba(255,255,255,.72)!important;
}
.hb-phone-field .iti__dropdown-content,
.hb-phone-field .iti__country-selector{
    background:#fff!important;
    color:#171717!important;
    border:1px solid #d9d9dc!important;
    border-radius:10px!important;
    box-shadow:0 12px 34px rgba(0,0,0,.30)!important;
    overflow:hidden!important;
}
.hb-phone-field .iti__dropdown-content{
    width:410px!important;
    max-width:calc(100vw - 40px)!important;
    max-height:350px!important;
}
.hb-phone-field .iti__search-input-wrapper{
    position:relative!important;
    padding:8px!important;
    background:#fff!important;
    border-bottom:1px solid #e5e5e5!important;
}
.hb-phone-field .iti__search-input{
    display:block!important;
    width:100%!important;
    height:40px!important;
    min-height:40px!important;
    margin:0!important;
    padding:8px 38px 8px 40px!important;
    box-sizing:border-box!important;
    border:1px solid #d6d6d6!important;
    border-radius:8px!important;
    background:#fff!important;
    color:#171717!important;
    font-size:14px!important;
    line-height:1.2!important;
    box-shadow:none!important;
}
.hb-phone-field .iti__search-icon{
    position:absolute!important;
    left:20px!important;
    top:50%!important;
    transform:translateY(-50%)!important;
    z-index:3!important;
    display:flex!important;
    align-items:center!important;
    pointer-events:none!important;
}
.hb-phone-field .iti__search-clear{
    position:absolute!important;
    right:17px!important;
    top:50%!important;
    transform:translateY(-50%)!important;
    z-index:3!important;
}
.hb-phone-field .iti__country-list{
    max-height:255px!important;
}
.hb-phone-field .iti__country{
    min-height:40px!important;
    padding:7px 12px!important;
    color:#171717!important;
    font-size:14px!important;
    line-height:1.25!important;
}
.hb-phone-field .iti__country:hover,
.hb-phone-field .iti__country.iti__highlight{
    background:#f2f3f5!important;
}
.hb-phone-field .iti__country-name{
    color:#171717!important;
    font-size:14px!important;
}
.hb-phone-field .iti__dial-code{
    color:#666!important;
    font-size:13px!important;
}
.hb-phone-field .iti__search-icon-svg{
    stroke:#555!important;
}
.hb-phone-field .iti__search-clear-bg{
    fill:#666!important;
}
.hb-phone-field .iti__country-check{
    color:#555!important;
}
.hb-phone-field .iti:focus-within #btel{
    border-color:#fff!important;
    background:rgba(255,255,255,.12)!important;
    box-shadow:0 0 0 3px rgba(255,255,255,.12)!important;
}
@media(max-width:600px){
    .hb-phone-field .iti__dropdown-content{
        width:calc(100vw - 36px)!important;
        max-width:calc(100vw - 36px)!important;
    }
    .hb-phone-field .iti__country-list{
        max-height:230px!important;
    }
    .hb-phone-field .iti__selected-country-primary{
        padding-left:9px!important;
        padding-right:8px!important;
    }
    .hb-phone-field .iti__selected-dial-code{
        margin-left:5px!important;
        font-size:13px!important;
    }
}
