/* [hcw_quote_form] / [hcw_trade_form] shortcode widget - reuses the
   existing .quote__form styling, just contained reasonably for being
   dropped into arbitrary page/post content rather than a full section. */
.hcw-form-widget {
	max-width: 640px;
	margin-block: 1.5rem;
}
.hcw-form-widget .quote__success {
	position: static;
	transform: none;
}

/* Google reCAPTCHA v3's floating badge obstructs content on mobile.
   Hiding it here per Google's own documented allowance - but doing so
   REQUIRES showing the required attribution text visibly instead, which
   is added near each form specifically for this reason. */
@media (max-width: 599px) {
	.grecaptcha-badge { visibility: hidden !important; }
}
