/* Max-revenue ad placements */
.sr-ad-strip {
  display: flex;
  justify-content: center;
  padding: .55rem .75rem;
  margin: 0 auto;
  max-width: 48rem;
}
.sr-ad-strip--top {
  position: relative;
  z-index: 20;
  margin-top: .35rem;
}
.sr-ad-strip--mid {
  margin: 1rem auto 1.25rem;
}
.sr-ad-slot--banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .35rem;
}
.sr-ad-label {
  margin: 0;
  font-size: .62rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(148, 163, 184, .55);
}
.sr-graph-gate-modal__cta.is-countdown,
.sr-graph-gate-modal__cta:disabled {
  opacity: .72;
  cursor: wait;
  filter: grayscale(.15);
}
@media (max-width: 767px) {
  .sr-ad-strip--top .sr-ad-slot--banner-728 { display: none !important; }
  .sr-ad-strip--top .sr-ad-slot--banner-320 { display: flex !important; }
}
@media (min-width: 768px) {
  .sr-ad-strip--top .sr-ad-slot--banner-320 { display: none !important; }
}

/* Sticky native — max revenue, dismissible */
.sr-ad-sticky-native {
  position: fixed;
  left: 50%;
  bottom: calc(0.65rem + env(safe-area-inset-bottom, 0px));
  transform: translateX(-50%);
  z-index: 10050;
  width: min(360px, calc(100vw - 1.25rem));
  padding: 0.5rem 0.65rem 0.65rem;
  border-radius: 0.75rem;
  background: rgba(6, 12, 24, 0.94);
  border: 1px solid rgba(148, 163, 184, 0.18);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(12px);
}
.sr-ad-sticky-close {
  position: absolute;
  top: 0.25rem;
  right: 0.35rem;
  border: 0;
  background: transparent;
  color: rgba(148, 163, 184, 0.8);
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  padding: 0.15rem 0.35rem;
}
.sr-ad-sticky-native .sr-ad-label {
  margin: 0 0 0.35rem;
}
@media (min-width: 768px) {
  .sr-ad-sticky-native {
    width: min(400px, calc(100vw - 2rem));
  }
}

/* Visible native ad slots */
.sr-ad-slot--native {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  min-height: 280px;
  width: 100%;
  max-width: 48rem;
  margin: 0 auto;
  padding: 0.5rem 0.75rem;
  position: relative;
  z-index: 25;
}
.sr-ad-slot--native [id^="container-"] {
  min-height: 250px;
  width: 100%;
  display: block !important;
  visibility: visible !important;
}
.sr-ad-strip--top:empty,
.sr-ad-strip--mid:empty {
  display: none !important;
}
