/* WP Elementor International Phone - styling */

.wp-eip-wrapper {
	width: 100%;
	position: relative;
}

.wp-eip-wrapper .iti {
	width: 100%;
	display: block;
}

.elementor-field-group.wp-eip-field-group .elementor-field {
	width: 100%;
}

/* Match Elementor form control height/border on the intl-tel-input wrapper's input */
.wp-eip-wrapper .iti input.elementor-field {
	width: 100%;
}

.wp-eip-error {
	color: #d9534f;
	font-size: 0.85em;
	margin-top: 4px;
	line-height: 1.4;
}

.elementor-field-group.wp-eip-invalid .elementor-field,
.wp-eip-wrapper.wp-eip-invalid .iti input {
	border-color: #d9534f !important;
}

/* Keep the country dropdown list above Elementor popups/modals */
.iti__country-list {
	z-index: 100000;
}
