/**
 * Mobile and tablet radius for the global newsletter panel.
 * Desktop keeps the existing 100px radius from style.css.
 */
@media screen and (max-width: 1024px) {
	body .site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row-container-inner {
		border-radius: clamp(30px, 4.8828125vw, 50px);
	}
}
