/* ut_phone field — glue between intl-tel-input and the FF/theme layout. */

/* The wrapper must span the field column or the input collapses to auto width. */
.frm-fluent-form .iti {
	width: 100%;
	display: block;
}

/* Dropdown is portaled to <body> (see ut-phone.js) — must float above the
   enquiry modal (.layer) and anything else the theme stacks up. */
.iti--container {
	z-index: 999999;
}

/* Theme floats field labels over the input's top border (see the FLUENT FORMS
   block in style.css); the flag button adds its own left padding, so keep the
   label clear of it. */
.frm-fluent-form .ff-el-group--ut-phone .ff-el-input--label {
	left: 14px;
}
