/* reCAPTCHA v3 disclosure + hidden badge */
.chromatic-recaptcha-notice {
	font-size: 0.65rem;
	color: #94a3b8;
	text-align: center;
	margin-top: 0.5rem;
	line-height: 1.45;
}

.chromatic-recaptcha-notice a {
	color: inherit;
	text-decoration: underline;
}

.grecaptcha-badge {
	visibility: hidden;
}

/* Form submission notifications */
.chromatic-ar-notification {
	position: fixed;
	bottom: 1.5rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99999;
	display: flex;
	align-items: center;
	gap: 0.75rem;
	max-width: min(28rem, calc(100vw - 2rem));
	padding: 0.875rem 1rem;
	border-radius: 0.75rem;
	font-size: 0.875rem;
	line-height: 1.4;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.18);
}

.chromatic-ar-notification--success {
	background: #ecfdf5;
	color: #065f46;
	border: 1px solid #a7f3d0;
}

.chromatic-ar-notification--error {
	background: #fef2f2;
	color: #991b1b;
	border: 1px solid #fecaca;
}

.chromatic-ar-notification__close {
	background: none;
	border: 0;
	font-size: 1.25rem;
	line-height: 1;
	cursor: pointer;
	color: inherit;
	opacity: 0.7;
	padding: 0;
}

.chromatic-ar-notification__close:hover {
	opacity: 1;
}
