/**
 * Avada Forms telephone field enhancement overrides.
 * Works with intl-tel-input for flags, localized country names, and validation.
 */
.xpv-phone-error {
	display: block;
	color: #d10000;
	font-size: 0.9em;
	margin-top: 4px;
}

/* Align intl-tel-input wrapper with Avada form field width */
.iti {
	display: block;
	width: 100%;
}

.iti input[type="tel"] {
	width: 100%;
}

/* Optional: match Avada input height if needed */
.fusion-form-form-wrapper .iti input[type="tel"],
.avada-form-form-wrapper .iti input[type="tel"] {
	box-sizing: border-box;
}
