/* Elementor Country Fields */

/* --- Phone (intl-tel-input) --- */
.ecf-iti-wrapper {
	width: 100%;
}
.ecf-iti-wrapper .iti {
	width: 100%;
	display: block;
}
.ecf-iti-wrapper .ecf-iti-phone {
	width: 100%;
}
/* Ensure the country dropdown floats above form elements */
.iti__dropdown-content {
	z-index: 99999;
}

/* --- Native selects (nationality / dropdown) --- */
.ecf-nationality-select,
.ecf-select-field,
.ecf-other-select {
	width: 100%;
}

/* --- Select with "Other" (shared by nationality + dropdown) --- */
.ecf-other-wrapper {
	width: 100%;
}
.ecf-other-wrapper .ecf-other-input {
	width: 100%;
	margin-top: 8px;
}
