/* ==========================================================================
   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;
}

/* rfmwpe_icon_checklist defensive default - without this, the inline SVG
   defaults to 100% of its container, which can be 200-650px tall. Consumer
   CSS can override via the widget's BEM root + __icon. */
[class*="__icon"] svg,
.rfmwpe_icon_checklist svg {
	width: 1em;
	height: 1em;
	flex-shrink: 0;
}
