/* Basis-Korrekturen, die theme.json nicht abdeckt. Bewusst kurz halten —
   alles Gestalterische gehört nach theme.json. */

:where(a) {
	text-underline-offset: 0.18em;
	text-decoration-thickness: 1px;
}

:where(img) {
	max-width: 100%;
	height: auto;
}

/* Sichtbarer Fokus für Tastaturbedienung — Barrierefreiheit. */
:where(a, button, input, select, textarea):focus-visible {
	outline: 2px solid var(--wp--preset--color--primary, #224798);
	outline-offset: 2px;
}

/* Sprungziel für Screenreader und Tastatur. */
.ktf77-skip-link {
	position: absolute;
	left: -9999px;
}
.ktf77-skip-link:focus {
	left: 1rem;
	top: 1rem;
	z-index: 100;
	padding: 0.75rem 1rem;
	background: #fff;
	border: 2px solid #224798;
}
