/*
Theme Name: MATTEST Redesign
Description: Shared header/footer, approved homepage and additions that preserve original WordPress and Elementor content.
Template: hello-elementor
Version: 0.3.0
Requires at least: 6.3
Requires PHP: 7.4
Text Domain: mattest-child
*/

/* Only the adapter's own skip link and target. No page-content overrides. */
.mt-child-skip-link {
	position: absolute;
	z-index: 100000;
	left: 16px;
	top: 12px;
	transform: translateY(-200%);
	padding: 12px 18px;
	background: #efdc27;
	color: #242621;
	font: 600 14px/1.4 Manrope, Arial, sans-serif;
	text-decoration: none;
	border-radius: 3px;
}
.mt-child-skip-link:focus {
	transform: none;
	outline: 3px solid #242621;
	outline-offset: 3px;
}
.mt-child-content-start {
	display: block;
	block-size: 0;
	outline: none;
}
