/* /free/ and /z/<tag>/free/. Rides on zones.css for the header and rail blurbs; */
/* everything here is specific to the free pages. */

.free-updated {
	font-family: 'IBM Plex Mono', monospace;
	font-size: 12px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #F4EEE1;
	opacity: 0.75;
}

.free-updated a {
	color: #ffbf1a;
}

.free-section-title {
	font-family: 'Anton', sans-serif;
	font-weight: 400;
	font-size: 2rem;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #F4EEE1;
	margin-bottom: 0.35rem;
}

.free-group-title {
	font-family: 'Oswald', sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	color: #ffbf1a;
	margin-bottom: 1rem;
}

.free-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.free-chip {
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0.03em;
}

.free-tag-search {
	position: relative;
	max-width: 520px;
}

.free-tag-search .form-label {
	color: #F4EEE1;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0.04em;
}

/* Results hang over the content below rather than pushing it down: */
.free-tag-results {
	position: absolute;
	z-index: 20;
	width: 100%;
	max-height: 320px;
	overflow-y: auto;
	background: #F4EEE1;
	border-radius: 0 0 12px 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}

.free-tag-results:empty {
	display: none;
}

.free-tag-results li a {
	display: block;
	padding: 8px 14px;
	color: #131114;
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
}

.free-tag-results li a:hover,
.free-tag-results li a:focus,
.free-tag-results li.is-active a {
	background: #ffbf1a;
}
