.agd-live-match-header {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #e8eef4;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .04em;
  line-height: 1.1;
  white-space: nowrap;
}

.agd-live-match-header[aria-disabled="true"] { cursor: default; opacity: .86; }
.agd-live-match-header.is-live { color: #ff5360; }
.agd-live-match-header__dot { display: inline-block; width: 7px; height: 7px; flex: 0 0 7px; border-radius: 50%; background: #8d9baa; }
.agd-live-match-header.is-live .agd-live-match-header__dot { background: #ed3340; box-shadow: 0 0 0 2px rgba(237, 51, 64, .2); }

.premium-header .header-live-strip { grid-column: 1 / -1; grid-row: 2; display: flex; justify-content: flex-end; align-items: center; min-height: 26px; padding-right: 14px; }
.premium-header .premium-nav { grid-row: 3; }

.agd-live-match-tab {
  display: none !important;
  position: fixed;
  z-index: 31;
  top: calc(50% + 112px);
  right: 18px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 148px;
  padding: 11px 8px;
  border: 1px solid rgba(6, 29, 58, .16);
  border-radius: 9px 0 0 9px;
  background: #102747;
  color: #fff;
  box-shadow: 0 8px 20px rgba(6, 29, 58, .12);
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .09em;
  line-height: 1.15;
  text-decoration: none;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  opacity: 1;
  transition: background .2s ease, border-color .2s ease, opacity .2s ease;
}

.agd-live-match-tab[aria-disabled="true"] {
  cursor: default;
  opacity: .92;
}

.agd-live-match-tab.is-live {
  border-color: #a91f2b;
  background: #bd2534;
  color: #fff;
  cursor: pointer;
}

.agd-live-match-tab__dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: #9aa8b6;
}

.agd-live-match-tab.is-live .agd-live-match-tab__dot {
  background: #ff2035;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, .72);
}

@media (max-width: 600px) {
  .premium-header .header-live-strip { order: 4; flex-basis: 100%; justify-content: flex-start; min-height: 28px; padding: 0 12px; }
  .premium-header .premium-nav { order: 5; }
  .agd-live-match-header { justify-content: center; padding: 10px 0; font-size: .78rem; }
  .agd-live-match-tab {
    top: 52%;
    right: 8px;
    min-height: 126px;
    padding: 9px 7px;
    font-size: .56rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .agd-live-match-tab { transition: none; }
}
