/* intl-tel-input inside our CF7 forms: the wrapper must span the field width.
   Colors are set explicitly — the legacy .feedback-wrap { color:#fff } leaks
   white onto light sections, so inheriting is not safe. */
.wpcf7 .iti {
    display: block;
    width: 100%;
}
.wpcf7 .iti__selected-dial-code {
    color: #2f3946;
}
.wpcf7 .iti__arrow {
    border-top-color: #2f3946;
}
.wpcf7 .iti__arrow--up {
    border-bottom-color: #2f3946;
    border-top-color: transparent;
}
/* The dropdown panel is always white — force dark text regardless of the
   surrounding form color. */
.iti__dropdown-content,
.iti__dropdown-content .iti__country-name,
.iti__search-input {
    color: #2f3946;
}
.iti__dropdown-content .iti__dial-code {
    color: #6b7280;
}
