.bsh {
  --bsh-yellow: #fcc600;
  --bsh-ink: #090b0e;
  --bsh-panel: #11151b;
  --bsh-panel-2: #171c23;
  --bsh-line: rgba(255, 255, 255, .13);
  --bsh-muted: #aeb6c2;
  position: relative;
  isolation: isolate;
  margin: 28px 0 8px;
  overflow: hidden;
  background: var(--bsh-ink);
  color: #fff;
}

.home .content > .bsh-sport-section {
  position: relative;
  right: 50%;
  left: 50%;
  width: 100vw;
  margin-right: -50vw;
  margin-left: -50vw;
  overflow: hidden;
  background: var(--bsh-ink, #090b0e);
  color: #fff;
}

.bsh-sport-section > .bsh {
  margin-top: 28px;
  margin-bottom: 0;
}

.bsh-sport-news {
  padding-top: 28px;
  padding-bottom: 34px;
}

.bsh-sport-news .theme-block {
  margin: 0;
  padding-top: 0;
  border-top: 0;
}

.bsh-sport-news .tb-head {
  margin-bottom: 12px;
}

.bsh-sport-news .tb-title {
  color: #fff;
  font-size: clamp(22px, 2.5vw, 30px);
  letter-spacing: -.015em;
  text-transform: none;
}

.bsh-sport-news .tb-rule {
  background: rgba(255, 255, 255, .16);
}

.bsh-sport-news .tb-intro,
.bsh-sport-news .tb-date,
.bsh-sport-news .tb-excerpt,
.bsh-sport-news .tb-li-date {
  color: var(--bsh-muted, #aeb6c2);
}

.bsh-sport-news .tb-feat-title a,
.bsh-sport-news .tb-li-title {
  color: #fff;
}

.bsh-sport-news .tb-feat-title a:hover,
.bsh-sport-news .tb-li-title:hover,
.bsh-sport-news .tb-more:hover {
  color: var(--bsh-yellow, #fcc600);
}

.bsh-sport-news .tb-media,
.bsh-sport-news .tb-li-thumb {
  border-radius: 6px;
  background: var(--bsh-panel-2, #171c23);
}

.bsh-sport-news .tb-overlay-pill {
  background: var(--bsh-yellow, #fcc600);
  color: #090b0e;
}

.bsh-sport-news .tb-more {
  color: var(--bsh-yellow, #fcc600);
}

.bsh-sport-news .tb-placeholder .tb-skel {
  border-color: rgba(255, 255, 255, .13);
  background: linear-gradient(90deg, rgba(255, 255, 255, .035) 25%, rgba(255, 255, 255, .09) 37%, rgba(255, 255, 255, .035) 63%);
  background-size: 400% 100%;
}

.bsh::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 72% -20%, rgba(252, 198, 0, .16), transparent 38%),
    linear-gradient(120deg, rgba(255, 255, 255, .025), transparent 45%);
}

.bsh-shell {
  padding-top: 32px;
  padding-bottom: 22px;
  animation: bsh-rise .5s cubic-bezier(.2, .7, .2, 1) both;
}

.bsh-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 24px;
}

.bsh-heading { min-width: 0; }

.bsh-brand {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 8px;
  color: var(--bsh-yellow);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .13em;
  line-height: 1.2;
}

.bsh-brand i {
  width: 25px;
  height: 3px;
  background: currentColor;
}

.bsh-title {
  margin: 0;
  color: #fff;
  font-family: var(--bwtv-font-headings, inherit);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: .98;
}

.bsh-deck {
  max-width: 560px;
  margin: 10px 0 0;
  color: var(--bsh-muted);
  font-size: 14px;
  line-height: 1.45;
}

.bsh-all-link {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 2px 7px;
  border-bottom: 3px solid var(--bsh-yellow);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.bsh-all-link:hover,
.bsh-all-link:focus-visible { color: var(--bsh-yellow); text-decoration: none; }

.bsh-competition-tabs {
  display: flex;
  min-height: 59px;
  overflow-x: auto;
  border-top: 1px solid var(--bsh-line);
  border-bottom: 1px solid var(--bsh-line);
  scrollbar-width: none;
}

.bsh-competition-tabs::-webkit-scrollbar { display: none; }

.bsh-competition-tab {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  min-height: 58px;
  align-items: center;
  gap: 10px;
  padding: 0 23px;
  border: 0;
  border-right: 1px solid var(--bsh-line);
  border-radius: 0;
  background: transparent;
  color: var(--bsh-muted);
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition: color .18s ease, background-color .18s ease;
}

.bsh-competition-tab::after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: -1px;
  left: 22px;
  height: 3px;
  background: var(--bsh-yellow);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .22s ease;
}

.bsh-competition-tab img {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  object-fit: contain;
  filter: saturate(.82);
}

.bsh-competition-tab:hover,
.bsh-competition-tab:focus-visible,
.bsh-competition-tab.is-active { color: #fff; }

.bsh-competition-tab.is-active { background: rgba(252, 198, 0, .055); }
.bsh-competition-tab.is-active::after { transform: scaleX(1); }
.bsh-competition-tab.is-active img { filter: none; }

.bsh-competition-panel[hidden] { display: none; }
.bsh-competition-panel.is-active { animation: bsh-panel-in .28s ease both; }

.bsh-competition-head {
  display: flex;
  min-height: 58px;
  align-items: center;
  padding: 12px 0;
}

.bsh-competition-head > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.bsh-competition-head span {
  color: var(--bsh-yellow);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.bsh-competition-head strong {
  margin-top: 4px;
  overflow: hidden;
  color: #fff;
  font-size: 15px;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bsh-tabs {
  display: flex;
  align-items: stretch;
  gap: 0;
  min-height: 47px;
  margin-bottom: 0;
  border-top: 1px solid var(--bsh-line);
  border-bottom: 1px solid var(--bsh-line);
  overflow-x: auto;
  scrollbar-width: none;
}

.bsh-tabs::-webkit-scrollbar { display: none; }

.bsh-tab,
.bsh-standings-link {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 20px;
  border: 0;
  border-right: 1px solid var(--bsh-line);
  border-radius: 0;
  background: transparent;
  color: var(--bsh-muted);
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .035em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}

.bsh-tab:hover,
.bsh-tab:focus-visible,
.bsh-standings-link:hover,
.bsh-standings-link:focus-visible { color: #fff; text-decoration: none; }

.bsh-tab.is-active {
  background: var(--bsh-yellow);
  color: #090b0e;
}

.bsh-tab-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 19px;
  height: 19px;
  padding: 0 5px;
  border: 1px solid currentColor;
  border-radius: 99px;
  font-size: 10px;
}

.bsh-live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff3b30;
  box-shadow: 0 0 0 0 rgba(255, 59, 48, .5);
  animation: bsh-live 1.8s infinite;
}

.bsh-standings-link { margin-left: auto; border-right: 0; border-left: 1px solid var(--bsh-line); }

.bsh-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(300px, .6fr);
  min-height: 500px;
  border-bottom: 1px solid var(--bsh-line);
}

.bsh-layout.is-single-column {
  grid-template-columns: 1fr;
  min-height: 0;
}

.bsh-layout.is-single-column .bsh-matchdesk {
  padding-right: 0;
  border-right: 0;
}

.bsh-matchdesk {
  min-width: 0;
  padding: 20px 24px 20px 0;
  border-right: 1px solid var(--bsh-line);
}

.bsh-panel.is-active { animation: bsh-panel-in .28s ease both; }
.bsh-panel[hidden] { display: none; }

.bsh-empty-fixtures {
  display: flex;
  min-height: 170px;
  flex-direction: column;
  justify-content: center;
  padding: 24px clamp(16px, 2.5vw, 28px);
  border-left: 3px solid var(--bsh-yellow);
  background: linear-gradient(110deg, rgba(252, 198, 0, .07), transparent 58%), var(--bsh-panel);
}

.bsh-empty-fixtures span {
  color: var(--bsh-yellow);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.bsh-empty-fixtures strong {
  margin-top: 7px;
  color: #fff;
  font-size: clamp(18px, 2.2vw, 25px);
  line-height: 1.1;
}

.bsh-empty-fixtures p {
  max-width: 640px;
  margin: 9px 0 0;
  color: var(--bsh-muted);
  font-size: 12px;
  line-height: 1.5;
}

.bsh-primary-match {
  position: relative;
  min-height: 220px;
  padding: 18px clamp(16px, 2.5vw, 28px) 16px;
  overflow: hidden;
  background: var(--bsh-panel);
}

.bsh-primary-match::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -160px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(252, 198, 0, .22);
  border-radius: 50%;
  box-shadow: 0 0 0 55px rgba(252, 198, 0, .025), 0 0 0 110px rgba(252, 198, 0, .018);
  pointer-events: none;
}

.bsh-primary-topline,
.bsh-match-meta,
.bsh-scoreboard,
.bsh-match-link { position: relative; z-index: 1; }

.bsh-primary-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 11px;
  border-bottom: 1px solid var(--bsh-line);
}

.bsh-competition {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  color: var(--bsh-muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .06em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.bsh-competition img {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.bsh-competition span {
  overflow: hidden;
  text-overflow: ellipsis;
}

.bsh-status {
  flex: 0 0 auto;
  color: var(--bsh-yellow);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.bsh-primary-match.is-live .bsh-status { color: #ff635b; }

.bsh-scoreboard {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(105px, auto) minmax(0, 1fr);
  align-items: center;
  gap: clamp(10px, 2.4vw, 26px);
  min-height: 120px;
  padding: 14px 0 10px;
}

.bsh .bsh-entity-trigger,
.bsh-profile-modal .bsh-entity-trigger {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  appearance: none;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  cursor: pointer;
}

.bsh .bsh-entity-trigger:focus-visible,
.bsh-profile-modal .bsh-entity-trigger:focus-visible {
  outline: 2px solid var(--bsh-yellow, #fcc600);
  outline-offset: 3px;
}

.bsh .bsh-entity-trigger.is-static,
.bsh-profile-modal .bsh-entity-trigger.is-static { cursor: default; }

.bsh-team {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
}

.bsh-team.is-away { flex-direction: row-reverse; text-align: right; }
.bsh-team:hover strong,
.bsh-team:focus-visible strong { color: var(--bsh-yellow); }

.bsh-team-mark {
  display: grid;
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  place-items: center;
}

.bsh-team-mark img { display: block; width: 100%; height: 100%; object-fit: contain; }

.bsh-team-mark.is-fallback {
  border: 1px solid var(--bsh-line);
  border-radius: 50%;
  color: var(--bsh-yellow);
  font-size: 18px;
  font-weight: 900;
}

.bsh-team strong {
  overflow-wrap: anywhere;
  color: #fff;
  font-family: var(--bwtv-font-headings, inherit);
  font-size: clamp(15px, 1.6vw, 20px);
  font-weight: 900;
  line-height: 1.05;
}

.bsh-scorebox { min-width: 90px; text-align: center; }

.bsh-score,
.bsh-kickoff-time {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #fff;
  font-family: var(--bwtv-font-headings, inherit);
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 900;
  letter-spacing: -.05em;
  line-height: 1;
}

.bsh-score i { color: #68717d; font-style: normal; font-weight: 500; }
.bsh-scorebox small { display: block; margin-top: 8px; color: var(--bsh-muted); font-size: 11px; }

.bsh-minute {
  display: inline-block;
  margin-top: 8px;
  padding: 3px 7px;
  background: #ff3b30;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}

.bsh-match-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--bsh-muted);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.bsh-match-meta span + span::before,
.bsh-match-meta time + span::before { content: "·"; margin-right: 10px; color: #626b77; }

.bsh-match-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 11px;
  color: var(--bsh-yellow);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.bsh-match-link:hover,
.bsh-match-link:focus-visible { color: #fff; text-decoration: none; }

.bsh-match-list { border-top: 1px solid var(--bsh-line); }
.bsh-match-more[hidden] { display: none; }

.bsh-match-row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(115px, .7fr) minmax(0, 2fr) minmax(72px, .4fr);
  align-items: center;
  gap: 16px;
  min-height: 78px;
  padding: 12px 14px;
  border-bottom: 1px solid var(--bsh-line);
  color: #fff;
  text-decoration: none;
  transition: background-color .18s ease, padding-left .18s ease;
}

.bsh-match-row:hover,
.bsh-match-row:focus-within { padding-left: 19px; background: rgba(255, 255, 255, .045); color: #fff; text-decoration: none; }

.bsh-row-open {
  position: absolute;
  z-index: 1;
  inset: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
}

.bsh-row-open:focus-visible {
  outline: 2px solid var(--bsh-yellow);
  outline-offset: -3px;
}

.bsh-row-date,
.bsh-row-fixture,
.bsh-row-detail { position: relative; z-index: 2; pointer-events: none; }
.bsh-row-date,
.bsh-row-detail { display: flex; flex-direction: column; min-width: 0; }
.bsh-row-date time { color: #fff; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.bsh-row-date small { margin-top: 4px; overflow: hidden; color: var(--bsh-muted); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.bsh-row-fixture { display: grid; min-width: 0; grid-template-columns: minmax(0, 1fr) 54px minmax(0, 1fr); align-items: center; gap: 9px; }
.bsh-row-team { display: flex; min-width: 0; align-items: center; gap: 7px; font-size: 13px; font-weight: 800; line-height: 1.15; }
.bsh-row-team.bsh-entity-trigger { position: relative; z-index: 3; pointer-events: auto; }
.bsh-row-team.is-home { justify-content: flex-end; text-align: right; }
.bsh-row-team.is-away { justify-content: flex-start; text-align: left; }
.bsh-row-team:hover,
.bsh-row-team:focus-visible { color: var(--bsh-yellow); }
.bsh-row-team-name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.bsh-row-score { min-width: 0; text-align: center; }
.bsh-row-score strong { color: var(--bsh-yellow); font-size: 18px; white-space: nowrap; }
.bsh-row-score strong i { padding: 0 3px; color: #707984; font-style: normal; }
.bsh-row-detail { align-items: flex-end; color: var(--bsh-yellow); font-size: 9px; font-weight: 900; text-align: right; text-transform: uppercase; }
.bsh-row-detail b { margin-top: 4px; color: #7f8996; font-size: 8px; letter-spacing: .03em; }
.bsh-row-detail b i { display: inline-block; font-style: normal; transition: transform .18s ease; }
.bsh-match-row.is-match-center-open { padding-left: 19px; background: rgba(252, 198, 0, .07); }
.bsh-match-row.is-match-center-open .bsh-row-detail b,
.bsh-match-link.is-match-center-open { color: #fff; }
.bsh-match-row.is-match-center-open .bsh-row-detail b i,
.bsh-match-link.is-match-center-open > span { transform: rotate(180deg); }
.bsh-match-link > span { display: inline-block; transition: transform .18s ease; }

.bsh-match-center-state,
.bsh-match-center {
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(252, 198, 0, .42);
  border-bottom: 1px solid var(--bsh-line);
  background: #0d1116;
}

.bsh-match-center-state {
  display: flex;
  min-height: 92px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 20px;
  color: var(--bsh-muted);
  font-size: 12px;
  animation: bsh-panel-in .22s ease both;
}

.bsh-match-center-state.is-loading i {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(252, 198, 0, .22);
  border-top-color: var(--bsh-yellow);
  border-radius: 50%;
  animation: bsh-spin .7s linear infinite;
}

.bsh-match-center-state.is-error { flex-direction: column; }
.bsh-match-center-state.is-error strong { color: #fff; font-size: 12px; }
.bsh-match-center-state.is-error a { color: var(--bsh-yellow); font-size: 10px; font-weight: 900; text-decoration: none; text-transform: uppercase; }

.bsh-match-center {
  overflow: hidden;
  animation: bsh-mc-open .3s cubic-bezier(.2, .7, .2, 1) both;
}

.bsh-mc-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 38px;
  min-height: 74px;
  align-items: center;
  gap: 18px;
  padding: 13px 14px 13px 18px;
  background: linear-gradient(105deg, rgba(252, 198, 0, .09), transparent 52%);
}

.bsh-mc-heading { min-width: 0; }
.bsh-mc-heading > span { color: var(--bsh-yellow); font-size: 8px; font-weight: 900; letter-spacing: .11em; }
.bsh-mc-heading h4 { display: grid; margin: 5px 0 0; grid-template-columns: minmax(0, 1fr) 68px minmax(0, 1fr); align-items: center; gap: 10px; color: #fff; }
.bsh-mc-team { display: flex; min-width: 0; align-items: center; gap: 7px; font-size: clamp(14px, 1.5vw, 18px); font-weight: 900; line-height: 1.15; }
.bsh-mc-team.is-home { justify-content: flex-end; text-align: right; }
.bsh-mc-team.is-away { justify-content: flex-start; text-align: left; }
.bsh-mc-team:hover,
.bsh-mc-team:focus-visible { color: var(--bsh-yellow); }
.bsh-mc-team-name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.bsh-club-badge {
  display: grid;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  overflow: hidden;
  place-items: center;
  border-radius: 50%;
  color: var(--bsh-yellow);
  font-size: 7px;
  font-weight: 900;
}

.bsh-club-badge img { display: block; width: 100%; height: 100%; object-fit: contain; }
.bsh-club-badge.is-fallback { border: 1px solid var(--bsh-line); background: #202731; }
.bsh-row-team .bsh-club-badge { flex-basis: 20px; width: 20px; height: 20px; }

.bsh-mc-score { display: flex; min-width: 64px; align-items: center; flex-direction: column; text-align: center; }
.bsh-mc-score strong { color: #fff; font-family: var(--bwtv-font-headings, inherit); font-size: 24px; font-weight: 900; letter-spacing: -.04em; line-height: 1; }
.bsh-mc-score small { margin-top: 5px; color: var(--bsh-yellow); font-size: 8px; font-weight: 900; text-transform: uppercase; }

.bsh-mc-close {
  display: grid;
  width: 36px;
  height: 36px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--bsh-line);
  border-radius: 50%;
  background: transparent;
  color: #fff;
  font: inherit;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.bsh-mc-close:hover,
.bsh-mc-close:focus-visible { border-color: var(--bsh-yellow); color: var(--bsh-yellow); }

.bsh-mc-tabs {
  display: flex;
  overflow-x: auto;
  border-top: 1px solid var(--bsh-line);
  border-bottom: 1px solid var(--bsh-line);
  scrollbar-width: none;
}

.bsh-mc-tabs::-webkit-scrollbar { display: none; }

.bsh-mc-tab {
  flex: 0 0 auto;
  min-height: 40px;
  padding: 0 16px;
  border: 0;
  border-right: 1px solid var(--bsh-line);
  border-radius: 0;
  background: transparent;
  color: var(--bsh-muted);
  font: inherit;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .045em;
  text-transform: uppercase;
  cursor: pointer;
}

.bsh-mc-tab:hover,
.bsh-mc-tab:focus-visible { color: #fff; }
.bsh-mc-tab.is-active { background: var(--bsh-yellow); color: var(--bsh-ink); }

.bsh-mc-panel {
  max-height: 430px;
  overflow: auto;
  overscroll-behavior: contain;
  scrollbar-color: rgba(252, 198, 0, .55) transparent;
  scrollbar-width: thin;
}

.bsh-mc-panel[hidden] { display: none; }
.bsh-mc-panel.is-active { animation: bsh-panel-in .22s ease both; }

.bsh-mc-timeline {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  padding: 14px 18px;
  list-style: none;
}

.bsh-mc-timeline::before {
  content: "";
  position: absolute;
  top: 14px;
  bottom: 14px;
  left: 62px;
  width: 1px;
  background: var(--bsh-line);
}

.bsh-mc-timeline li {
  position: relative;
  display: grid;
  grid-template-columns: 34px 15px minmax(0, 1fr);
  min-height: 47px;
  align-items: center;
  gap: 10px;
}

.bsh-mc-timeline time { color: var(--bsh-yellow); font-size: 10px; font-weight: 900; text-align: right; }
.bsh-mc-event-mark { position: relative; width: 9px; height: 9px; margin: auto; border: 2px solid #0d1116; border-radius: 50%; background: #66707c; box-shadow: 0 0 0 1px #66707c; }
.bsh-mc-timeline .is-goal .bsh-mc-event-mark { background: var(--bsh-yellow); box-shadow: 0 0 0 1px var(--bsh-yellow); }
.bsh-mc-timeline .is-yellow_card .bsh-mc-event-mark { background: #ffd643; box-shadow: 0 0 0 1px #ffd643; }
.bsh-mc-timeline .is-red_card .bsh-mc-event-mark { background: #ff5048; box-shadow: 0 0 0 1px #ff5048; }
.bsh-mc-event-body { min-width: 0; }
.bsh-mc-event-body.has-player { display: grid; grid-template-columns: 32px minmax(0, 1fr); align-items: center; gap: 9px; }
.bsh-mc-event-body.bsh-entity-trigger { width: 100%; }
.bsh-mc-event-body.bsh-entity-trigger:hover .bsh-mc-event-copy strong,
.bsh-mc-event-body.bsh-entity-trigger:focus-visible .bsh-mc-event-copy strong { color: var(--bsh-yellow); }
.bsh-mc-event-copy { display: grid; min-width: 0; grid-template-columns: auto minmax(0, 1fr); gap: 3px 9px; }
.bsh-mc-event-copy small { color: #7e8894; font-size: 8px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.bsh-mc-event-copy strong { overflow: hidden; color: #fff; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.bsh-mc-event-copy > span { grid-column: 2; color: var(--bsh-muted); font-size: 9px; }
.bsh-mc-event-related { grid-column: 3; margin-top: -5px; padding-bottom: 5px; color: var(--bsh-muted); font-size: 9px; }
.bsh-mc-related-player { display: inline; color: #dfe4e9; font-weight: 800; }
.bsh-mc-related-player:hover,
.bsh-mc-related-player:focus-visible { color: var(--bsh-yellow); }

.bsh-mc-player-photo {
  display: grid;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  overflow: hidden;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 50%;
  background: #242b34;
  color: var(--bsh-yellow);
  font-size: 8px;
  font-weight: 900;
}

.bsh-mc-event-body .bsh-mc-player-photo { width: 32px; height: 32px; }
.bsh-mc-player-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.bsh-mc-player-photo.is-fallback { background: #252d37; }

.bsh-mc-lineups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}

.bsh-mc-lineup { min-width: 0; padding: 16px 18px 18px; }
.bsh-mc-lineup + .bsh-mc-lineup { border-left: 1px solid var(--bsh-line); }
.bsh-mc-lineup header { display: flex; min-height: 32px; align-items: center; gap: 10px; }
.bsh-mc-lineup-club { display: flex; min-width: 0; align-items: center; gap: 10px; }
.bsh-mc-lineup-club .bsh-club-badge { flex-basis: 28px; width: 28px; height: 28px; }
.bsh-mc-lineup-club:hover strong,
.bsh-mc-lineup-club:focus-visible strong { color: var(--bsh-yellow); }
.bsh-mc-lineup header img { width: 28px; height: 28px; object-fit: contain; }
.bsh-mc-lineup header strong { overflow: hidden; color: #fff; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.bsh-mc-lineup p { margin: 9px 0 11px; color: #dbe0e6; font-size: 10px; }
.bsh-mc-lineup p span { margin-right: 5px; color: #747e8a; font-size: 8px; font-weight: 900; text-transform: uppercase; }
.bsh-mc-lineup ol,
.bsh-mc-lineup ul { margin: 0; padding: 0; list-style: none; }
.bsh-mc-lineup li { display: grid; grid-template-columns: 24px minmax(0, 1fr); min-height: 36px; align-items: center; gap: 7px; border-bottom: 1px solid rgba(255,255,255,.07); font-size: 10px; }
.bsh-mc-lineup li b { color: var(--bsh-yellow); font-size: 9px; }
.bsh-mc-player-link { display: grid; min-width: 0; grid-template-columns: 28px minmax(0, 1fr); align-items: center; gap: 7px; }
.bsh-mc-player-link > span:last-child { overflow: hidden; color: #eef1f4; text-overflow: ellipsis; white-space: nowrap; }
.bsh-mc-player-link:hover > span:last-child,
.bsh-mc-player-link:focus-visible > span:last-child { color: var(--bsh-yellow); }
.bsh-mc-lineup details { margin-top: 10px; }
.bsh-mc-lineup summary { color: var(--bsh-muted); font-size: 9px; font-weight: 900; text-transform: uppercase; cursor: pointer; }
.bsh-mc-lineup details ul { margin-top: 6px; }

.bsh-mc-stats { max-width: 720px; margin: 0 auto; padding: 16px 20px 20px; }
.bsh-mc-stats-head { display: flex; justify-content: space-between; gap: 15px; padding-bottom: 11px; border-bottom: 1px solid var(--bsh-line); }
.bsh-mc-stat-club { max-width: 45%; overflow: hidden; }
.bsh-mc-stat-club strong { display: block; overflow: hidden; color: #fff; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.bsh-mc-stat-club:hover strong,
.bsh-mc-stat-club:focus-visible strong { color: var(--bsh-yellow); }
.bsh-mc-stat { padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.07); }
.bsh-mc-stat > div:first-child { display: grid; grid-template-columns: 45px minmax(0, 1fr) 45px; align-items: center; text-align: center; }
.bsh-mc-stat > div strong { color: #fff; font-size: 13px; }
.bsh-mc-stat > div span { color: var(--bsh-muted); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.bsh-mc-stat-bars { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; margin-top: 7px; }
.bsh-mc-stat-bars i { position: relative; display: block; height: 3px; overflow: hidden; background: rgba(255,255,255,.09); }
.bsh-mc-stat-bars i::after { content: ""; position: absolute; top: 0; right: 0; width: var(--bsh-stat); height: 100%; background: var(--bsh-yellow); }
.bsh-mc-stat-bars i + i::after { right: auto; left: 0; background: #dde2e8; }

.bsh-mc-context { padding: 16px 18px 20px; }
.bsh-mc-facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(145px, 1fr)); border-top: 1px solid var(--bsh-line); border-left: 1px solid var(--bsh-line); }
.bsh-mc-facts p { display: flex; min-height: 58px; margin: 0; padding: 11px 12px; border-right: 1px solid var(--bsh-line); border-bottom: 1px solid var(--bsh-line); flex-direction: column; }
.bsh-mc-facts span { color: #727c88; font-size: 8px; font-weight: 900; text-transform: uppercase; }
.bsh-mc-facts strong { margin-top: 5px; color: #fff; font-size: 11px; line-height: 1.25; }
.bsh-mc-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 18px; }
.bsh-mc-form-grid section { min-width: 0; }
.bsh-mc-form-grid h5 { margin: 0 0 8px; overflow: hidden; color: #fff; font-size: 10px; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.bsh-mc-form-grid ul { margin: 0; padding: 0; list-style: none; }
.bsh-mc-form-grid li { display: grid; grid-template-columns: 20px 42px minmax(0, 1fr) 34px minmax(0, 1fr); min-height: 34px; align-items: center; gap: 6px; border-bottom: 1px solid rgba(255,255,255,.07); font-size: 9px; }
.bsh-mc-form-grid li > span { display: grid; width: 18px; height: 18px; place-items: center; border-radius: 50%; background: #59616c; color: #fff; font-size: 8px; font-weight: 900; }
.bsh-mc-form-grid li > span.is-win { background: #207a46; }
.bsh-mc-form-grid li > span.is-loss { background: #a63832; }
.bsh-mc-form-grid li > span.is-draw { background: #6b5b24; }
.bsh-mc-form-grid time { color: #747e89; }
.bsh-mc-form-grid .bsh-mc-form-team { display: flex; min-width: 0; align-items: center; gap: 4px; color: #e9edf1; font-size: 9px; }
.bsh-mc-form-grid .bsh-mc-form-team:hover,
.bsh-mc-form-grid .bsh-mc-form-team:focus-visible { color: var(--bsh-yellow); }
.bsh-mc-form-grid .bsh-mc-form-team > span:not(.bsh-club-badge) { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.bsh-mc-form-grid .bsh-mc-form-home { justify-content: flex-end; text-align: right; }
.bsh-mc-form-grid .bsh-mc-form-away { justify-content: flex-start; text-align: left; }
.bsh-mc-form-grid .bsh-club-badge { flex-basis: 16px; width: 16px; height: 16px; font-size: 6px; }
.bsh-mc-form-grid .bsh-mc-form-score { color: var(--bsh-yellow); font-size: 10px; text-align: center; white-space: nowrap; }

.bsh-mc-footer {
  display: flex;
  min-height: 40px;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 8px 18px;
  border-top: 1px solid var(--bsh-line);
}

.bsh-mc-footer > span { color: #69737f; font-size: 8px; font-weight: 900; text-transform: uppercase; }
.bsh-mc-footer a { color: var(--bsh-yellow); font-size: 9px; font-weight: 900; text-decoration: none; text-transform: uppercase; }
.bsh-mc-footer a:hover,
.bsh-mc-footer a:focus-visible { color: #fff; }

.bsh-expand-matches {
  display: flex;
  width: 100%;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-bottom: 1px solid var(--bsh-line);
  border-radius: 0;
  background: rgba(255, 255, 255, .025);
  color: var(--bsh-yellow);
  font: inherit;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .055em;
  text-transform: uppercase;
  cursor: pointer;
}

.bsh-expand-matches i {
  font-style: normal;
  transition: transform .18s ease;
}

.bsh-expand-matches[aria-expanded="true"] i { transform: rotate(180deg); }
.bsh-expand-matches:hover,
.bsh-expand-matches:focus-visible { background: rgba(255, 255, 255, .055); color: #fff; }

.bsh-newsroom {
  min-width: 0;
  padding: 28px 0 28px 28px;
}

.bsh-news-tab {
  padding: 28px 0;
  border-bottom: 1px solid var(--bsh-line);
}

.bsh-news-tab .bsh-newsroom {
  padding: 0;
  border-top: 0;
}

.bsh-newsroom.is-tabbed {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
  align-items: start;
  gap: 0 28px;
}

.bsh-newsroom.is-tabbed .bsh-news-head { grid-column: 1 / -1; }
.bsh-newsroom.is-tabbed .bsh-news-feature { margin-bottom: 0; }

.bsh-news-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 15px;
}

.bsh-news-head h3 { margin: 0; color: #fff; font-size: 15px; font-weight: 900; text-transform: uppercase; }
.bsh-news-head span { color: var(--bsh-muted); font-size: 10px; }

.bsh-news-feature { position: relative; margin-bottom: 9px; }
.bsh-news-image { display: block; position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: var(--bsh-panel-2); }
.bsh-news-image::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(9, 11, 14, .92)); }
.bsh-news-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .45s cubic-bezier(.2,.7,.2,1); }
.bsh-news-feature:hover .bsh-news-image img { transform: scale(1.035); }
.bsh-news-feature-copy { position: absolute; z-index: 1; right: 16px; bottom: 15px; left: 16px; }
.bsh-news-feature-copy time { color: var(--bsh-yellow); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.bsh-news-feature-copy h4 { margin: 6px 0 0; font-family: var(--bwtv-font-headings, inherit); font-size: clamp(17px, 2vw, 23px); font-weight: 900; line-height: 1.12; }
.bsh-news-feature-copy h4 a { color: #fff; text-decoration: none; text-shadow: 0 1px 12px rgba(0,0,0,.35); }
.bsh-news-feature-copy h4 a:hover { color: var(--bsh-yellow); }

.bsh-news-list { list-style: none; margin: 0; padding: 0; }
.bsh-news-list li { padding: 13px 0; border-bottom: 1px solid var(--bsh-line); }
.bsh-news-list li:last-child { border-bottom: 0; }
.bsh-news-list a { display: block; color: #fff; font-size: 13px; font-weight: 800; line-height: 1.28; text-decoration: none; }
.bsh-news-list a:hover { color: var(--bsh-yellow); }
.bsh-news-list time { display: block; margin-top: 5px; color: var(--bsh-muted); font-size: 10px; }
.bsh-news-local {
  display: inline-block;
  margin-bottom: 5px;
  color: var(--bsh-yellow);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bsh-context {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  border-bottom: 1px solid var(--bsh-line);
  scroll-margin-top: 90px;
}

.bsh-context.is-single { grid-template-columns: 1fr; }

.bsh-table-zone {
  min-width: 0;
  padding: 26px 30px 26px 0;
}

.bsh-context-head,
.bsh-benin-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.bsh-context-head > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.bsh-context-head span,
.bsh-benin-head span,
.bsh-benin-story > span {
  color: var(--bsh-yellow);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bsh-context-head strong,
.bsh-benin-head strong {
  margin-top: 4px;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bsh-context-head > a {
  flex: 0 0 auto;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.bsh-context-head > a:hover { color: var(--bsh-yellow); }

.bsh-table {
  margin-top: 18px;
  border-top: 1px solid var(--bsh-line);
}

.bsh-table-row {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 44px 48px;
  align-items: center;
  min-height: 43px;
  border-bottom: 1px solid var(--bsh-line);
  color: #dce1e7;
  font-size: 12px;
  text-align: center;
}

.bsh-table-row.is-head {
  min-height: 31px;
  color: #717a86;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bsh-table-row > :nth-child(2) { text-align: left; }
.bsh-table-row > strong:last-child { color: var(--bsh-yellow); }
.bsh-table.is-performance .bsh-table-row { grid-template-columns: 34px minmax(0, 1fr) 44px 44px 48px; }
.bsh-table.is-performance .bsh-table-row > strong:nth-child(4) { color: var(--bsh-yellow); }

.bsh-competition-table {
  padding: 26px 0;
  border-bottom: 1px solid var(--bsh-line);
}

.bsh-table-note {
  max-width: 720px;
  margin: 10px 0 0;
  color: var(--bsh-muted);
  font-size: 11px;
  line-height: 1.45;
}

.bsh-table-club {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 9px;
}

.bsh-table-club-link {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 9px;
}

.bsh-table-club-link:hover b,
.bsh-table-club-link:focus-visible b { color: var(--bsh-yellow); }

.bsh-table-club img {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.bsh-table-club b {
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bsh-benin-zone {
  position: relative;
  min-width: 0;
  padding: 26px 0 26px 30px;
  overflow: hidden;
  border-left: 1px solid var(--bsh-line);
}

.bsh-benin-club-link {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 16px;
}

.bsh-benin-club-link:hover strong,
.bsh-benin-club-link:focus-visible strong { color: var(--bsh-yellow); }

.bsh-benin-zone::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -90px;
  right: -90px;
  width: 250px;
  height: 250px;
  border: 1px solid rgba(252, 198, 0, .12);
  border-radius: 50%;
}

.bsh-benin-head { justify-content: flex-start; }

.bsh-benin-head img {
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.bsh-benin-head > div { display: flex; flex-direction: column; }

.bsh-benin-stat {
  margin: 20px 0 0;
  color: var(--bsh-muted);
  font-size: 12px;
}

.bsh-benin-stat strong {
  margin-right: 4px;
  color: #fff;
  font-family: var(--bwtv-font-headings, inherit);
  font-size: 26px;
}

.bsh-benin-story {
  display: flex;
  margin-top: 17px;
  padding-top: 16px;
  border-top: 1px solid var(--bsh-line);
  flex-direction: column;
  color: #fff;
  text-decoration: none;
}

.bsh-benin-story strong {
  max-width: 460px;
  margin-top: 7px;
  font-size: 14px;
  line-height: 1.3;
  transition: color .18s ease;
}

.bsh-benin-story:hover { color: #fff; text-decoration: none; }
.bsh-benin-story:hover strong { color: var(--bsh-yellow); }

.bsh-benin-zone nav {
  display: flex;
  gap: 13px;
  margin-top: 18px;
  flex-wrap: wrap;
}

.bsh-benin-zone nav a {
  color: var(--bsh-muted);
  font-size: 10px;
  font-weight: 900;
  text-decoration: none;
}

.bsh-benin-zone nav a:hover { color: var(--bsh-yellow); }

.bsh-focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 19px 0;
  border-bottom: 1px solid var(--bsh-line);
}

.bsh-focus-copy { display: flex; flex-direction: column; flex: 0 0 auto; }
.bsh-focus-copy span { color: var(--bsh-yellow); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.bsh-focus-copy strong { margin-top: 2px; color: #fff; font-size: 16px; }
.bsh-focus nav { display: flex; align-items: center; justify-content: flex-end; gap: 0; overflow-x: auto; }
.bsh-focus nav a { flex: 0 0 auto; padding: 6px 14px; border-left: 1px solid var(--bsh-line); color: #d9dee5; font-size: 12px; font-weight: 800; text-decoration: none; white-space: nowrap; }
.bsh-focus nav a:hover { color: var(--bsh-yellow); }

.bsh-meta {
  display: flex;
  justify-content: flex-end;
  gap: 4px;
  padding-top: 12px;
  color: #747d88;
  font-size: 9px;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.bsh-editorial-state { min-height: 360px; display: flex; flex-direction: column; justify-content: center; max-width: 560px; }
.bsh-editorial-state span { color: var(--bsh-yellow); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.bsh-editorial-state strong { margin-top: 8px; font-size: clamp(28px, 4vw, 48px); line-height: 1; }
.bsh-editorial-state p { max-width: 460px; margin: 15px 0 0; color: var(--bsh-muted); }

html.bsh-profile-is-open,
html.bsh-profile-is-open body { overflow: hidden; }

.bsh-profile-modal {
  --bsh-yellow: #fcc600;
  --bsh-ink: #090b0e;
  --bsh-panel: #11151b;
  --bsh-line: rgba(255, 255, 255, .13);
  --bsh-muted: #aeb6c2;
  position: fixed;
  z-index: 1000001;
  inset: 0;
  display: grid;
  padding: 24px;
  place-items: center;
  color: #fff;
  font-family: inherit;
}

.bsh-profile-modal[hidden] { display: none; }

.bsh-profile-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 4, 7, .82);
  backdrop-filter: blur(5px);
  animation: bsh-profile-fade .2s ease both;
}

.bsh-profile-dialog {
  position: relative;
  z-index: 1;
  width: min(580px, 100%);
  max-height: min(760px, calc(100dvh - 48px));
  overflow: hidden;
  border: 1px solid rgba(252, 198, 0, .3);
  background: #0d1116;
  box-shadow: 0 26px 90px rgba(0, 0, 0, .58);
  outline: 0;
  animation: bsh-profile-open .28s cubic-bezier(.2, .7, .2, 1) both;
}

.bsh-profile-close {
  position: absolute;
  z-index: 4;
  top: 14px;
  right: 14px;
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 50%;
  background: rgba(9, 11, 14, .72);
  color: #fff;
  font: inherit;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.bsh-profile-close:hover,
.bsh-profile-close:focus-visible {
  border-color: var(--bsh-yellow);
  color: var(--bsh-yellow);
  outline: 0;
}

.bsh-profile-content {
  max-height: min(760px, calc(100dvh - 48px));
  overflow: auto;
  overscroll-behavior: contain;
  scrollbar-color: rgba(252, 198, 0, .55) transparent;
  scrollbar-width: thin;
}

.bsh-profile-content.is-loading,
.bsh-profile-content.is-error {
  display: flex;
  min-height: 280px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 36px;
  color: var(--bsh-muted);
  font-size: 13px;
}

.bsh-profile-content.is-loading i {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(252, 198, 0, .22);
  border-top-color: var(--bsh-yellow);
  border-radius: 50%;
  animation: bsh-spin .7s linear infinite;
}

.bsh-profile-content.is-error strong { color: #fff; text-align: center; }

.bsh-profile-card { min-width: 0; background: #0d1116; }

.bsh-profile-hero {
  position: relative;
  display: grid;
  min-height: 198px;
  grid-template-columns: 168px minmax(0, 1fr);
  align-items: center;
  gap: 26px;
  padding: 22px 64px 22px 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 20%, rgba(252, 198, 0, .2), transparent 44%),
    linear-gradient(118deg, #171c23, #0d1116 64%);
}

.bsh-profile-visual {
  display: grid;
  width: 168px;
  height: 168px;
  overflow: hidden;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  background: #202731;
}

.bsh-profile-card.is-player .bsh-profile-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.bsh-profile-card.is-club .bsh-profile-visual {
  padding: 24px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .95);
}

.bsh-profile-card.is-club .bsh-profile-visual img { width: 100%; height: 100%; object-fit: contain; }
.bsh-profile-visual.is-fallback span { color: var(--bsh-yellow); font-size: 36px; font-weight: 900; }

.bsh-profile-identity { min-width: 0; }
.bsh-profile-identity > span { color: var(--bsh-yellow); font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.bsh-profile-identity h3 {
  margin: 8px 0 0;
  color: #fff;
  font-family: var(--bwtv-font-headings, inherit);
  font-size: clamp(27px, 5vw, 42px);
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: .98;
}
.bsh-profile-identity > p { margin: 10px 0 0; color: var(--bsh-muted); font-size: 13px; }

.bsh-profile-club-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px !important;
  color: #fff !important;
}
.bsh-profile-club-link strong { font-size: 11px; }
.bsh-profile-club-link:hover strong,
.bsh-profile-club-link:focus-visible strong { color: var(--bsh-yellow); }

.bsh-profile-miniature {
  display: grid;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 50%;
  background: #252d37;
  color: var(--bsh-yellow);
  font-size: 8px;
  font-weight: 900;
}
.bsh-profile-miniature img { width: 100%; height: 100%; object-fit: contain; }
.bsh-profile-miniature.is-player img { object-fit: cover; object-position: center top; }

.bsh-profile-body { padding: 22px 24px 26px; }

.bsh-profile-facts {
  display: grid;
  margin: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--bsh-line);
  border-left: 1px solid var(--bsh-line);
}
.bsh-profile-facts div { min-width: 0; padding: 11px 13px; border-right: 1px solid var(--bsh-line); border-bottom: 1px solid var(--bsh-line); }
.bsh-profile-facts dt { color: #737d88; font-size: 8px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.bsh-profile-facts dd { margin: 5px 0 0; overflow: hidden; color: #fff; font-size: 12px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }

.bsh-profile-section { margin-top: 22px; }
.bsh-profile-section h4 { margin: 0 0 10px; color: var(--bsh-yellow); font-size: 9px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }

.bsh-profile-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--bsh-line);
  border-bottom: 1px solid var(--bsh-line);
}
.bsh-profile-stats div { display: flex; min-width: 0; min-height: 78px; align-items: center; justify-content: center; padding: 10px 6px; border-right: 1px solid var(--bsh-line); flex-direction: column; }
.bsh-profile-stats div:last-child { border-right: 0; }
.bsh-profile-stats strong { color: #fff; font-size: 25px; line-height: 1; }
.bsh-profile-stats span { margin-top: 7px; color: var(--bsh-muted); font-size: 8px; font-weight: 900; text-align: center; text-transform: uppercase; }

.bsh-profile-form { display: flex; align-items: center; gap: 6px; margin-top: 13px; }
.bsh-profile-form > span { margin-right: 4px; color: var(--bsh-muted); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.bsh-profile-form b { display: grid; width: 23px; height: 23px; place-items: center; border-radius: 50%; background: #59616c; color: #fff; font-size: 8px; }
.bsh-profile-form b.is-w { background: #207a46; }
.bsh-profile-form b.is-d { background: #6b5b24; }
.bsh-profile-form b.is-l { background: #a63832; }

.bsh-profile-scorers { margin: 0; padding: 0; border-top: 1px solid var(--bsh-line); list-style: none; }
.bsh-profile-scorers li { border-bottom: 1px solid var(--bsh-line); }
.bsh-profile-scorer { display: grid; width: 100%; min-height: 52px; grid-template-columns: 34px minmax(0, 1fr) auto; align-items: center; gap: 10px; }
.bsh-profile-scorer > span:nth-child(2) { display: flex; min-width: 0; flex-direction: column; }
.bsh-profile-scorer > span:nth-child(2) strong { overflow: hidden; color: #fff; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.bsh-profile-scorer small { margin-top: 3px; color: var(--bsh-muted); font-size: 8px; }
.bsh-profile-scorer > b { color: var(--bsh-yellow); font-size: 15px; }
.bsh-profile-scorer:hover strong,
.bsh-profile-scorer:focus-visible strong { color: var(--bsh-yellow) !important; }

.bsh-profile-footer {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 24px;
  border-top: 1px solid var(--bsh-line);
  background: #0a0d11;
}
.bsh-profile-footer > span { color: #69737f; font-size: 8px; font-weight: 900; text-transform: uppercase; }
.bsh-profile-footer a { color: var(--bsh-yellow); font-size: 9px; font-weight: 900; text-decoration: none; text-transform: uppercase; }
.bsh-profile-footer a:hover,
.bsh-profile-footer a:focus-visible { color: #fff; }

.bsh [data-match-id].is-score-updated { animation: bsh-score-update .8s ease; }

@keyframes bsh-rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@keyframes bsh-panel-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@keyframes bsh-mc-open { from { opacity: 0; transform: scaleY(.94); transform-origin: top; } to { opacity: 1; transform: none; } }
@keyframes bsh-spin { to { transform: rotate(360deg); } }
@keyframes bsh-profile-fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes bsh-profile-open { from { opacity: 0; transform: translateY(12px) scale(.98); } to { opacity: 1; transform: none; } }
@keyframes bsh-live { 70% { box-shadow: 0 0 0 7px rgba(255, 59, 48, 0); } 100% { box-shadow: 0 0 0 0 rgba(255, 59, 48, 0); } }
@keyframes bsh-score-update { 0%, 100% { background-color: transparent; } 35% { background-color: rgba(252, 198, 0, .18); } }

@media (max-width: 1024px) {
  .bsh-layout { grid-template-columns: 1fr; }
  .bsh-matchdesk { padding-right: 0; border-right: 0; }
  .bsh-newsroom { padding: 26px 0 8px; border-top: 1px solid var(--bsh-line); }
  .bsh-news-feature { display: grid; grid-template-columns: minmax(240px, .8fr) minmax(0, 1.2fr); align-items: center; gap: 20px; }
  .bsh-news-feature-copy { position: static; }
  .bsh-news-image::after { display: none; }
  .bsh-news-feature-copy h4 a { text-shadow: none; }
  .bsh-context { grid-template-columns: 1fr; }
  .bsh-table-zone { padding-right: 0; }
  .bsh-benin-zone { padding: 25px 0 25px; border-top: 1px solid var(--bsh-line); border-left: 0; }
}

@media (max-width: 680px) {
  .bsh { margin-top: 20px; }
  .bsh-shell { padding-top: 24px; padding-bottom: 16px; }
  .bsh-header { align-items: flex-start; margin-bottom: 20px; }
  .bsh-deck { max-width: 300px; font-size: 12px; }
  .bsh-all-link { min-height: 38px; font-size: 10px; }
  .bsh-competition-tab { min-height: 52px; padding: 0 15px; font-size: 11px; }
  .bsh-competition-tab::after { right: 14px; left: 14px; }
  .bsh-competition-tab img { width: 21px; height: 21px; flex-basis: 21px; }
  .bsh-competition-head { min-height: 53px; }
  .bsh-competition-head strong { max-width: 300px; white-space: normal; }
  .bsh-tab, .bsh-standings-link { min-height: 44px; padding: 0 14px; font-size: 10px; }
  .bsh-standings-link { margin-left: 0; }
  .bsh-matchdesk { padding-top: 14px; padding-bottom: 16px; }
  .bsh-primary-match { min-height: 190px; padding: 14px 12px; }
  .bsh-scoreboard { grid-template-columns: minmax(0, 1fr) 68px minmax(0, 1fr); gap: 6px; min-height: 108px; padding: 11px 0 8px; }
  .bsh-team { flex-direction: column; gap: 9px; text-align: center; }
  .bsh-team.is-away { flex-direction: column; text-align: center; }
  .bsh-team-mark { width: 42px; height: 42px; flex-basis: 42px; }
  .bsh-team strong { font-size: 13px; line-height: 1.08; }
  .bsh-score, .bsh-kickoff-time { gap: 3px; font-size: 27px; }
  .bsh-scorebox { min-width: 68px; }
  .bsh-match-meta { align-items: flex-start; flex-wrap: wrap; gap: 5px; font-size: 9px; }
  .bsh-match-meta span + span::before, .bsh-match-meta time + span::before { margin-right: 5px; }
  .bsh-match-row { grid-template-columns: minmax(0, 1fr) auto; gap: 8px 12px; min-height: 88px; padding: 10px 7px; }
  .bsh-match-row:hover, .bsh-match-row:focus-within { padding-left: 9px; }
  .bsh-match-row.is-match-center-open { padding-left: 9px; }
  .bsh-row-date time { font-size: 10px; }
  .bsh-row-date small { max-width: 220px; }
  .bsh-row-fixture { grid-column: 1 / -1; grid-row: 2; grid-template-columns: minmax(0, 1fr) 50px minmax(0, 1fr); gap: 7px; }
  .bsh-row-team { gap: 5px; font-size: 12px; }
  .bsh-row-team .bsh-club-badge { flex-basis: 18px; width: 18px; height: 18px; }
  .bsh-row-score strong { font-size: 15px; }
  .bsh-row-detail b { display: none; }
  .bsh-mc-head { grid-template-columns: minmax(0, 1fr) 34px; min-height: 68px; gap: 8px; padding: 11px 8px 11px 10px; }
  .bsh-mc-heading h4 { grid-template-columns: minmax(0, 1fr) 54px minmax(0, 1fr); gap: 5px; }
  .bsh-mc-team { gap: 5px; font-size: 12px; }
  .bsh-mc-team .bsh-club-badge { flex-basis: 18px; width: 18px; height: 18px; }
  .bsh-mc-score { min-width: 54px; }
  .bsh-mc-score strong { font-size: 20px; }
  .bsh-mc-close { width: 32px; height: 32px; }
  .bsh-mc-tab { min-height: 38px; padding: 0 12px; font-size: 8px; }
  .bsh-mc-panel { max-height: 380px; }
  .bsh-mc-timeline { padding-right: 10px; padding-left: 9px; }
  .bsh-mc-timeline::before { left: 47px; }
  .bsh-mc-timeline li { grid-template-columns: 28px 12px minmax(0, 1fr); gap: 7px; }
  .bsh-mc-event-body.has-player { grid-template-columns: 28px minmax(0, 1fr); gap: 7px; }
  .bsh-mc-event-body .bsh-mc-player-photo { width: 28px; height: 28px; }
  .bsh-mc-event-copy { display: flex; align-items: flex-start; gap: 2px; flex-direction: column; }
  .bsh-mc-event-copy > span { grid-column: auto; }
  .bsh-mc-lineup { padding: 13px 9px 15px; }
  .bsh-mc-lineup + .bsh-mc-lineup { padding-left: 10px; }
  .bsh-mc-lineup li { grid-template-columns: 19px minmax(0, 1fr); min-height: 34px; gap: 5px; }
  .bsh-mc-player-link { grid-template-columns: 24px minmax(0, 1fr); gap: 5px; }
  .bsh-mc-lineup li .bsh-mc-player-photo { width: 24px; height: 24px; }
  .bsh-mc-lineup header { gap: 6px; }
  .bsh-mc-lineup-club { gap: 6px; }
  .bsh-mc-lineup-club .bsh-club-badge { flex-basis: 23px; width: 23px; height: 23px; }
  .bsh-mc-lineup header img { width: 23px; height: 23px; }
  .bsh-mc-lineup header strong { font-size: 10px; }
  .bsh-mc-lineup li { grid-template-columns: 19px minmax(0, 1fr); font-size: 9px; }
  .bsh-mc-stats { padding-right: 10px; padding-left: 10px; }
  .bsh-mc-context { padding: 13px 10px 16px; }
  .bsh-mc-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bsh-mc-form-grid { grid-template-columns: 1fr; gap: 17px; }
  .bsh-mc-footer { padding-right: 10px; padding-left: 10px; }
  .bsh-mc-footer > span { display: none; }
  .bsh-mc-footer { justify-content: flex-end; }
  .bsh-news-feature { display: block; }
  .bsh-newsroom.is-tabbed { display: block; }
  .bsh-news-tab { padding-top: 22px; padding-bottom: 22px; }
  .bsh-news-feature-copy { position: absolute; }
  .bsh-news-image::after { display: block; }
  .bsh-news-feature-copy h4 a { text-shadow: 0 1px 12px rgba(0,0,0,.35); }
  .bsh-table-zone { padding-top: 22px; padding-bottom: 22px; }
  .bsh-context-head { align-items: flex-start; }
  .bsh-context-head strong { max-width: 215px; font-size: 14px; white-space: normal; }
  .bsh-context-head > a { padding-top: 2px; }
  .bsh-table-row { grid-template-columns: 28px minmax(0, 1fr) 34px 40px; font-size: 11px; }
  .bsh-table.is-performance .bsh-table-row { grid-template-columns: 28px minmax(0, 1fr) 32px 32px 40px; }
  .bsh-competition-table { padding-top: 22px; padding-bottom: 22px; }
  .bsh-table-club { gap: 7px; }
  .bsh-table-club img { width: 22px; height: 22px; flex-basis: 22px; }
  .bsh-benin-zone { padding-top: 22px; padding-bottom: 22px; }
  .bsh-focus { align-items: flex-start; flex-direction: column; gap: 13px; }
  .bsh-focus nav { justify-content: flex-start; width: 100%; padding-bottom: 4px; }
  .bsh-focus nav a:first-child { padding-left: 0; border-left: 0; }
  .bsh-profile-modal { align-items: end; padding: 10px 0 0; }
  .bsh-profile-dialog { width: 100%; max-height: calc(100dvh - 10px); border-right: 0; border-bottom: 0; border-left: 0; }
  .bsh-profile-content { max-height: calc(100dvh - 10px); }
  .bsh-profile-close { top: 11px; right: 11px; width: 36px; height: 36px; }
  .bsh-profile-hero { min-height: 154px; grid-template-columns: 112px minmax(0, 1fr); gap: 16px; padding: 18px 52px 18px 14px; }
  .bsh-profile-visual { width: 112px; height: 112px; }
  .bsh-profile-card.is-club .bsh-profile-visual { padding: 17px; border-radius: 14px; }
  .bsh-profile-identity h3 { margin-top: 6px; font-size: 27px; }
  .bsh-profile-identity > p { margin-top: 7px; font-size: 11px; }
  .bsh-profile-club-link { margin-top: 10px !important; }
  .bsh-profile-miniature { width: 28px; height: 28px; flex-basis: 28px; }
  .bsh-profile-body { padding: 18px 14px 21px; }
  .bsh-profile-stats strong { font-size: 21px; }
  .bsh-profile-stats span { font-size: 7px; }
  .bsh-profile-footer { padding-right: 14px; padding-left: 14px; }
  .bsh-profile-footer > span { display: none; }
  .bsh-profile-footer { justify-content: flex-end; }
}

@media (prefers-reduced-motion: reduce) {
  .bsh-shell,
  .bsh-competition-panel.is-active,
  .bsh-panel.is-active,
  .bsh-live-dot,
  .bsh [data-match-id].is-score-updated { animation: none; }
  .bsh-match-row,
  .bsh-news-image img,
  .bsh-competition-tab,
  .bsh-competition-tab::after,
  .bsh-expand-matches i,
  .bsh-match-link > span,
  .bsh-row-detail b i,
  .bsh-benin-story strong { transition: none; }
  .bsh-match-center,
  .bsh-match-center-state,
  .bsh-match-center-state.is-loading i,
  .bsh-mc-panel.is-active { animation: none; }
  .bsh-profile-backdrop,
  .bsh-profile-dialog,
  .bsh-profile-content.is-loading i { animation: none; }
}
