
/**
 * Wood Ranch Contact Form Context Fix Styles
 * Issue #24: WCAG 3.2.2 (On Input)
 */

/* Visible instructions below the form selector */
.wr-form-instructions {
	font-size: 14px;
	color: #666;
	margin: 8px 0 16px 0;
	font-style: italic;
	text-align: center;
}

/* Screen reader only text (for aria-live region) */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}
