.gw-search-autocomplete {
	position: relative;
	max-width: 690px;
	overflow: visible;
}

.hero-copy {
	overflow: visible;
}

.gw-search-autocomplete-panel {
	position: absolute;
	top: calc(100% + 6px);
	left: 0;
	right: 0;
	z-index: 70;
	margin: 0;
	padding: 6px 0;
	list-style: none;
	background: #141116;
	border: 1px solid #ffffff2e;
	border-radius: 6px;
	box-shadow: 0 18px 42px #00000073;
	max-height: min(60vh, 420px);
	overflow: auto;
}

.gw-search-autocomplete-panel[hidden] {
	display: none !important;
}

.gw-search-autocomplete-option {
	display: grid;
	grid-template-columns: 40px 1fr;
	align-items: center;
	gap: 12px;
	padding: 8px 12px;
	color: #f5f2f4;
	text-decoration: none;
	cursor: pointer;
}

.gw-search-autocomplete-option:hover,
.gw-search-autocomplete-option.is-active {
	background: #ffffff12;
}

.gw-search-autocomplete-option img {
	width: 40px;
	height: 40px;
	object-fit: cover;
	border-radius: 4px;
	border: 1px solid #ffffff1f;
	background: #0b090c;
}

.gw-search-autocomplete-copy {
	min-width: 0;
}

.gw-search-autocomplete-name {
	display: block;
	font-size: 14px;
	line-height: 1.35;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.gw-search-autocomplete-category {
	display: block;
	margin-top: 2px;
	font-size: 12px;
	line-height: 1.3;
	color: #ffffff8c;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.gw-search-autocomplete-empty {
	padding: 12px 14px;
	font-size: 14px;
	color: #ffffffa6;
}

@media (max-width: 720px) {
	.gw-search-autocomplete-panel {
		left: -4px;
		right: -4px;
	}
}
