/* Full-bleed is provided by the unconstrained content area of the "Full Width"
   page template — the section fills its container at 100% width. No width:100vw
   (which counts the scrollbar gutter and caused horizontal overflow). */

/* Buttons are links — strip the global, unlayered link underline (scoped +
   unlayered so it beats the underline Tailwind's layered `no-underline` can't). */
.le-cta-standard-block a,
.le-cta-standard-block a:hover {
    text-decoration: none;
}