select.epo-hotel-search-native {
	block-size: 1px !important;
	height: 1px !important;
	inline-size: 1px !important;
	margin: 0 !important;
	opacity: 0 !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
}

select.tm-epo-field.tmcp-select:not(.epo-hotel-search-native) {
	background-color: #f4f4f6 !important;
	background-image: none !important;
	border-color: #777 !important;
	color: #222 !important;
}

select.tm-epo-field.tmcp-select:not(.epo-hotel-search-native):hover,
select.tm-epo-field.tmcp-select:not(.epo-hotel-search-native):focus {
	background-color: #f4f4f6 !important;
	background-image: none !important;
	border-color: #555 !important;
	color: #222 !important;
}

.epo-hotel-search-combobox {
	color: inherit;
	max-width: 100%;
	position: relative;
	width: 100%;
}

.epo-hotel-search-button {
	align-items: center;
	background: #f4f4f6 !important;
	background-image: none !important;
	border: 1px solid #777 !important;
	border-radius: 3px;
	box-sizing: border-box;
	color: #222 !important;
	cursor: pointer;
	display: flex;
	font: inherit;
	justify-content: space-between;
	min-height: 47px;
	padding: 8px 16px;
	text-align: left;
	width: 100%;
}

.epo-hotel-search-button:hover,
.epo-hotel-search-button:active {
	background: #f4f4f6 !important;
	background-image: none !important;
	border-color: #555 !important;
	color: #222 !important;
}

.epo-hotel-search-button:focus {
	background: #f4f4f6 !important;
	background-image: none !important;
	border-color: #555 !important;
	box-shadow: 0 0 0 2px rgba(34, 34, 34, 0.12) !important;
	color: #222 !important;
	outline: 2px solid transparent;
}

.epo-hotel-search-button-text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.epo-hotel-search-arrow {
	border-color: #222 transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0;
	flex: 0 0 auto;
	margin-left: 12px;
}

.epo-hotel-search-panel {
	background: #fff;
	border: 1px solid #8c8f94;
	border-radius: 3px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
	box-sizing: border-box;
	left: 0;
	margin-top: 4px;
	padding: 8px;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 99999;
}

.epo-hotel-search-input {
	border: 1px solid #8c8f94;
	border-radius: 3px;
	box-sizing: border-box;
	font: inherit;
	min-height: 40px;
	padding: 7px 10px;
	width: 100%;
}

.epo-hotel-search-input:focus {
	border-color: #555;
	box-shadow: 0 0 0 2px rgba(34, 34, 34, 0.12);
	outline: 2px solid transparent;
}

.epo-hotel-search-list {
	list-style: none;
	margin: 8px 0 0;
	max-height: 260px;
	overflow: auto;
	padding: 0;
}

.epo-hotel-search-option {
	border-radius: 3px;
	cursor: pointer;
	margin: 0;
	padding: 8px 10px;
}

.epo-hotel-search-option:hover,
.epo-hotel-search-option.is-active {
	background: #f3f3f3;
	color: #222;
}

.epo-hotel-search-empty {
	color: #646970;
	padding: 12px 10px 4px;
}
