/* Sports page — fill viewport with iframe */
.container-main,
.container-sb,
#sbc,
.sb-wrap {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

.sb-tabs {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 8px 12px;
  background: #051226;
  overflow-x: auto;
}

.sb-tabs a {
  color: #9aa4b2;
  text-decoration: none;
  font-size: 12px;
  white-space: nowrap;
  padding: 6px 10px;
  border-radius: 8px;
}

.sb-tabs a.active {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.sb-iframe {
  display: block;
  width: 100% !important;
  /* header (~56px) + bottom nav (~72px) */
  min-height: calc(100dvh - 128px) !important;
  height: calc(100vh - 128px) !important;
  border: 0 !important;
  background: #051226;
}

.sb-odds {
  display: none !important;
}

/* Disabled static links */
a.link-disabled,
a[data-link-disabled="true"] {
  pointer-events: none !important;
  cursor: default !important;
}
