.eacf7-tel-field-wrap {
	display: block;
	width: 100%;
}

.eacf7-tel-field-wrap .iti {
	display: block;
	width: 100%;
}

.eacf7-tel-field-wrap .iti__tel-input,
.eacf7-tel-field-wrap input.wpcf7-validates-as-tel {
	width: 100%;
}

.eacf7-tel-help-text {
	display: block;
	margin-top: 6px;
	font-size: 0.9em;
	color: #646970;
}

.wpcf7-form-control-wrap .iti__country-container {
	z-index: 5;
}

/* Country dropdown search — prevent theme/CF7 input styles breaking icon layout. */
.iti .iti__search-input-wrapper {
	position: relative;
	display: flex;
	align-items: center;
}

.iti .iti__search-icon {
	position: absolute;
	left: 10px;
	top: 50%;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 17px;
	height: 17px;
	margin: 0;
	padding: 0;
	pointer-events: none;
	transform: translateY(-50%);
}

.iti .iti__search-icon-svg {
	display: block;
	width: 17px;
	height: 17px;
}

.iti input.iti__search-input,
.iti input.iti__search-input[type="search"] {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 8px 36px 8px 36px !important;
	border: 0;
	border-radius: 3px;
	background: transparent !important;
	background-image: none !important;
	-webkit-appearance: none;
	appearance: none;
}

.iti input.iti__search-input[type="search"]::-webkit-search-decoration,
.iti input.iti__search-input[type="search"]::-webkit-search-cancel-button,
.iti input.iti__search-input[type="search"]::-webkit-search-results-button {
	display: none;
	-webkit-appearance: none;
	appearance: none;
}

.iti .iti__search-clear {
	position: absolute;
	right: 5px;
	top: 50%;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 5px;
	transform: translateY(-50%);
}
