/* ============================================================
   GameObserver — Archive + Search page styles
   ------------------------------------------------------------
   Loaded conditionally by gamezone_child_scripts() on:
     - is_archive() (category, tag, taxonomy, date, author)
     - is_search()
   Extracted from style.css. Without this, every other page
   was paying for ~700 bytes of body-state-prefixed selectors.
   ============================================================ */

.one-container.archive .dynamic-content-template:not(:last-child) {
	padding-bottom: 0;
}

/* ── Archive / search page header (cosmic dark) ── */
.archive .page-header,
.category .page-header,
.tag .page-header,
.search .page-header {
	border-bottom: 1px solid var(--go-border);
	padding-bottom: 16px;
	margin-bottom: 24px;
	background-color: transparent !important;
	border-bottom-color: rgba(184, 184, 255, 0.14) !important;
}

.archive .page-title {
	font-family: "Space Grotesk", "Roboto", sans-serif !important;
	color: #ffffff !important;
	letter-spacing: -0.5px;
}
