/* OddsQ r75: protected ticker lane and deliberate desktop page rhythm. */
.market-ticker {
  grid-template-columns:
    calc(var(--ticker-page-edge, 0px) + clamp(136px, 31vw, 194px))
    minmax(0, 1fr) !important;
}

.ticker-status {
  min-width: 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding-right: 12px;
  background: #07090a;
}

.ticker-status b {
  display: block;
  max-width: 100%;
  overflow: hidden;
  font-size: clamp(8px, 1.8vw, 11px) !important;
  text-overflow: clip;
  white-space: nowrap;
}

.ticker-viewport {
  min-width: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media (min-width: 1181px) {
  html {
    scroll-padding-top: 30px;
    scroll-snap-type: y proximity;
  }

  .lead-title {
    font-size: 22.5px !important;
    line-height: 1.12 !important;
  }

  /* The first three continuation groups form the second desktop screen. */
  .continuation-stream {
    gap: 0 !important;
    margin-top: 30px !important;
    scroll-snap-align: start;
  }

  .continuation-stream .window-continuation {
    padding-bottom: 12px !important;
  }

  .continuation-stream .window-continuation:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.14) !important;
  }

  .continuation-stream .continuation-window-head {
    min-height: 50px !important;
  }

  .continuation-stream .card-list-more {
    margin-top: 12px !important;
  }

  /* Thirty-day continuation belongs to the following screen. */
  .continuation-stream .window-continuation[data-window="30d"] {
    margin-top: 30px !important;
    scroll-snap-align: start;
  }

  .site-footer {
    grid-template-columns: minmax(235px, 0.9fr) minmax(500px, 1.7fr) auto !important;
    gap: 30px !important;
    padding: 20px 24px !important;
  }

  .footer-brand {
    grid-template-columns: 46px minmax(0, 1fr) !important;
    gap: 2px 12px !important;
  }

  .footer-brand img {
    width: 44px !important;
    height: 44px !important;
  }

  .footer-brand b {
    font-size: 16px !important;
  }

  .footer-brand span,
  .footer-group a {
    font-size: 11px !important;
  }

  .footer-group b {
    font-size: 10px !important;
  }
}
