/**
 * Scoped styles for Phase 1 custom chrome only (loads AFTER Elementor/Kadence compat).
 */

.rtg-skip-link {
	position: absolute;
	left: -9999px;
	top: var(--rtg-compat-skip-top, 1rem);
	z-index: 100000;
	padding: 0.5rem 1rem;
	background: #2b6cb0;
	color: #fff !important;
	border-radius: 4px;
	font-weight: 600;
}

.rtg-skip-link:focus {
	left: 1rem;
}

.rtg-header {
	background: #ffffff;
	box-shadow: 0 2px 13px rgba(0, 0, 0, 0.08);
	position: relative;
	z-index: 9999;
}

.rtg-footer {
	margin-top: 0;
}
