/* OddsQ r83: keep the graphite header inside the central stage rails. */

@media (min-width: 1181px) {
  .site-header {
    background:
      linear-gradient(
        90deg,
        transparent 0,
        transparent var(--stage-edge),
        var(--r82-market-stage) var(--stage-edge),
        var(--r82-market-stage) calc(100% - var(--stage-edge)),
        transparent calc(100% - var(--stage-edge)),
        transparent 100%
      ) !important;
  }
}
