/**
 * Click Guardian - frontend styles (form rejection notice only).
 *
 * The blocked-click page (Frontend\OutputGate / templates/frontend/blocked.php)
 * is a standalone HTML document printed before the theme loads, so it
 * ships its own inline styles and does not use this stylesheet.
 */

.click-guardian-form-notice {
	margin: 0 0 16px;
	padding: 12px 14px;
	border-radius: 6px;
	background: #fef2f2;
	border: 1px solid #fecaca;
	color: #991b1b;
	font-size: 0.9rem;
	line-height: 1.5;
}
