/* Shared visual treatment for regional closing CTAs. */
.closing,.final,section:not(.section)>.wrap>.band{
  background-color:var(--yellow,var(--amber,#f5c242)) !important;
  background-image:linear-gradient(rgba(245,194,66,.78),rgba(245,194,66,.86)),url('/img/cta-parking-bg.webp') !important;
  background-size:cover;
  background-position:center;
}
