/* Search form — see class-gba-auction-search.php (v2.10.0 redesign:
   plain submit form landing on a sortable results page; the old
   type-ahead dropdown styles are gone with the feature). */

.gba-auction-search {
	display: flex;
	gap: 0.5em;
	max-width: 480px;
	margin: 0.5em 0;
}

.gba-auction-search-input {
	flex: 1;
	padding: 0.55em 0.8em;
	font-size: 1em;
	border: 1px solid #999;
	border-radius: 4px;
	min-width: 0;
}

.gba-auction-search-submit {
	padding: 0.55em 1.1em;
	font-size: 1em;
	cursor: pointer;
	border: 1px solid #999;
	border-radius: 4px;
	background: #222;
	color: #fff;
	white-space: nowrap;
}

.gba-auction-search-submit:hover {
	background: #444;
}

.gba-auction-search-context {
	margin: 0.25em 0 0.75em;
	font-size: 0.95em;
}

.gba-auction-search-clear {
	margin-left: 0.75em;
	text-decoration: underline;
}

/* v2.11.0 "did you mean" — only ever shown alongside a zero-result
   search's context line, and only ever a plain clickable link. */
.gba-auction-search-suggestion {
	margin-top: 0.35em;
	font-style: italic;
}

.gba-auction-search-suggestion a {
	font-style: normal;
	text-decoration: underline;
}
