:root {
  --hd-live-bg-image: url("/wp-content/uploads/2023/11/esv-tuerkheim-eishockey-hintergrund-03.jpg");
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 2560px;
}

.hd-livegame-screen {
  min-height: 100vh;
  width: 100%;
  background: #000;
  color: #fff;
}



body.hd-content-livegame {
  min-height: 2560px;
  background-color: rgb(21, 61, 138) !important;
}

main.hd-content.hd-content-livegame {
  min-height: 2560px;
  position: relative;
  overflow: visible;
}

main.hd-content.hd-content-livegame::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: var(--hd-live-bg-image);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}

main.hd-content.hd-content-livegame.hd-content-liveticker::before {
  position: absolute;
}

main.hd-content.hd-content-livegame > * {
  position: relative;
  z-index: 1;
}

.game-report {
  width: 100%;
}

.game-p2p {
  width: 100%;
}

/* Livegame play-by-play presentation */
.hd-content-livegame .hd-los-playbyplay,
.hd-content-livegame .hd-los-playbyplay * {
  font-family: "Roboto Condensed" !important;
}

.hd-content-livegame .hd-los-playbyplay .sv_links_title,
.hd-content-livegame .hd-los-playbyplay .sv_rechts_title {
  color: #153d8a !important;
  font-size: 3em !important;
  line-height: 1.2em !important;
  background-color: #f2e11f !important;
  border-radius: 25px !important;
  padding: 10px !important;
}

.hd-content-livegame .hd-los-playbyplay .sv_links_title.TeamLogo,
.hd-content-livegame .hd-los-playbyplay .sv_rechts_title.TeamLogo {
  background-color: unset !important;
}

.hd-content-livegame .hd-los-playbyplay .sv_mitte_title {
  color: white !important;
  text-shadow: 2px 2px 5px black !important;
  font-size: 2em !important;
}

.hd-content-livegame .hd-los-playbyplay .sv_mitte_title.divScore {
  font-size: 7em !important;
  color: #fff !important;
}

.hd-content-livegame .hd-los-playbyplay .svtable {
  font-size: 2em !important;
  color: white !important;
}

.hd-content-livegame .hd-los-playbyplay .sv_links_head,
.hd-content-livegame .hd-los-playbyplay .sv_rechts_head {
  display: none !important;
}

.hd-content-livegame .hd-los-playbyplay .sv_head {
  background-color: rgba(50,50,50, 0.5) !important;
  color: #ffffff !important;
  font-size: 0.9em !important;
  padding: 20px !important;
}

.hd-content-livegame .hd-los-playbyplay .sv_links_as,
.hd-content-livegame .hd-los-playbyplay .sv_rechts_as {
  background-color:rgba(50,50,50, 0.5) !important;
  color: #ffffff !important;
  font-size: 0.9em !important;
  padding: 20px !important;
}

.hd-content-livegame .hd-los-playbyplay .sv_links_pen,
.hd-content-livegame .hd-los-playbyplay .sv_rechts_pen {
  width: 120px !important;
  background-color: rgba(242, 225, 31, 0.1) !important;
}

.hd-content-livegame .hd-los-playbyplay .sv_mitte_pen {
  font-size: 1.5em !important;
  width: 100px !important;
  background-color: rgba(242, 225, 31, 0.8) !important;
  margin: 0px 10px !important;
}

.hd-content-livegame .hd-los-playbyplay .sv_links_pen2,
.hd-content-livegame .hd-los-playbyplay .sv_rechts_pen2 {
  width: 120px !important;
  background-color: rgba(0, 45, 127, 0.1) !important;
}

.hd-content-livegame .hd-los-playbyplay .sv_mitte_pen2 {
  font-size: 1.5em !important;
  width: 100px !important;
  background-color: rgba(30, 88, 199, 0.5) !important;
  margin: 0px 10px !important;
}

.hd-content-livegame .hd-los-playbyplay img.actionIcon {
  max-width: 100px !important;
}

.hd-content-livegame .hd-los-playbyplay .-hd-util-tabs-buttons,
.hd-content-livegame .hd-los-playbyplay #btn-pbp {
  display: block !important;
}

.hd-content-livegame .hd-los-playbyplay #btn-pbp {
  color: #f2e11f !important;
  border: none !important;
  font-size: 5em !important;
  width: 100% !important;
  font-weight: 900 !important;
  padding: 5px !important;
  text-shadow: 2px 2px 5px black !important;
}

@media (min-width: 901px) {
  .single-game .hd-content-game .hd-los-playbyplay .-hd-util-tabs-buttons {
    width: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin: 0 auto 24px;
  }

  .single-game .hd-content-game .hd-los-playbyplay #btn-pbp,
  .single-game .hd-content-game .hd-los-playbyplay #btn-report,
  .single-game .hd-content-game .hd-los-playbyplay #btn-recording,
  .single-game .hd-content-game .hd-los-playbyplay #btn-shotmap {
    width: min(320px, 30vw) !important;
    min-height: 78px !important;
    height: 78px !important;
    margin: 0 !important;
    padding: 0 20px !important;
    box-sizing: border-box;
    display: flex !important;
    align-items: center;
    justify-content: center;
    line-height: 1 !important;
  }
}

.hd-livegame-team-heading {
  font-family: "Roboto Condensed" !important;
  font-size: 80px !important;
  font-style: normal !important;
  font-weight: 900 !important;
  height: 96px !important;
  letter-spacing: 12px !important;
  line-height: 96px !important;
  color: #f2e11f !important;
  border: none !important;
  width: 100% !important;
  padding: 20px !important;
  text-shadow: 2px 2px 5px black !important;
  text-align: center !important;
  margin: 0px !important;
}

.hd-content-livegame .hd-los-playbyplay #pbp_myprogress .periodbarsection {
  margin-right: 20px !important;
  border-radius: 20px !important;
  text-align: center !important;
  background-color: rgba(255, 255, 255, 0.3) !important;
  height: 60px !important;
}

.hd-content-livegame .hd-los-playbyplay #pbp_myprogress .isactive1 {
  border-radius: 20px !important;
  padding-top: 0px !important;
  background-color: #f2e11f !important;
  color: #000 !important;
  line-height: 60px !important;
}

.hd-content-livegame .hd-los-playbyplay #pbp_myprogress .isactive0 {
  border-radius: 20px !important;
  padding-top: 0px !important;
  line-height: 60px !important;
  color: #fff !important;
}

.hd-content-livegame .hd-los-playbyplay #pbp_myprogress .isactive0[value="100"] {
  background-color: rgba(0, 45, 127, 0.5) !important;
}

#divGameData {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

/* Livegame pre-game report (status 0) */
.hd-content-livegame [id="-hd-pre-game-report"].-hd-widget,
.hd-content-livegame .-hd-los-game-full-report.-hd-los-game-full-report-status-0 {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

.hd-content-livegame .-hd-los-game-full-report.-hd-los-game-full-report-status-0,
.hd-content-livegame .-hd-los-game-full-report.-hd-los-game-full-report-status-0 * {
  font-family: "Roboto Condensed" !important;
}

.hd-content-livegame .-hd-los-game-full-report.-hd-los-game-full-report-status-0 {
  color: #fff !important;
  background: transparent !important;
  box-sizing: border-box !important;
}

.hd-content-livegame .-hd-los-game-full-report.-hd-los-game-full-report-status-0 .-hd-los-game-full-report-pre-game-report-header {
  color: #f2e11f !important;
  font-size: 72px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: 4px !important;
  text-align: center !important;
  text-shadow: 2px 2px 5px #000 !important;
  margin: 10px 0 20px !important;
}

.hd-content-livegame .-hd-los-game-full-report.-hd-los-game-full-report-status-0 .-hd-los-game-full-report-game-info {
  background: transparent !important;
  border: none !important;
  border-radius: 20px !important;
  padding: 20px 30px 28px !important;
}

.hd-content-livegame .-hd-los-game-full-report.-hd-los-game-full-report-status-0 .-hd-los-game-full-report-team-name {
  color: #fff !important;
  font-weight: 900 !important;
  font-size: 70px !important;
  line-height: 1.05 !important;
  letter-spacing: 2px !important;
  text-shadow: 2px 2px 5px #000 !important;
}

.hd-content-livegame .-hd-los-game-full-report.-hd-los-game-full-report-status-0 .-hd-los-game-full-report-team-logo img {
  max-height: 150px !important;
  width: auto !important;
}

.hd-content-livegame .-hd-los-game-full-report.-hd-los-game-full-report-status-0 .-hd-los-game-full-report-score-home,
.hd-content-livegame .-hd-los-game-full-report.-hd-los-game-full-report-status-0 .-hd-los-game-full-report-score-away {
  color: #f2e11f !important;
  font-size: 96px !important;
  font-weight: 900 !important;
  text-shadow: 2px 2px 5px #000 !important;
}

.hd-content-livegame .-hd-los-game-full-report.-hd-los-game-full-report-status-0 .-hd-los-game-full-report-game-facts {
  background: transparent !important;
  border: none !important;
  border-radius: 14px !important;
  padding: 14px 20px !important;
  margin-top: 14px !important;
}

.hd-content-livegame .-hd-los-game-full-report.-hd-los-game-full-report-status-0 .-hd-los-game-full-report-game-fact-row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14) !important;
  padding: 10px 0 !important;
}

.hd-content-livegame .-hd-los-game-full-report.-hd-los-game-full-report-status-0 .-hd-los-game-full-report-game-fact-row:last-child {
  border-bottom: 0 !important;
}

.hd-content-livegame .-hd-los-game-full-report.-hd-los-game-full-report-status-0 .-hd-los-game-full-report-game-fact-label,
.hd-content-livegame .-hd-los-game-full-report.-hd-los-game-full-report-status-0 .-hd-los-game-full-report-game-fact-value {
  color: #fff !important;
  font-size: 28px !important;
}

.hd-content-livegame .-hd-los-game-full-report.-hd-los-game-full-report-status-0 .-hd-los-game-full-report-pre-game-report-container {
  width: 100% !important;
  max-width: none !important;
  margin-top: 18px !important;
}

.hd-content-livegame .-hd-los-game-full-report.-hd-los-game-full-report-status-0 .-hd-los-game-full-report-container {
  background: transparent !important;
  border: none !important;
  border-radius: 0px !important;
  margin-bottom: 18px !important;
}

.hd-content-livegame .-hd-los-game-full-report.-hd-los-game-full-report-status-0 .-hd-los-game-full-report-headline {
  background: rgba(242, 225, 31, 1) !important;
  color: #153d8a !important;
  font-weight: 900 !important;
  font-size: 42px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  padding: 12px 18px !important;
  border-radius: 0 !important;
}

.hd-content-livegame .-hd-los-game-full-report.-hd-los-game-full-report-status-0 .-hd-los-game-full-report-container-data {
  padding: 16px 18px 20px !important;
}

.hd-content-livegame .-hd-los-game-full-report.-hd-los-game-full-report-status-0 .-hd-util-tabs-buttons .-hd-util-tabs-button {
  font-size: 28px !important;
  font-weight: 900 !important;
  background: rgba(255, 255, 255, 0.15) !important;
  color: #fff !important;
  border-radius: 10px !important;
  margin-right: 10px !important;
  padding: 10px 18px !important;
}

.hd-content-livegame .-hd-los-game-full-report.-hd-los-game-full-report-status-0 .-hd-util-tabs-buttons .-hd-util-tabs-button-active {
  background: #f2e11f !important;
  color: #153d8a !important;
}

.hd-content-livegame .-hd-los-game-full-report.-hd-los-game-full-report-status-0 .-hd-util-stats-compare-header-title-label,
.hd-content-livegame .-hd-los-game-full-report.-hd-los-game-full-report-status-0 .-hd-util-player-compare-header-title-label {
  color: #f2e11f !important;
  font-size: 28px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

.hd-content-livegame .-hd-los-game-full-report.-hd-los-game-full-report-status-0 .-hd-util-stats-compare-row-label,
.hd-content-livegame .-hd-los-game-full-report.-hd-los-game-full-report-status-0 .-hd-util-player-compare-row-player-name {
  color: #fff !important;
  font-size: 26px !important;
}

.hd-content-livegame .-hd-los-game-full-report.-hd-los-game-full-report-status-0 .-hd-util-stats-compare-row-display-value,
.hd-content-livegame .-hd-los-game-full-report.-hd-los-game-full-report-status-0 .-hd-util-player-compare-row-player-value-display {
  color: #f2e11f !important;
  font-size: 30px !important;
  font-weight: 900 !important;
}

.hd-content-livegame .-hd-los-game-full-report.-hd-los-game-full-report-status-0 .-hd-util-stats-compare-row-bar {
  background: rgba(255, 255, 255, 0.08) !important;
}

.hd-content-livegame .-hd-los-game-full-report.-hd-los-game-full-report-status-0 .-hd-util-stats-compare-row-bar-value-1 {
  background: rgba(242, 225, 31, 1) !important;
}

.hd-content-livegame .-hd-los-game-full-report.-hd-los-game-full-report-status-0 .-hd-util-stats-compare-row-bar-value-2 {
  background: rgba(21, 61, 138, 0.62) !important;
}

.hd-content-livegame .-hd-los-game-full-report.-hd-los-game-full-report-status-0 .-hd-util-intellitable .-hd-util-intellitable-data table {
  width: 100% !important;
}

.hd-content-livegame .-hd-los-game-full-report.-hd-los-game-full-report-status-0 .-hd-util-intellitable .-hd-util-intellitable-data th {
  background: rgba(242, 225, 31, 0.62) !important;
  color: #153d8a !important;
  font-size: 22px !important;
  font-weight: 900 !important;
  border-bottom: 0 !important;
}

.hd-content-livegame .-hd-los-game-full-report.-hd-los-game-full-report-status-0 .-hd-util-intellitable .-hd-util-intellitable-data td {
  background: rgba(0, 0, 0, 0.18) !important;
  color: #fff !important;
  font-size: 22px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
}

.hd-content-livegame #\-hd-pre-game-report {
  margin-top: -90px !important;
}

#-hd-pre-game-report .-hd-los-game-full-report-score {
  display: none !important;
}

.-hd-los-game-full-report .-hd-los-game-full-report-team {
  width: 45% !important;
}

#-hd-pre-game-report .-hd-los-game-full-report-team-name {
  font-size: 3.5em !important;
}

.-hd-util-stats-compare-row {
  align-items: flex-end !important;
  display: flex !important;
  margin: 25px 0 !important;
}

.hd-content-livegame .-hd-los-game-full-report.-hd-los-game-full-report-status-0 .-hd-util-tabs-buttons {
  display: none !important;
}

body.hd-content-livegame:not(.hd-content-liveticker) .-hd-los-game-full-report.-hd-los-game-full-report-status-0 .-hd-los-game-full-report-pre-game-report-star-players {
  display: none !important;
}

.hd-content-livegame .-hd-los-game-full-report.-hd-los-game-full-report-status-0 .-hd-los-game-full-report-pre-game-report-last-games .-hd-los-game-full-report-headline,
.hd-content-livegame .-hd-los-game-full-report.-hd-los-game-full-report-status-0 .-hd-los-game-full-report-pre-game-report-team-stats .-hd-los-game-full-report-headline {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border-radius: 0 !important;
}

.hd-content-livegame .-hd-los-game-full-report.-hd-los-game-full-report-status-0 .-hd-util-stats-compare {
  margin: 30px auto !important;
  max-width: 95% !important;
  width: 100% !important;
}

.hd-content-livegame .-hd-los-game-full-report.-hd-los-game-full-report-status-0 .-hd-los-game-full-report-pre-game-report-last-games-road-to-game {
  color: #fff !important;
  margin-right: 1px !important;
  padding: 20px 20px !important;
  position: relative !important;
  white-space: nowrap !important;
  font-size: 1.5em !important;
}

.hd-content-livegame .-hd-los-game-full-report.-hd-los-game-full-report-status-0 .-hd-los-game-full-report-pre-game-report-last-games-road-to-meta {
  align-items: center !important;
  background-color: rgba(21, 61, 138, 0.55) !important;
  display: flex !important;
  flex-shrink: 1 !important;
  font-size: 1.2em !important;
  margin-right: 1px !important;
  padding: 10px 100px !important;
}

.hd-live-schedule-list {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

.hd-live-schedule-row {
  display: grid;
  grid-template-columns: 150px 74px minmax(0, 1fr) 170px minmax(0, 1fr) 74px 150px;
  column-gap: 8px;
  align-items: center;
  margin: 10px 0;
  padding: 8px;
  background: rgba(0, 0, 0, 0.22);
  border-radius: 12px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.hd-live-schedule-col {
  font-family: "Roboto Condensed";
  color: #fff;
  min-width: 0;
}

.hd-live-schedule-team-short,
.hd-live-schedule-home-away {
  color: #f2e11f;
  font-size: 30px;
  font-weight: 900;
  text-shadow: 2px 2px 5px #000;
}

.hd-live-schedule-team-short {
  text-align: left;
  padding: 10px;
}

.hd-live-schedule-home-away {
  text-align: right;
  padding: 10px;
  justify-self: end;
  max-width: 100%;
  white-space: nowrap;
}

.hd-live-schedule-logo {
  text-align: center;
}

.hd-live-schedule-logo img {
  max-width: 60px;
  max-height: 60px;
  width: auto;
  height: auto;
  display: inline-block;
}

.hd-live-schedule-team-name {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hd-live-schedule-team-name-away {
  text-align: right;
}

.hd-live-schedule-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  box-sizing: border-box;
  overflow: hidden;
  gap: 4px;
}

.hd-live-schedule-center-has-score {
  background-color: rgba(242, 225, 31, 0.8);
}

.hd-live-schedule-score-api .-hd-los-game-info {
  background: transparent !important;
  padding: 0 !important;
}

.hd-live-schedule-score-api .-hd-los-game-info .-hd-los-game-info-team,
.hd-live-schedule-score-api .-hd-los-game-info .-hd-los-game-info-game-state,
.hd-live-schedule-score-api .-hd-los-game-info .-hd-los-game-info-game-state-extended,
.hd-live-schedule-score-api .-hd-los-game-info .-hd-los-game-info-game-date,
.hd-live-schedule-score-api .-hd-los-game-info .-hd-los-game-info-streams {
  display: none !important;
}

.hd-live-schedule-score-api .-hd-los-game-info .-hd-los-game-info-score {
  margin: 0 !important;
}

.hd-live-schedule-score-api .-hd-los-game-info .-hd-los-game-info-score-home,
.hd-live-schedule-score-api .-hd-los-game-info .-hd-los-game-info-score-away,
.hd-live-schedule-score-api .-hd-los-game-info .-hd-los-game-info-score-divider {
  color: #f2e11f !important;
  font-size: 44px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

.hd-live-schedule-team-short {
  font-size: 2.5em !important;
  line-height: 1.05 !important;
}

.hd-live-schedule-home-away {
  font-size: 2.1em !important;
  line-height: 1.05 !important;
}

.hd-live-schedule-center {
  background-color: rgba(30, 88, 199, 0.5) !important;
  height: 120px !important;
  line-height: 1.05 !important;
  padding: 10px 8px !important;
}

.hd-live-schedule-center.hd-live-schedule-center-has-score {
  background-color: rgba(242, 225, 31, 1) !important;
  font-size: 4em;
  color: rgb(21, 61, 138);
}

.hd-live-schedule-center.hd-live-schedule-center-live {
  background-color: rgba(255, 140, 0, 1) !important;
  animation: hdLiveScheduleCenterPulse 1.2s ease-in-out infinite;
}

@keyframes hdLiveScheduleCenterPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 140, 0, 0.95);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(255, 140, 0, 0.35);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 140, 0, 0.95);
  }
}

.hd-live-schedule-center-date,
.hd-live-schedule-center-time,
.hd-live-schedule-center-score {
  display: block;
  width: 100%;
}

.hd-live-schedule-center-date-small {
  display: block;
  width: 100%;
  font-size: 0.44em;
  line-height: 1.05;
  text-align: center;
  margin-bottom: 2px;
}

.hd-live-schedule-center.hd-live-schedule-center-has-score .hd-live-schedule-center-date-small {
  color: rgba(21, 61, 138, 0.95);
}

.hd-live-schedule-center-date {
  font-size: 1.1em;
  line-height: 1.05;
}

.hd-live-schedule-center-time {
  font-size: 1.1em;
  line-height: 1.05;
  color: #8fb6ff;
}

.hd-live-schedule-center.hd-live-schedule-center-has-score .hd-live-schedule-center-score {
  line-height: 1;
}

.hd-live-schedule-list > .hd-live-schedule-center {
  display: none !important;
}

body.hd-content-liveticker {
  min-height: auto !important;
  background-color: rgb(21, 61, 138) !important;
}

main.hd-content.hd-content-liveticker {
  min-height: 100dvh;
  width: 100%;
  position: relative;
  overflow: visible;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

main.hd-content.hd-content-livegame.hd-content-liveticker {
  min-height: 100dvh !important;
}

.hd-content-liveticker .game-report {
  flex: 1 1 auto;
}

main.hd-content.hd-content-liveticker::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--hd-live-bg-image);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0.45;
  pointer-events: none;
  z-index: 0;
}

main.hd-content.hd-content-liveticker > * {
  position: relative;
  z-index: 1;
}

.hd-liveticker-title {
  font-size: clamp(42px, 10vw, 72px) !important;
  line-height: 1 !important;
  height: auto !important;
  margin: 10px 0 16px 0 !important;
  letter-spacing: 3px !important;
}

.hd-liveticker-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 20px;
  box-sizing: border-box;
}

.hd-liveticker-row {
  display: grid;
  grid-template-columns: 84px 42px minmax(0, 1fr) 108px minmax(0, 1fr) 42px 104px;
  column-gap: 6px;
  align-items: center;
  text-decoration: none;
  color: inherit;
  background: rgba(0, 0, 0, 0.28);
  border-radius: 10px;
  padding: 8px 6px;
  transition: transform 120ms ease, background-color 120ms ease;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.hd-liveticker-row:active,
.hd-liveticker-row:hover {
  background: rgba(0, 0, 0, 0.45);
}

.hd-liveticker-row .hd-live-schedule-team-short {
  font-size: 1.35em !important;
}

.hd-liveticker-row .hd-live-schedule-home-away {
  font-size: 1.25em !important;
}

.hd-liveticker-row .hd-live-schedule-team-name {
  font-size: 1.65em;
}

.hd-liveticker-row .hd-live-schedule-logo img {
  max-width: 42px;
  max-height: 42px;
}

.hd-liveticker-row .hd-live-schedule-center {
  height: 74px !important;
  padding: 6px 4px !important;
  font-size: 16px;
}

.hd-liveticker-row .hd-live-schedule-center.hd-live-schedule-center-has-score {
  font-size: 2.1em;
}

.hd-liveticker-empty {
  color: #fff;
  font-family: "Roboto Condensed";
  font-size: 1.4rem;
  text-align: center;
  padding: 18px 10px;
  background: rgba(0, 0, 0, 0.36);
  border-radius: 12px;
}

.hd-content-liveticker .hd-livegame-team-heading {
  margin: 0 !important;
  padding: 14px 10px !important;
  height: auto !important;
  line-height: 1.05 !important;
  font-size: clamp(38px, 8.2vw, 64px) !important;
  letter-spacing: 2px !important;
}

.hd-content-liveticker .hd-liveticker-header .hd-livegame-team-heading {
  width: auto !important;
}

.hd-content-liveticker .hd-liveticker-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
}

.hd-content-liveticker .hd-liveticker-filter-wrap {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  z-index: 3;
}

.hd-content-liveticker .hd-liveticker-filter-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: none;
  background: transparent;
  color: inherit;
  cursor: pointer;
  padding: 0;
  margin: 0;
  max-width: 100%;
}

.hd-content-liveticker .hd-liveticker-filter-chevron {
  color: #f2e11f;
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
  text-shadow: 2px 2px 5px #000;
  font-family: "Arial Narrow", "Roboto Condensed", sans-serif;
  transform: rotate(90deg);
  transform-origin: center;
}

.hd-content-liveticker .hd-liveticker-filter-toggle[aria-expanded="true"] .hd-liveticker-filter-chevron {
  transform: rotate(-90deg);
}

.hd-content-liveticker .hd-liveticker-header-title {
  flex: 0 1 auto;
  min-width: 0;
  text-align: left !important;
  font-size: 3.5em !important;
}

.hd-content-liveticker .hd-liveticker-filter-menu {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  min-width: 350px;
  max-width: 520px;
  max-height: 68vh;
  overflow-y: auto;
  background: rgba(8, 23, 58, 0.94);
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  padding: 6px;
  z-index: 30;
}

.hd-content-liveticker .hd-liveticker-filter-item {
  display: block;
  font-family: "Roboto Condensed";
  font-size: 3em;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  line-height: 1.2;
  padding: 12px 12px;
  border-radius: 6px;
}

.hd-content-liveticker .hd-liveticker-filter-item.is-active {
  background: rgba(242, 225, 31, 0.92);
  color: #153d8a;
  font-weight: 900;
}

.hd-content-liveticker .hd-liveticker-filter-item:hover {
  background: rgba(255, 255, 255, 0.12);
}

.hd-content-liveticker .hd-liveticker-header-logo-wrap {
  position: absolute;
  left: 50%;
  top: 45px;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.hd-content-liveticker .hd-liveticker-header-logo {
  display: block;
  width: auto;
  height: 54px;
  max-height: 54px;
  opacity: 1;
}

.hd-content-liveticker .hd-liveticker-updated {
  flex: 0 0 auto;
  text-align: right !important;
  font-size: 3.5em !important;
  letter-spacing: 1px !important;
  white-space: nowrap;
  padding-right: 6px !important;
  z-index: 3;
}

.hd-content-liveticker .hd-live-schedule-list {
  padding: 0 12px;
}

.hd-content-liveticker .hd-live-schedule-row.hd-liveticker-row {
  grid-template-columns: minmax(0, 1fr) 96px minmax(0, 1fr);
  column-gap: 8px;
  padding: 8px 8px;
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  touch-action: manipulation;
}

.hd-content-liveticker .hd-live-schedule-side {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 8px;
}

.hd-content-liveticker .hd-live-schedule-side-home {
  justify-content: flex-start;
}

.hd-content-liveticker .hd-live-schedule-side-away {
  justify-content: flex-end;
}

.hd-content-liveticker .hd-live-schedule-row.hd-liveticker-row.is-tapped {
  background: rgba(242, 225, 31, 0.35) !important;
}

.hd-content-liveticker .hd-live-schedule-row.hd-liveticker-row.is-return-focus {
  background: rgba(242, 225, 31, 0.35) !important;
}

.hd-content-liveticker .hd-live-schedule-row.hd-liveticker-row.is-hidden {
  display: none !important;
}

.hd-content-liveticker .hd-live-schedule-row.hd-liveticker-row.hd-liveticker-row-live {
  background: rgba(242, 225, 31, 0.22) !important;
  animation: hdLivetickerPulse 1.8s ease-in-out infinite;
}

@keyframes hdLivetickerPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(242, 225, 31, 0.22);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(242, 225, 31, 0.05);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(242, 225, 31, 0.22);
  }
}

.hd-content-liveticker .hd-live-schedule-team-name {
  font-size: 1.55em;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-height: 1.06;
  padding-left: 6px;
  padding-right: 6px;
  min-width: 0;
  flex: 1 1 auto;
}

.hd-content-liveticker .hd-live-schedule-team-name-away {
  text-align: right;
  order: 1;
  padding-right: 8px;
}

.hd-content-liveticker .hd-live-schedule-team-short {
  font-size: 1.6em !important;
  padding: 4px !important;
  flex: 0 0 78px;
  max-width: 78px;
  min-width: 78px;
  line-height: 1.05;
  text-align: left;
}

.hd-content-liveticker .hd-live-schedule-home-away {
  font-size: 1.45em !important;
  padding: 4px 8px 4px 6px !important;
  justify-self: end;
}

.hd-content-liveticker .hd-live-schedule-logo img {
  max-width: 34px;
  max-height: 34px;
}

.hd-content-liveticker .hd-live-schedule-logo {
  flex: 0 0 34px;
  width: 34px;
  min-width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hd-content-liveticker .hd-live-schedule-side-home .hd-live-schedule-team-short {
  order: 1;
}

.hd-content-liveticker .hd-live-schedule-side-home .hd-live-schedule-logo {
  order: 2;
}

.hd-content-liveticker .hd-live-schedule-side-home .hd-live-schedule-team-name {
  order: 3;
  min-width: 0;
}

.hd-content-liveticker .hd-live-schedule-side-away .hd-live-schedule-logo {
  order: 2;
  margin-left: 6px;
}

.hd-content-liveticker .hd-live-schedule-side-away .hd-liveticker-nav-arrow {
  order: 3;
  flex: 0 0 auto;
  margin-left: 8px;
}

.hd-content-liveticker .hd-live-schedule-side-away .hd-live-schedule-team-name-away {
  order: 1;
  min-width: 0;
  flex: 1 1 auto;
}

.hd-content-liveticker .hd-live-schedule-center {
  height: 74px !important;
  font-size: 15px;
  padding: 6px 4px !important;
}

.hd-content-liveticker .hd-live-schedule-center.hd-live-schedule-center-has-score {
  font-size: 2.05em !important;
}

.hd-content-liveticker .hd-live-schedule-center-date-small {
  display: block;
  width: 100%;
  font-size: 0.44em;
  line-height: 1.05;
  color: rgba(21, 61, 138, 0.95);
  text-align: center;
  margin-bottom: 2px;
}

.hd-content-liveticker .hd-liveticker-nav-arrow {
  color: #f2e11f;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  text-align: right;
  padding-left: 20px;
  padding-right: 6px;
  text-shadow: 2px 2px 5px #000;
  font-family: "Arial Narrow", "Roboto Condensed", sans-serif;
}

.hd-content-liveticker .hd-liveticker-pbp-header {
  position: relative;
  padding: 8px 12px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.hd-content-liveticker.hd-liveticker-pbp .hd-liveticker-pbp-header .hd-liveticker-header-logo-wrap {
  position: static !important;
  left: auto !important;
  top: auto !important;
  transform: none !important;
  pointer-events: auto;
  padding: 0 8px;
}

.hd-content-liveticker .hd-liveticker-back {
  display: inline-block;
  color: #f2e11f;
  text-decoration: none;
  font-family: "Roboto Condensed";
  font-size: 3em;
  font-weight: 900;
  line-height: 1;
  padding: 10px;
  text-shadow: 2px 2px 5px #000;
}

.hd-content-liveticker .hd-liveticker-pbp-header-spacer {
  width: 120px;
  flex: 0 0 120px;
}

.hd-content-liveticker .hd-liveticker-table-link {
  display: inline-block;
  color: #f2e11f;
  text-decoration: none;
  font-family: "Roboto Condensed";
  font-size: 3em;
  font-weight: 900;
  line-height: 1;
  padding: 10px;
  text-shadow: 2px 2px 5px #000;
  white-space: nowrap;
}

.hd-content-liveticker .hd-liveticker-pbp-title {
  font-size: clamp(30px, 7.2vw, 52px) !important;
  padding-top: 8px !important;
}

.hd-content-liveticker.hd-liveticker-pbp .hd-los-playbyplay .sv_mitte_pen,
.hd-content-liveticker.hd-liveticker-pbp .hd-los-playbyplay .sv_mitte_pen2 {
  width: 80px !important;
}

.hd-content-liveticker.hd-liveticker-pbp .hd-los-playbyplay img.actionIcon {
  max-width: 40px !important;
}

.hd-content-liveticker.hd-liveticker-pbp .hd-los-playbyplay .sv_links_title,
.hd-content-liveticker.hd-liveticker-pbp .hd-los-playbyplay .sv_rechts_title {
  font-size: 2.1em !important;
  line-height: 1.15em !important;
  padding: 8px !important;
  border-radius: 16px !important;
}

.hd-content-liveticker.hd-liveticker-pbp .hd-los-playbyplay .sv_mitte_title {
  font-size: 1.4em !important;
}

.hd-content-liveticker.hd-liveticker-pbp .hd-los-playbyplay .sv_mitte_title.divScore {
  font-size: 4.4em !important;
}

.hd-content-liveticker.hd-liveticker-pbp .hd-los-playbyplay .svtable {
  font-size: 1.35em !important;
}

.hd-content-liveticker.hd-liveticker-pbp .hd-los-playbyplay #btn-pbp {
  font-size: 2.5em !important;
  padding: 6px !important;
}

.hd-content-liveticker #btn-report {
  display: none !important;
}

.hd-content-liveticker.hd-liveticker-pbp .-hd-los-game-full-report.-hd-los-game-full-report-status-0 .-hd-los-game-full-report-pre-game-report-header {
  font-size: 44px !important;
  line-height: 1.08 !important;
  margin: 20px 0 16px !important;
}

.hd-content-liveticker.hd-liveticker-pbp .-hd-los-game-full-report.-hd-los-game-full-report-status-0 .-hd-los-game-full-report-team-name {
  font-size: 36px !important;
  line-height: 1.12 !important;
  letter-spacing: 0.5px !important;
  text-align: center !important;
}

.hd-content-liveticker.hd-liveticker-pbp .-hd-los-game-full-report.-hd-los-game-full-report-status-0 .-hd-los-game-full-report-team-logo img {
  max-height: 110px !important;
}

.hd-content-liveticker.hd-liveticker-pbp .-hd-los-game-full-report.-hd-los-game-full-report-status-0 .-hd-los-game-full-report-score-home,
.hd-content-liveticker.hd-liveticker-pbp .-hd-los-game-full-report.-hd-los-game-full-report-status-0 .-hd-los-game-full-report-score-away {
  font-size: 64px !important;
}

.hd-content-liveticker.hd-liveticker-pbp #\-hd-pre-game-report {
  margin-top: 0 !important;
}

.hd-content-liveticker.hd-liveticker-pbp .-hd-los-game-full-report.-hd-los-game-full-report-status-0 .-hd-los-game-full-report-game-info {
  padding-top: 8px !important;
}

.hd-content-liveticker.hd-liveticker-pbp .hd-liveticker-pbp-title {
  font-size: clamp(26px, 5.8vw, 42px) !important;
  line-height: 1.05 !important;
  margin-bottom: 8px !important;
}

.hd-content-liveticker.hd-liveticker-pbp .-hd-los-game-full-report.-hd-los-game-full-report-status-0 .-hd-los-game-full-report-pre-game-report-last-games-road-to-meta {
  min-height: 96px !important;
  height: 96px !important;
  padding: 10px 26px !important;
  font-size: 2em !important;
  line-height: 1.1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 2px solid #fff !important;
}

.hd-content-liveticker.hd-liveticker-pbp .-hd-los-game-full-report.-hd-los-game-full-report-status-0 .-hd-util-stats-compare-header-title-label {
  line-height: 1.25 !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  white-space: normal !important;
}

.hd-content-liveticker.hd-liveticker-pbp .-hd-los-game-full-report.-hd-los-game-full-report-status-0 .-hd-util-player-compare-rows {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}

.hd-content-liveticker.hd-liveticker-pbp .-hd-los-game-full-report-pre-game-report-star-players-player-compare .-hd-util-player-compare {
  width: 100% !important;
  max-width: 100% !important;
  margin: 16px 0 !important;
}

.hd-content-liveticker.hd-liveticker-pbp .-hd-los-game-full-report-pre-game-report-star-players-player-compare {
  width: 100% !important;
  max-width: 100% !important;
}

.hd-content-liveticker.hd-liveticker-pbp .-hd-los-game-full-report .-hd-util-stats-compare,
.hd-content-liveticker.hd-liveticker-pbp .-hd-los-game-full-report-pre-game-report-team-stats-head2head-games {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.hd-content-liveticker.hd-liveticker-pbp .-hd-los-game-full-report.-hd-los-game-full-report-status-0 .-hd-util-player-compare-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  column-gap: 10px !important;
  align-items: stretch !important;
  width: 100% !important;
}

.hd-content-liveticker.hd-liveticker-pbp .-hd-los-game-full-report.-hd-los-game-full-report-status-0 .-hd-util-player-compare-row-player {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  min-width: 0 !important;
}

.hd-content-liveticker.hd-liveticker-pbp .-hd-los-game-full-report.-hd-los-game-full-report-status-0 .-hd-util-player-compare-row-player-meta {
  min-height: 2.7em !important;
}

.hd-content-liveticker.hd-liveticker-pbp .-hd-los-game-full-report.-hd-los-game-full-report-status-0 .-hd-util-player-compare-row-player-name {
  line-height: 1.1 !important;
}

.hd-content-liveticker.hd-liveticker-pbp .-hd-los-game-full-report.-hd-los-game-full-report-status-0 .-hd-los-game-full-report-headline {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
  box-sizing: border-box !important;
  border-radius: 0 !important;
}

.hd-content-liveticker.hd-liveticker-pbp .-hd-los-game-full-report.-hd-los-game-full-report-status-0 .-hd-los-game-full-report-container,
.hd-content-liveticker.hd-liveticker-pbp .-hd-los-game-full-report.-hd-los-game-full-report-status-0 .-hd-los-game-full-report-container-data {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

.hd-content-liveticker.hd-liveticker-pbp .-hd-los-game-full-report,
.hd-content-liveticker.hd-liveticker-pbp .-hd-los-game-full-report * {
  box-sizing: border-box !important;
}

.hd-content-liveticker.hd-liveticker-pbp .-hd-los-game-full-report-pre-game-report-last-games-data,
.hd-content-liveticker.hd-liveticker-pbp .-hd-los-game-full-report-pre-game-report-last-games-road-to,
.hd-content-liveticker.hd-liveticker-pbp .-hd-los-game-full-report-pre-game-report-last-games-road-to-results {
  overflow: hidden !important;
  max-width: 100% !important;
}

/* Liveticker standings view */
.hd-content-liveticker.hd-liveticker-pbp .-hd-los-standings {
  width: 100% !important;
  max-width: 100% !important;
  color: #fff !important;
  font-family: "Roboto Condensed", sans-serif !important;
}

.hd-content-liveticker.hd-liveticker-pbp .-hd-los-standings .-hd-util-intellitable {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch;
  border-radius: 14px !important;
  background: transparent !important;
}

.hd-content-liveticker.hd-liveticker-pbp .-hd-los-standings .-hd-util-intellitable-data {
  width: max-content !important;
  min-width: 100% !important;
}

.hd-content-liveticker.hd-liveticker-pbp .-hd-los-standings .-hd-util-intellitable-data table {
  width: max-content !important;
  min-width: 100% !important;
  border-collapse: separate !important;
  border-spacing: 0 12px !important;
}

.hd-content-liveticker.hd-liveticker-pbp .-hd-los-standings .-hd-util-intellitable-data thead th {
  color: #f2e11f !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.02em !important;
  background: rgba(30, 88, 199, 0.62) !important;
  padding: 10px 12px !important;
  white-space: nowrap !important;
  position: sticky;
  top: 0;
  z-index: 4;
}

.hd-content-liveticker.hd-liveticker-pbp .-hd-los-standings .-hd-util-intellitable-data tbody tr {
  background: rgba(9, 24, 58, 0.78) !important;
}

.hd-content-liveticker.hd-liveticker-pbp .-hd-los-standings .-hd-util-intellitable-data tbody td {
  color: #fff !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 1.05 !important;
  white-space: nowrap !important;
  background: transparent !important;
  padding: 12px 12px !important;
  border: 0 !important;
}

.hd-content-liveticker.hd-liveticker-pbp .-hd-los-standings .-hd-util-intellitable-data tbody tr td:first-child {
  border-radius: 12px 0 0 12px !important;
}

.hd-content-liveticker.hd-liveticker-pbp .-hd-los-standings .-hd-util-intellitable-data tbody tr td:last-child {
  border-radius: 0 12px 12px 0 !important;
}

.hd-content-liveticker.hd-liveticker-pbp .-hd-los-standings .-hd-los-standings-col-tableRank {
  color: #f2e11f !important;
  font-weight: 900 !important;
}

.hd-content-liveticker.hd-liveticker-pbp .-hd-los-standings .-hd-los-standings-col-teamLongname {
  min-width: 420px !important;
  white-space: normal !important;
  line-height: 1.08 !important;
}

.hd-content-liveticker.hd-liveticker-pbp .-hd-los-standings .-hd-los-standings-team-logo img {
  width: 44px !important;
  height: 44px !important;
  max-width: 44px !important;
  max-height: 44px !important;
  object-fit: contain !important;
}

.hd-content-liveticker.hd-liveticker-pbp .-hd-los-standings .-hd-los-standings-col-points {
  color: #f2e11f !important;
  font-weight: 900 !important;
}

/* Keep rank + logo + team visible while scrolling horizontally */
.hd-content-liveticker.hd-liveticker-pbp .-hd-los-standings .-hd-util-intellitable-data thead th:nth-child(1),
.hd-content-liveticker.hd-liveticker-pbp .-hd-los-standings .-hd-util-intellitable-data tbody td:nth-child(1) {
  position: sticky;
  left: 0;
  z-index: 6;
  background: rgba(9, 24, 58, 0.78) !important;
}

.hd-content-liveticker.hd-liveticker-pbp .-hd-los-standings .-hd-util-intellitable-data thead th:nth-child(2),
.hd-content-liveticker.hd-liveticker-pbp .-hd-los-standings .-hd-util-intellitable-data tbody td:nth-child(2) {
  position: sticky;
  left: 62px;
  z-index: 6;
  background: rgba(9, 24, 58, 0.78) !important;
}

.hd-content-liveticker.hd-liveticker-pbp .-hd-los-standings .-hd-util-intellitable-data thead th:nth-child(3),
.hd-content-liveticker.hd-liveticker-pbp .-hd-los-standings .-hd-util-intellitable-data tbody td:nth-child(3) {
  position: sticky;
  left: 134px;
  z-index: 6;
  background: rgba(9, 24, 58, 0.78) !important;
}

.hd-content-liveticker.hd-liveticker-pbp .-hd-los-standings .-hd-util-intellitable-data tbody tr:nth-child(odd) td {
  background-color: rgba(9, 24, 58, 0.78) !important;
}

.hd-content-liveticker.hd-liveticker-pbp .-hd-los-standings .-hd-util-intellitable-data tbody tr:nth-child(even) td {
  background-color: rgba(12, 31, 74, 0.78) !important;
}

.hd-content-liveticker.hd-liveticker-pbp .-hd-los-standings .-hd-util-intellitable-data tbody tr td {
  border-top: 1px solid rgba(47, 91, 178, 0.22) !important;
  border-bottom: 1px solid rgba(47, 91, 178, 0.22) !important;
}

@media (max-width: 900px) {
  .hd-content-liveticker.hd-liveticker-pbp .-hd-los-standings .-hd-util-intellitable-data thead th {
    font-size: 14px !important;
    padding: 8px 8px !important;
  }

  .hd-content-liveticker.hd-liveticker-pbp .-hd-los-standings .-hd-util-intellitable-data tbody td {
    font-size: 20px !important;
    padding: 9px 8px !important;
  }

  .hd-content-liveticker.hd-liveticker-pbp .-hd-los-standings .-hd-los-standings-col-teamLongname {
    min-width: 290px !important;
  }

  .hd-content-liveticker.hd-liveticker-pbp .-hd-los-standings .-hd-los-standings-team-logo img {
    width: 34px !important;
    height: 34px !important;
    max-width: 34px !important;
    max-height: 34px !important;
  }

  .hd-content-liveticker.hd-liveticker-pbp .-hd-los-standings .-hd-util-intellitable-data thead th:nth-child(2),
  .hd-content-liveticker.hd-liveticker-pbp .-hd-los-standings .-hd-util-intellitable-data tbody td:nth-child(2) {
    left: 46px;
  }

  .hd-content-liveticker.hd-liveticker-pbp .-hd-los-standings .-hd-util-intellitable-data thead th:nth-child(3),
  .hd-content-liveticker.hd-liveticker-pbp .-hd-los-standings .-hd-util-intellitable-data tbody td:nth-child(3) {
    left: 98px;
  }
}

@media (max-width: 500px) {
  .hd-content-liveticker.hd-liveticker-pbp .-hd-los-standings .-hd-util-intellitable {
    border-radius: 10px !important;
  }

  .hd-content-liveticker.hd-liveticker-pbp .-hd-los-standings .-hd-util-intellitable-data thead th {
    font-size: 11px !important;
    padding: 6px 6px !important;
  }

  .hd-content-liveticker.hd-liveticker-pbp .-hd-los-standings .-hd-util-intellitable-data tbody td {
    font-size: 16px !important;
    padding: 7px 6px !important;
  }

  .hd-content-liveticker.hd-liveticker-pbp .-hd-los-standings .-hd-los-standings-col-teamLongname {
    min-width: 220px !important;
  }

  .hd-content-liveticker.hd-liveticker-pbp .-hd-los-standings .-hd-los-standings-team-logo img {
    width: 26px !important;
    height: 26px !important;
    max-width: 26px !important;
    max-height: 26px !important;
  }

  .hd-content-liveticker.hd-liveticker-pbp .-hd-los-standings .-hd-util-intellitable-data thead th:nth-child(2),
  .hd-content-liveticker.hd-liveticker-pbp .-hd-los-standings .-hd-util-intellitable-data tbody td:nth-child(2) {
    left: 38px;
  }

  .hd-content-liveticker.hd-liveticker-pbp .-hd-los-standings .-hd-util-intellitable-data thead th:nth-child(3),
  .hd-content-liveticker.hd-liveticker-pbp .-hd-los-standings .-hd-util-intellitable-data tbody td:nth-child(3) {
    left: 82px;
  }
}

.hd-content-liveticker .hd-liveticker-load-more-row {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 0 4px;
}

.hd-content-liveticker .hd-liveticker-load-more-row.is-hidden {
  display: none !important;
}

.hd-content-liveticker .hd-liveticker-load-more-row.is-disabled .hd-liveticker-load-more {
  opacity: 0.35;
}

.hd-content-liveticker .hd-liveticker-load-more {
  border: none;
  background: transparent;
  color: #f2e11f;
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
  padding: 0 18px;
  text-shadow: 2px 2px 5px #000;
  cursor: pointer;
}

.hd-content-liveticker .hd-liveticker-load-more:disabled {
  cursor: default;
}

.hd-content-liveticker .hd-liveticker-load-more-chevron {
  display: inline-block;
  transform: rotate(90deg);
  transform-origin: center;
  font-family: "Arial Narrow", "Roboto Condensed", sans-serif;
}

.hd-content-liveticker .hd-liveticker-footer {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  box-sizing: border-box;
}

.hd-content-liveticker .hd-liveticker-footer-back {
  color: #f2e11f;
  text-decoration: none;
  font-family: "Roboto Condensed";
  font-size: 3em;
  line-height: 1;
  font-weight: 800;
  text-shadow: 2px 2px 5px #000;
  padding: 10px 8px;
  margin-bottom: 0;
}

.hd-content-liveticker .hd-liveticker-footer-link {
  color: #f2e11f;
  text-decoration: none;
  font-family: "Roboto Condensed";
  font-size: 16px;
  line-height: 1;
  opacity: 0.95;
  padding: 15px;
}

.hd-content-liveticker .hd-liveticker-footer-link:only-child {
  margin-left: auto;
}

@media (max-width: 900px) {
  .hd-content-liveticker .hd-live-schedule-row.hd-liveticker-row {
    grid-template-columns: minmax(0, 1fr) 82px minmax(0, 1fr);
    column-gap: 5px;
    padding: 8px 8px;
  }

  .hd-content-liveticker .hd-live-schedule-team-name {
    font-size: 1.15em;
    padding-left: 2px;
    padding-right: 2px;
  }

  .hd-content-liveticker .hd-live-schedule-team-short {
    font-size: 1.25em !important;
    flex: 0 0 66px;
    min-width: 66px;
    max-width: 66px;
  }

  .hd-content-liveticker .hd-live-schedule-home-away {
    font-size: 1.15em !important;
    padding-right: 6px !important;
  }

  .hd-content-liveticker .hd-liveticker-filter-chevron {
    font-size: 28px;
  }

  .hd-content-liveticker .hd-liveticker-filter-menu {
    min-width: 350px;
    max-width: 460px;
  }

  .hd-content-liveticker .hd-live-schedule-center {
    height: 64px !important;
    font-size: 13px;
  }

  .hd-content-liveticker .hd-liveticker-nav-arrow {
    font-size: 28px;
    padding-right: 4px;
  }

  .single-game .hd-content.hd-content-game {
    min-height: 100dvh;
    width: 100vw;
    margin: 0;
    padding: 0;
    background: #000;
  }

  .single-game .hd-content.hd-content-game .container {
    max-width: 100%;
    margin: 0;
    padding: 0;
  }

  .single-game .hd-content-game h1,
  .single-game .hd-content-game .hd-content-breadcrumb,
  .single-game .hd-content-game .hd-content-team-name,
  .single-game .hd-content-game .hd-content-body {
    display: none !important;
  }

  .single-game .hd-content-game .hd-content-game-playbyplay {
    width: 100vw;
    min-height: 100dvh;
    margin: 0;
    padding: calc(var(--l-header-height, 120px) + 16px) 0 0;
    box-sizing: border-box;
    background: #000;
  }

  .single-game .hd-content-game .hd-los-playbyplay,
  .single-game .hd-content-game .hd-los-playbyplay * {
    font-family: "Roboto Condensed" !important;
  }

  .single-game .hd-content-game .hd-los-playbyplay .sv_links_title,
  .single-game .hd-content-game .hd-los-playbyplay .sv_rechts_title {
    color: #fff !important;
    font-size: 2.2em !important;
    line-height: 1.2em !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    padding: 0 !important;
  }

  .single-game .hd-content-game .hd-los-playbyplay .sv_links_title.TeamLogo,
  .single-game .hd-content-game .hd-los-playbyplay .sv_rechts_title.TeamLogo {
    background-color: transparent !important;
  }

  .single-game .hd-content-game .hd-los-playbyplay .sv_mitte_title {
    color: #fff !important;
    text-shadow: 2px 2px 5px #000 !important;
    font-size: 1.5em !important;
  }

  .single-game .hd-content-game .hd-los-playbyplay .sv_mitte_title.divScore {
    font-size: 4.2em !important;
    color: #fff !important;
  }

  .single-game .hd-content-game .hd-los-playbyplay .svtable {
    font-size: 1.45em !important;
    color: #fff !important;
  }

  .single-game .hd-content-game .hd-los-playbyplay .sv_links_head,
  .single-game .hd-content-game .hd-los-playbyplay .sv_rechts_head {
    display: none !important;
  }

  .single-game .hd-content-game .hd-los-playbyplay .sv_head {
    background-color: rgba(50, 50, 50, 0.6) !important;
    color: #fff !important;
    font-size: 0.9em !important;
    padding: 12px !important;
  }

  .single-game .hd-content-game .hd-los-playbyplay .sv_links_as,
  .single-game .hd-content-game .hd-los-playbyplay .sv_rechts_as {
    background-color: rgba(50, 50, 50, 0.6) !important;
    color: #fff !important;
    font-size: 0.9em !important;
    padding: 12px !important;
  }

  .single-game .hd-content-game .hd-los-playbyplay .sv_mitte_pen,
  .single-game .hd-content-game .hd-los-playbyplay .sv_mitte_pen2 {
    font-size: 1.2em !important;
    width: 70px !important;
    margin: 0 6px !important;
  }

  .single-game .hd-content-game .hd-los-playbyplay .sv_links_pen,
  .single-game .hd-content-game .hd-los-playbyplay .sv_rechts_pen,
  .single-game .hd-content-game .hd-los-playbyplay .sv_links_pen2,
  .single-game .hd-content-game .hd-los-playbyplay .sv_rechts_pen2 {
    width: 82px !important;
  }

  .single-game .hd-content-game .hd-los-playbyplay .-hd-util-tabs-buttons {
    width: 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 0 auto 16px !important;
  }

  .single-game .hd-content-game .hd-los-playbyplay #btn-pbp,
  .single-game .hd-content-game .hd-los-playbyplay #btn-report,
  .single-game .hd-content-game .hd-los-playbyplay #btn-recording,
  .single-game .hd-content-game .hd-los-playbyplay #btn-shotmap {
    font-size: 1em !important;
    line-height: 1.2 !important;
    width: auto !important;
    font-weight: 700 !important;
    min-height: 52px !important;
    height: auto !important;
    padding: 10px 14px !important;
    box-sizing: border-box !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-shadow: none !important;
  }
}

@media (max-width: 500px) {
  .hd-content-liveticker .hd-liveticker-header {
    padding: 0 10px;
    gap: 8px;
  }

  .hd-content-liveticker .hd-liveticker-header-title {
    font-size: 3.5em !important;
  }

  .hd-content-liveticker .hd-liveticker-updated {
    font-size: 3.5em !important;
    padding-right: 2px !important;
  }

  .hd-content-liveticker .hd-liveticker-header-logo {
    height: 44px;
    max-height: 44px;
  }

  .hd-content-liveticker .hd-liveticker-filter-menu {
    min-width: 350px;
    max-width: 420px;
    max-height: 62vh;
  }

  .hd-content-liveticker .hd-liveticker-filter-item {
    font-size: 3em;
    padding: 14px 12px;
  }

  .hd-content-liveticker .hd-live-schedule-list {
    padding: 0 10px;
  }

  .hd-content-liveticker .hd-live-schedule-row.hd-liveticker-row {
    grid-template-columns: minmax(0, 1fr) 74px minmax(0, 1fr);
    column-gap: 4px;
    padding: 8px 6px;
  }

  .hd-content-liveticker .hd-live-schedule-team-name {
    font-size: 1.02em;
    line-height: 1.04;
    padding-left: 1px;
    padding-right: 1px;
  }

  .hd-content-liveticker .hd-live-schedule-team-short {
    font-size: 1.1em !important;
    padding: 2px !important;
    flex: 0 0 56px;
    min-width: 56px;
    max-width: 56px;
  }

  .hd-content-liveticker .hd-live-schedule-home-away {
    font-size: 1.0em !important;
    padding: 2px 4px !important;
  }

  .hd-content-liveticker .hd-live-schedule-logo img {
    max-width: 28px;
    max-height: 28px;
  }

  .hd-content-liveticker .hd-live-schedule-logo {
    flex: 0 0 28px;
    width: 28px;
    min-width: 28px;
  }

  .hd-content-liveticker .hd-live-schedule-center {
    height: 58px !important;
    font-size: 12px;
    padding: 4px 2px !important;
  }

  .hd-content-liveticker .hd-live-schedule-center.hd-live-schedule-center-has-score {
    font-size: 1.72em !important;
  }

  .hd-content-liveticker .hd-liveticker-nav-arrow {
    font-size: 24px;
    padding-right: 2px;
  }

  .hd-content-liveticker .hd-liveticker-pbp-header {
    padding: 8px 10px 0;
  }

  .hd-content-liveticker .hd-liveticker-back {
    font-size: 3em;
    padding: 8px 6px;
  }

  .hd-content-liveticker .hd-liveticker-table-link {
    font-size: 3em;
    padding: 8px 6px;
  }

  .hd-content-liveticker .hd-liveticker-pbp-header-spacer {
    width: 86px;
    flex: 0 0 86px;
  }

  .hd-content-liveticker .hd-liveticker-footer {
    padding: 0 10px;
    height: 36px;
  }

  .hd-content-liveticker .hd-liveticker-footer-back {
    font-size: 3em;
    padding: 8px 6px;
    margin-bottom: 0;
  }

  .hd-content-liveticker .hd-liveticker-footer-link {
    font-size: 15px;
    padding: 10px 8px;
  }
}

body.hd-content-liveticker.hd-liveticker-pbp {
  overflow: auto !important;
  overflow-x: hidden !important;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

html,
body.hd-content-liveticker.hd-liveticker-pbp {
  max-width: 100vw !important;
  overflow-x: hidden !important;
}

body.hd-content-liveticker.hd-liveticker-pbp::-webkit-scrollbar {
  display: none;
}

body.hd-content-liveticker.hd-liveticker-pbp,
body.hd-content-liveticker.hd-liveticker-pbp main.hd-content.hd-content-livegame.hd-content-liveticker,
body.hd-content-liveticker.hd-liveticker-pbp .game-report,
body.hd-content-liveticker.hd-liveticker-pbp .hd-los-playbyplay,
body.hd-content-liveticker.hd-liveticker-pbp .hd-los-playbyplay > *,
body.hd-content-liveticker.hd-liveticker-pbp .-hd-los-game-full-report,
body.hd-content-liveticker.hd-liveticker-pbp .-hd-los-game-full-report > * {
  max-width: 100% !important;
  box-sizing: border-box !important;
}

body.hd-content-liveticker.hd-liveticker-pbp .hd-liveticker-footer {
  height: auto;
  min-height: 56px;
  align-items: flex-end;
  padding-bottom: calc(30px + env(safe-area-inset-bottom, 0px));
}
