/* Adventure with Alphabet — retailer strip full viewport width
   Keeps the "Find Our Books / Take the adventure home." band edge-to-edge
   even when it is nested inside one of the site's centered page wrappers. */
html body main .retailer-ticker,
html body .about-aligned-page .retailer-ticker,
html body .about-pastel-stack > .retailer-ticker,
html body .home-pastel-stack .retailer-ticker,
html body .retailer-ticker {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  box-sizing: border-box !important;
  border-radius: 0 !important;
  transform: none !important;
  overflow: hidden !important;
}

/* Keep the title aligned with the site's readable content while the
   background and moving bookseller cards span the entire browser width. */
html body .retailer-ticker .retailer-ticker-head {
  width: min(1500px, calc(100% - 48px)) !important;
  max-width: 1500px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

html body .retailer-ticker .retailer-marquee,
html body .retailer-ticker .retailer-track {
  max-width: none !important;
}

html,
body {
  overflow-x: clip;
}

@media (max-width: 680px) {
  html body .retailer-ticker .retailer-ticker-head {
    width: calc(100% - 24px) !important;
  }
}
