/* 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). */

/* Strip the global, unlayered link underline from the CTA button and from any
   link inside a card (e.g. a dealer pasting a URL into the quote). Scoped +
   unlayered so it beats the global underline that Tailwind's layered
   `no-underline` utility can't override. */
.le-testimonial-section-block .le-testimonial-cta,
.le-testimonial-section-block .le-testimonial-cta:hover,
.le-testimonial-section-block .le-testimonial-card a,
.le-testimonial-section-block .le-testimonial-card a:hover {
    text-decoration: none;
}
