/* Contrast-safe editorial accents. Kept separate so the visual palette can be
 * reviewed independently from the structural stylesheet. */
.dc-kicker,
.dc-eyebrow {
	color: #8f3729;
}

.dc-theme-panel > span,
.dc-theme-panel p {
	color: #fff;
	opacity: 1;
}

.dc-newsletter > div > p,
.dc-consent {
	color: #42514f;
}

/* Body-muted copy must remain comfortably above WCAG AA on paper/white
 * surfaces. The structural stylesheet keeps the palette tokens compact; this
 * layer owns the release-tested contrast values. */
:root {
	--muted: #5e6967;
}

/* Keep WordPress-only labels, including the pagination heading, available to
 * assistive technology without letting them enter the visual layout. */
.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	clip-path: inset(50%);
	border: 0;
	white-space: nowrap;
}

.screen-reader-text:focus {
	z-index: 100000;
	top: 5px;
	left: 5px;
	width: auto;
	height: auto;
	margin: 0;
	padding: 12px 16px;
	overflow: visible;
	clip: auto;
	clip-path: none;
	background: var(--surface);
	color: var(--ink);
	font-size: 14px;
	font-weight: 600;
}

.dc-card__meta {
	color: #566260;
}
