/* Shared score-ticker behavior; sport themes continue to own card appearance. */
.sf-score-ticker-host {
  position: relative;
  min-width: 0;
}
.sf-score-ticker-viewport {
  min-width: 0;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-behavior: auto !important;
  scroll-snap-type: none !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none;
  overscroll-behavior-x: contain;
}
.sf-score-ticker-viewport::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}
.sf-score-ticker-running {
  max-width: calc(100% - 36px) !important;
  margin-inline-end: 36px !important;
}
.sf-score-ticker-track {
  animation: none !important;
  transform: none !important;
  flex-wrap: nowrap !important;
}
.sf-score-ticker-track:not(.sf-score-ticker-viewport) {
  display: flex !important;
  width: max-content !important;
  max-width: none !important;
  overflow: visible !important;
}
.sf-score-ticker-direct {
  display: flex !important;
  flex-wrap: nowrap !important;
}
.sf-score-ticker-track > * {
  flex: 0 0 auto !important;
}
.sf-score-ticker-host > button.sf-score-ticker-control {
  appearance: none !important;
  position: absolute !important;
  z-index: 3;
  inset-inline-end: 2px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 28px !important;
  min-width: 28px !important;
  height: 28px !important;
  min-height: 28px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid currentColor !important;
  border-radius: 50% !important;
  background: transparent !important;
  color: inherit !important;
  opacity: .65;
  box-shadow: none !important;
  font: 700 11px/1 Arial, sans-serif !important;
  letter-spacing: 0 !important;
  text-indent: 0 !important;
  cursor: pointer;
}
.sf-score-ticker-host > button.sf-score-ticker-control::before {
  content: 'Ⅱ';
  display: block;
}
.sf-score-ticker-host > button.sf-score-ticker-control[data-paused='true']::before {
  content: '▶';
  font-size: 9px;
  padding-inline-start: 1px;
}
.sf-score-ticker-host > button.sf-score-ticker-control:hover,
.sf-score-ticker-host > button.sf-score-ticker-control:focus-visible {
  opacity: 1;
}
.sf-score-ticker-host > button.sf-score-ticker-control:focus-visible {
  outline: 2px solid currentColor !important;
  outline-offset: 3px;
}
.sf-score-ticker-host > button.sf-score-ticker-control[hidden] {
  display: none !important;
}
/* Keep the fixed Scores label out of the rail's expanding cloned content. */
.gx-tb-tick:has(.sf-score-ticker-viewport) > .elementor-container > .gx-tb-tick-key {
  flex-shrink: 0 !important;
}
.gx-tb-tick:has(.sf-score-ticker-viewport) > .elementor-container > .gx-tb-tick-track {
  flex: 1 1 0 !important;
  min-width: 0 !important;
}
