/* Hidden until submission sets message + .royal-footer-response-visible (do not force display while form.init — that showed an empty bar). */
.royal-footer-contact-root .royal-footer-contact-response.wpcf7-response-output:not(.royal-footer-response-visible) {
	display: none !important;
}

/* Footer inquiry form — server / network messages (shown only when visible class set) */
.royal-footer-contact-response.royal-footer-response-visible {
	display: block;
	margin-top: 0.75rem;
	padding: 0.75rem 1rem;
	border-radius: 4px;
	font-size: 0.95rem;
	line-height: 1.45;
	box-sizing: border-box;
}

.royal-footer-contact-response.wpcf7-mail-sent-ok,
.royal-footer-contact-response.royal-footer-contact-success {
	color: #0f5132;
	background-color: #d1e7dd;
	border: 1px solid #badbcc;
}

.royal-footer-contact-response.wpcf7-validation-errors,
.royal-footer-contact-response.royal-footer-contact-error {
	color: #842029;
	background-color: #f8d7da;
	border: 1px solid #f5c2c7;
	font-weight: 500;
}

/* Per-field errors — theme overrides often need high specificity */
.royal-footer-contact-root .royal-footer-contact-form .ova_wrap_input.royal-footer-has-error .wpcf7-form-control-wrap input.wpcf7-form-control,
.royal-footer-contact-root .royal-footer-contact-form .ova_wrap_input.royal-footer-has-error .wpcf7-form-control-wrap textarea.wpcf7-form-control,
.royal-footer-contact-root .royal-footer-contact-form .ova_wrap_input.royal-footer-has-error .wpcf7-form-control-wrap select.wpcf7-form-control,
.royal-footer-contact-root .royal-footer-contact-form .wpcf7-form-control-wrap.royal-footer-has-error input.wpcf7-form-control,
.royal-footer-contact-root .royal-footer-contact-form .wpcf7-form-control-wrap.royal-footer-has-error textarea.wpcf7-form-control,
.royal-footer-contact-root .royal-footer-contact-form .wpcf7-form-control-wrap.royal-footer-has-error select.wpcf7-form-control {
	border: 2px solid #dc3545 !important;
	box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.2) !important;
	outline: none !important;
}

.royal-footer-field-msg {
	display: block !important;
	color: #842029 !important;
	font-size: 0.875rem;
	line-height: 1.35;
	margin-top: 0.4rem;
	font-weight: 600;
}

.royal-footer-field-msg:empty {
	display: none !important;
}
