.cecf-us-phone-input {
	display: block;
	min-width: 0;
	position: relative;
	width: 100%;
}

.cecf-us-phone-prefix {
	align-items: center;
	appearance: none;
	background: transparent;
	border: 0;
	bottom: 1px;
	box-shadow: none;
	color: var(--e-form-field-text-color, inherit);
	display: flex;
	font: inherit;
	gap: 6px;
	justify-content: center;
	left: 1px;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
	min-width: 80px;
	padding: 0 10px;
	pointer-events: none;
	position: absolute;
	text-decoration: none;
	text-transform: none;
	top: 1px;
	white-space: nowrap;
	z-index: 1;
}

.cecf-us-phone-flag {
	display: block;
	flex: 0 0 auto;
	height: auto;
	width: 20px;
}

.cecf-us-phone-dial-code {
	font: inherit;
	line-height: 1;
}

.cecf-us-phone-input > input[type="tel"] {
	min-width: 0;
	padding-left: 90px;
	width: 100%;
}
