/* OddsQ API r80: match the shared graphite header without filling its outer gutters. */

@media (min-width: 1181px) {
  .site-header {
    border-color: rgba(var(--api-stage-tone), 0.14) !important;
    background:
      linear-gradient(
        90deg,
        transparent 0,
        transparent var(--api-stage-edge),
        rgba(20, 25, 27, 0.94) var(--api-stage-edge),
        rgba(20, 25, 27, 0.94) calc(100% - var(--api-stage-edge)),
        transparent calc(100% - var(--api-stage-edge)),
        transparent 100%
      ) !important;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.025) !important;
  }
}
