/* ==========================================================================
   WagerPals 2026 — listing pages, info/legal pages, 404, search
   (shares the single hero band styles)
   ========================================================================== */

@import url("single.css");

/* ---------- 404 ---------- */

.wp26-404__hero {
	padding-block: 110px;
	text-align: center;
}

.wp26-404__code {
	margin: 0 0 6px;
	font-family: var(--wp26-font-display);
	font-size: clamp(80px, 14vw, 140px);
	font-weight: 800;
	line-height: 1;
	background: linear-gradient(90deg, var(--wp26-green), #6EE7B7);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.wp26-404__hero .wp26-single__intro {
	margin-inline: auto;
}

.wp26-404__cta {
	justify-content: center;
	margin-top: 26px;
}

.wp26-404 .wp26-searchform {
	margin-inline: auto;
}

/* ---------- info pages (about-us, how-we-rate, …) ---------- */

.wp26-info .wp26-prose ul li::marker,
.wp26-info .wp26-prose ol li::marker {
	color: var(--wp26-green-dark);
	font-weight: 700;
}

.wp26-info .wp26-prose h3 {
	color: var(--wp26-navy);
}

.wp26-info .wp26-prose h2 {
	margin-top: 2em;
}

/* ---------- contact card ---------- */

.wp26-contact-card {
	margin-top: 40px;
	background: var(--wp26-paper);
	border: 1px solid var(--wp26-border);
	border-radius: var(--wp26-radius-lg);
	box-shadow: var(--wp26-shadow-md);
	padding: 36px;
	text-align: center;
}

.wp26-contact-card h2 {
	font-size: 24px;
	margin-bottom: 16px;
}

.wp26-contact-card p {
	margin: 0 0 10px;
}

/* ---------- listing tweaks ---------- */

.wp26-listing .wp26-tabs__bar {
	display: flex;
	width: max-content;
	margin-inline: auto;
}

/* …but when the bar shares a head row with the section title, it hugs the
   right edge instead of centering. */
.wp26-listing .wp26-tabs__head .wp26-tabs__bar {
	margin-inline: 0;
}

.wp26-listing--sisters .wp26-shead {
	margin-bottom: 28px;
}

/* pagination (search results) */

.wp26-page .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	height: 38px;
	padding-inline: 8px;
	border-radius: 10px;
	border: 1px solid var(--wp26-border);
	background: var(--wp26-paper);
	color: var(--wp26-navy);
	font-weight: 700;
	margin-inline: 3px;
}

.wp26-page .page-numbers.current {
	background: var(--wp26-navy);
	color: #fff;
	border-color: var(--wp26-navy);
}

/* ==========================================================================
   Editable intro section (page content rendered under the listing hero)
   ========================================================================== */

.wp26-section--intro {
	padding-block: 52px 0;
}

/* The lead heading mirrors .wp26-shead__title (short green bar, no
   full-width rule) instead of the default prose h2 underline. */
.wp26-section--intro .wp26-prose > h2:first-child {
	font-size: clamp(28px, 4vw, 40px);
	margin: 0 0 20px;
	padding-bottom: 0;
	border-bottom: 0;
}

.wp26-section--intro .wp26-prose > h2:first-child::after {
	content: "";
	display: block;
	width: 64px;
	height: 4px;
	border-radius: 4px;
	margin-top: 14px;
	background: linear-gradient(90deg, var(--wp26-green), rgba(16, 183, 127, 0.25));
}

.wp26-section--intro .wp26-prose > :last-child {
	margin-bottom: 0;
}
