.qt-wow-search-wrapper {
	position: relative;
}

.qt-wow-search-dropdown {
	position: absolute;
	top: calc(100% + 8px);
	left: 50%;
	transform: translateX(-50%);
	width: min(760px, 92vw);
	z-index: 9999;
	background: #0b0b0b;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 12px;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
	max-height: 520px;
	overflow-y: auto;
	padding: 8px 0;
}

.qt-wow-search-section + .qt-wow-search-section {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	margin-top: 8px;
	padding-top: 8px;
}

.qt-wow-search-heading {
	display: block;
	width: 100%;
	padding: 6px 16px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #f0d100;
	text-align: left !important;
}

.qt-wow-search-list {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.qt-wow-search-item {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.qt-wow-search-link {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 16px;
	text-decoration: none;
	color: #fff;
	text-align: left !important;
}

.qt-wow-search-link:hover,
.qt-wow-search-link:focus {
	background: rgba(255, 255, 255, 0.04);
	outline: none;
}

.qt-wow-search-icon {
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
	border-radius: 3px;
}

.qt-wow-search-main {
	flex: 1 1 auto;
	min-width: 0;
	text-align: left !important;
}

.qt-wow-search-title {
	display: block;
	margin: 0;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.25;
	color: #fff;
	text-align: left !important;
}

.qt-wow-search-summary {
	display: none !important;
}

.qt-wow-search-type {
	flex: 0 0 auto;
	margin-left: 8px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	color: #f0d100;
	white-space: nowrap;
	text-align: right !important;
}

.qt-wow-search-empty {
	padding: 14px 16px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.72);
	text-align: left !important;
}

.qt-wow-search-title.quality-poor {
	color: #9d9d9d;
}

.qt-wow-search-title.quality-common {
	color: #ffffff;
}

.qt-wow-search-title.quality-uncommon {
	color: #1eff00;
}

.qt-wow-search-title.quality-rare {
	color: #0070dd;
}

.qt-wow-search-title.quality-epic {
	color: #a335ee;
}

.qt-wow-search-title.quality-legendary {
	color: #ff8000;
}

/* Header search: match hero styling more closely */
.qt-header-search {
	max-width: 260px;
	position: relative;
	z-index: 10020;
}

.qt-header-search .wp-block-search__inside-wrapper {
	display: flex;
	align-items: stretch;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 0;
	overflow: hidden;
	background: #0b0b0b;
	min-height: 38px;
}

.qt-header-search .wp-block-search__input {
	flex: 1 1 auto;
	min-width: 0;
	height: 38px;
	padding: 0 12px;
	background: transparent;
	border: 0;
	color: #fff;
	font-size: 14px;
	line-height: 38px;
	outline: none;
	box-shadow: none;
}

.qt-header-search .wp-block-search__input::placeholder {
	color: rgba(255, 255, 255, 0.55);
}

.qt-header-search .wp-block-search__button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	padding: 0;
	margin: 0;
	background: #f0d100;
	border: 0;
	border-left: 1px solid rgba(0, 0, 0, 0.18);
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	flex: 0 0 38px;
}

.qt-header-search .wp-block-search__button:hover,
.qt-header-search .wp-block-search__button:focus {
	background: #f0d100;
}

.qt-header-search .wp-block-search__button svg {
	width: 18px;
	height: 18px;
	display: block;
	fill: #000;
}


.qt-header-search .qt-wow-search-dropdown {
	right: 0;
	left: auto;
	transform: none;
	width: min(620px, 90vw);
	z-index: 10040;
}

.ct-header,
.site-header,
[data-header*="type-1"] {
	position: relative;
	z-index: 10020;
}