/* Kisure Sports Frontend v798
   Article Match Summary final copy-contrast correction.
   Scope: news article linked Match Summary only.
   Contract:
   - remove Goals/Assists team-name labels from the expanded detail presentation
   - force every textual detail inside the solid green expanded panel to white
     in BOTH light and dark modes, including link/visited/hover/focus states
   - preserve FE797 transfer identity layout and FE796 flat Kisure palette
*/

/* Defensive hide for stale/cached article markup created before FE798. */
html body.site-body.is-news-article-page .article-linked-data-stack .article-match-scoreboard__more-body .article-match-scoreboard__section-label {
  display: none !important;
}

/*
 * FE788 theme rules intentionally make article scoreboard copy dark in light mode.
 * The expanded details panel is a deliberate dark-green exception, so this owner
 * must be more specific than those shared light-theme rules.
 */
html[data-theme="light"] body.site-body.is-news-article-page .article-linked-data-stack .article-match-scoreboard .article-match-scoreboard__more-body,
html[data-theme="dark"] body.site-body.is-news-article-page .article-linked-data-stack .article-match-scoreboard .article-match-scoreboard__more-body {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

html[data-theme="light"] body.site-body.is-news-article-page .article-linked-data-stack .article-match-scoreboard .article-match-scoreboard__more-body :is(
  .article-match-scoreboard__details,
  .article-match-scoreboard__details span,
  .article-match-scoreboard__details strong,
  .article-match-scoreboard__details a,
  .article-match-scoreboard__support,
  .article-match-scoreboard__support-col,
  .article-match-scoreboard__support-col strong,
  .article-match-scoreboard__support-col strong span,
  a.article-match-scoreboard__player-link,
  a.article-match-scoreboard__player-link:link,
  a.article-match-scoreboard__player-link:visited,
  a.article-match-scoreboard__player-link:hover,
  a.article-match-scoreboard__player-link:focus,
  a.article-match-scoreboard__player-link:focus-visible,
  a.article-match-scoreboard__player-link:active,
  .article-match-scoreboard__halftime-pill,
  .article-match-scoreboard__halftime-pill strong,
  .article-match-scoreboard__penalty-pill,
  .article-match-scoreboard__penalty-pill strong,
  .article-match-scoreboard__penalty-pill small,
  .article-match-scoreboard__penalty-pill em
),
html[data-theme="dark"] body.site-body.is-news-article-page .article-linked-data-stack .article-match-scoreboard .article-match-scoreboard__more-body :is(
  .article-match-scoreboard__details,
  .article-match-scoreboard__details span,
  .article-match-scoreboard__details strong,
  .article-match-scoreboard__details a,
  .article-match-scoreboard__support,
  .article-match-scoreboard__support-col,
  .article-match-scoreboard__support-col strong,
  .article-match-scoreboard__support-col strong span,
  a.article-match-scoreboard__player-link,
  a.article-match-scoreboard__player-link:link,
  a.article-match-scoreboard__player-link:visited,
  a.article-match-scoreboard__player-link:hover,
  a.article-match-scoreboard__player-link:focus,
  a.article-match-scoreboard__player-link:focus-visible,
  a.article-match-scoreboard__player-link:active,
  .article-match-scoreboard__halftime-pill,
  .article-match-scoreboard__halftime-pill strong,
  .article-match-scoreboard__penalty-pill,
  .article-match-scoreboard__penalty-pill strong,
  .article-match-scoreboard__penalty-pill small,
  .article-match-scoreboard__penalty-pill em
) {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

/* Keep the player links visually clean while retaining their click target. */
html[data-theme="light"] body.site-body.is-news-article-page .article-linked-data-stack .article-match-scoreboard .article-match-scoreboard__more-body a.article-match-scoreboard__player-link,
html[data-theme="dark"] body.site-body.is-news-article-page .article-linked-data-stack .article-match-scoreboard .article-match-scoreboard__more-body a.article-match-scoreboard__player-link {
  border-bottom-color: rgba(255,255,255,.38) !important;
  text-decoration-color: rgba(255,255,255,.38) !important;
}

/* Keep venue / season equally visible in both themes. */
html[data-theme="light"] body.site-body.is-news-article-page .article-linked-data-stack .article-match-scoreboard .article-match-scoreboard__more-body .article-match-scoreboard__details--last :is(span,a,i),
html[data-theme="dark"] body.site-body.is-news-article-page .article-linked-data-stack .article-match-scoreboard .article-match-scoreboard__more-body .article-match-scoreboard__details--last :is(span,a,i) {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: 1 !important;
}
