.latest-reviews-search {
	position: relative;
	max-width: 780px;
	margin: 0 auto;
	text-align: left;
}

.latest-reviews-search__overlay {
	position: absolute;
	top: calc(100% + 8px);
	left: -8px;
	right: 0;
	z-index: 30;
	display: none;
	max-height: min(60vh, 420px);
	margin-top: 5px;
	overscroll-behavior: contain;
	width: calc(100% + 16px);
}

.hero-section-search.--highlighted .latest-reviews-search__overlay {
	top: calc(100% + 10px);
}

.latest-reviews-search__overlay.--show {
	display: block;
}

.latest-reviews-search__operator-btn {
	width: 100%;
	display: flex;
	gap: 0 15px;
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	text-align: left;
	cursor: pointer;
	font: inherit;
}

.latest-reviews-search__operator-btn--disabled {
	cursor: default;
	opacity: .55;
}

.latest-reviews-search__operator-btn:hover .latest-reviews-search__operator-title {
	color: var(--link-color-flashy);
}

.latest-reviews-search__operator-btn--disabled:hover .latest-reviews-search__operator-title {
	color: var(--color-default);
}

.latest-reviews-search__operator-title {
	font-weight: var(--font-weight-bold);
	color: var(--color-default);
	transition: color .2s ease;
	font-size: 1.6rem;
}

.latest-reviews-search__operator-meta {
	font-size: var(--font-size-small);
	color: var(--theme-color-2);
	line-height: 1;
}

.latest-reviews-search__operator-title .review-claimed-label {
	margin-left: 10px;
}