/* Hide leftover carousel arrows from old snippets */ button[onclick*="slideReviews"]{ display:none !important; } /* Prevent awkward heading breaks */ h1, h2, h3, h4, .as-hero-title, .svg-line-title{ word-break: normal; overflow-wrap: normal; hyphens: none; } /* Balance heading lines where supported */ @supports (text-wrap: balance){ h1, h2, h3, .as-hero-title, .svg-line-title{ text-wrap: balance; } } /* Mobile heading control */ @media (max-width: 980px){ h1, h2, h3, .as-hero-title, .svg-line-title{ max-width: 20ch; margin-left: auto; margin-right: auto; } }