/* ==========================================================================
   RFM Elements v2 - Minimal Base CSS
   Layout primitives only. No colours, typography, borders, or opinions.
   Client themes own the design system.
   ========================================================================== */

/* Accessibility: screen-reader-only text utility */
.rfm-v2-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* Reset focus outline to browser default (themes often override to brand) */
.rfm-v2-focusable:focus {
	outline-offset: 2px;
}
