body.admin-bar .nav {
	top: 0;
}

.skip-link {
	position: fixed;
	z-index: 99999;
	top: 8px;
	left: -9999px;
	background: var(--ivory);
	color: var(--black);
	padding: 12px 18px;
}

.skip-link:focus {
	left: 8px;
}

.language-switch button:focus-visible,
a:focus-visible {
	outline: 2px solid var(--green);
	outline-offset: 4px;
}

.translatable {
	transition: opacity .16s ease;
}

.is-switching .translatable {
	opacity: .28;
}

.miri-posts {
	background: var(--paper);
	color: var(--black);
	min-height: 100vh;
	padding: 100px clamp(22px, 8vw, 140px);
}

.miri-posts article {
	max-width: 900px;
	margin: 0 auto 64px;
}

.miri-posts h1 {
	font-family: Impact, "Arial Narrow", sans-serif;
	font-size: clamp(3rem, 8vw, 7rem);
	line-height: .9;
}

.miri-posts p {
	font-size: 1rem;
	line-height: 1.7;
}

@media (max-width: 782px) {
	body.admin-bar .mobile-whatsapp {
		bottom: 12px;
	}
}

