/* Make the wrapper fill the GF field width */
.gfield--type-phone .iti,
.gfield--type-phone .iti__tel-input {
    width: 100%;
}

/* Keep input height consistent with other GF inputs when separateDialCode is on */
.gfield--type-phone .iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
}

/* Avoid the dropdown being clipped inside form containers */
.gfield--type-phone .iti__country-list {
    z-index: 9999;
}
