.temsta-city-replaced {
	position: relative;
}

.temsta-city-replaced .temsta-core-city-input {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: 0 !important;
	padding: 0 !important;
	opacity: 0 !important;
	pointer-events: none !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	white-space: nowrap !important;
}

.temsta-city-select {
	width: 100%;
	max-width: 100%;
	min-height: 48px;
	box-sizing: border-box;
}

.temsta-city-select--blocks {
	display: block;
	width: 100%;
	height: 56px;
	padding: 0 40px 0 16px;
	border: 1px solid currentColor;
	border-radius: 4px;
	background-color: transparent;
	font: inherit;
	line-height: normal;
}

.temsta-city-select--blocks:focus {
	outline: 2px solid currentColor;
	outline-offset: 1px;
}

.temsta-city-select:disabled {
	cursor: not-allowed;
	opacity: 0.65;
}
