.s8lf-article-sports,
.s8lf-article-match-card,
.s8lf-article-related,
.s8lf-article-cta{
  box-sizing:border-box;
  font-family:inherit;
}
.s8lf-article-sports *,
.s8lf-article-match-card *,
.s8lf-article-related *,
.s8lf-article-cta *{box-sizing:border-box}

.s8lf-article-sports{
  --s8a-green:#16bf74;
  --s8a-green-strong:#07945a;
  --s8a-green-dark:#064b3b;
  --s8a-ink:#092f28;
  --s8a-muted:#6f887f;
  --s8a-soft:#f2fbf7;
  --s8a-border:#dbece5;
  width:100%;
  margin:24px 0;
  border:1px solid var(--s8a-border);
  border-radius:19px;
  background:#fff;
  box-shadow:0 14px 34px rgba(12,73,53,.075);
  color:var(--s8a-ink);
  overflow:hidden;
  transition:opacity .25s ease,transform .25s ease,box-shadow .25s ease;
}
.s8lf-article-sports.is-dismissed{
  display:none!important;
}
.s8lf-article-sports:hover{box-shadow:0 17px 40px rgba(12,73,53,.1)}
.s8lf-article-sports.is-ambient{
  margin:20px 0;
  border-color:#d9eee5;
  box-shadow:0 10px 26px rgba(12,73,53,.06);
}

/* Compact summary always remains inside the article flow. */
.s8lf-article-sports__summary{
  position:relative;
  display:flex;
  align-items:stretch;
  min-height:74px;
  background:
    radial-gradient(circle at 94% 0,rgba(42,216,150,.16),transparent 34%),
    linear-gradient(90deg,#f8fdfb 0%,#eefaf5 100%);
}
.s8lf-article-sports__toggle{
  appearance:none;
  -webkit-appearance:none;
  width:100%;
  min-width:0;
  min-height:74px;
  display:grid;
  grid-template-columns:34px minmax(0,1fr) auto;
  align-items:center;
  gap:12px;
  margin:0;
  padding:11px 50px 11px 15px;
  border:0;
  background:transparent;
  color:inherit;
  text-align:left;
  cursor:pointer;
  font:inherit;
}
.s8lf-article-sports__toggle:focus-visible{
  outline:3px solid rgba(22,191,116,.22);
  outline-offset:-3px;
}
.s8lf-article-sports__pulse{
  position:relative;
  width:32px;
  height:32px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:11px;
  background:#e4f8ef;
  color:var(--s8a-green-strong);
}
.s8lf-article-sports__pulse i{
  width:9px;
  height:9px;
  border-radius:50%;
  background:currentColor;
  box-shadow:0 0 0 5px rgba(9,148,90,.12);
}
.s8lf-article-sports__pulse.is-live{background:#fff0f2;color:#f14d62}
.s8lf-article-sports__pulse.is-live i{box-shadow:0 0 0 5px rgba(241,77,98,.13);animation:s8aPulse 1.8s ease-in-out infinite}
.s8lf-article-sports__pulse.is-replay{background:#f0f2ff;color:#6670dc}
.s8lf-article-sports__pulse.is-result{background:#eef5f2;color:#617b71}
.s8lf-article-sports__pulse.is-upcoming{background:#fff6df;color:#d08a00}
@keyframes s8aPulse{0%,100%{transform:scale(.86);opacity:.8}50%{transform:scale(1.08);opacity:1}}

.s8lf-article-sports__summary-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:2px;
  min-width:0;
}
.s8lf-article-sports__summary-copy small{
  color:#0a9960;
  font-size:9px;
  font-weight:900;
  letter-spacing:.075em;
  line-height:1.2;
}
.s8lf-article-sports__summary-copy strong{
  display:block;
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  color:var(--s8a-ink);
  font-size:14px;
  font-weight:900;
  line-height:1.35;
}
.s8lf-article-sports__summary-copy strong em{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:44px;
  min-height:25px;
  margin:0 5px;
  padding:0 8px;
  border-radius:8px;
  background:var(--s8a-green-dark);
  color:#fff;
  font-style:normal;
  font-size:11px;
  font-weight:900;
  vertical-align:middle;
}
.s8lf-article-sports__summary-copy>span{
  color:var(--s8a-muted);
  font-size:10px;
  font-weight:700;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.s8lf-article-sports__summary-action{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#087a51;
}
.s8lf-article-sports__summary-action b{
  font-size:11px;
  font-weight:900;
  white-space:nowrap;
}
.s8lf-article-sports__summary-action i{
  position:relative;
  width:28px;
  height:28px;
  border:1px solid #cae7da;
  border-radius:10px;
  background:#fff;
  transition:transform .25s ease,background .25s ease;
}
.s8lf-article-sports__summary-action i:before,
.s8lf-article-sports__summary-action i:after{
  content:"";
  position:absolute;
  left:50%;top:50%;
  width:9px;height:1.5px;
  border-radius:2px;
  background:#087a51;
  transform:translate(-50%,-50%);
}
.s8lf-article-sports__summary-action i:after{transform:translate(-50%,-50%) rotate(90deg)}
.s8lf-article-sports.is-expanded .s8lf-article-sports__summary-action i{background:#e9f8f1;transform:rotate(45deg)}
.s8lf-article-sports__dismiss{
  appearance:none;
  -webkit-appearance:none;
  position:absolute;
  right:10px;
  top:50%;
  z-index:2;
  width:30px;
  height:30px;
  margin:0;
  padding:0;
  transform:translateY(-50%);
  border:0;
  border-radius:10px;
  background:transparent;
  color:#8ba097;
  cursor:pointer;
  font:700 20px/30px Arial,sans-serif;
}
.s8lf-article-sports__dismiss:hover{background:#fff;color:#3a6558}

/* Smooth drawer: the article keeps flowing naturally when it closes. */
.s8lf-article-sports__drawer{
  max-height:0;
  opacity:0;
  visibility:hidden;
  overflow:hidden;
  border-top:0 solid transparent;
  transition:max-height .48s cubic-bezier(.22,.61,.36,1),opacity .25s ease,visibility .25s ease,border-color .25s ease;
}
.s8lf-article-sports.is-expanded .s8lf-article-sports__drawer{
  max-height:1400px;
  opacity:1;
  visibility:visible;
  border-top:1px solid var(--s8a-border);
}
.s8lf-article-sports__drawer-inner{
  padding:14px;
  background:linear-gradient(180deg,#fff 0%,#fbfefd 100%);
}
.s8lf-article-sports.is-ambient .s8lf-article-sports__drawer-inner{padding:11px}

.s8lf-article-sports__topbar{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  margin-bottom:11px;
}
.s8lf-article-sports__eyebrow{
  display:flex;
  align-items:center;
  gap:7px;
  color:#0ca461;
  font-size:9px;
  font-weight:900;
  letter-spacing:.075em;
  text-transform:uppercase;
}
.s8lf-article-sports__eyebrow i{
  width:7px;height:7px;border-radius:50%;background:#ff5368;box-shadow:0 0 0 4px rgba(255,83,104,.1);
}
.s8lf-article-sports__topbar h3{
  margin:5px 0 0!important;
  padding:0!important;
  color:var(--s8a-ink)!important;
  font-size:17px!important;
  line-height:1.25!important;
  font-weight:900!important;
}
.s8lf-article-sports__status{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:28px;
  padding:0 10px;
  border-radius:999px;
  font-size:9px;
  font-weight:900;
  letter-spacing:.03em;
  white-space:nowrap;
}
.s8lf-article-sports__status.is-live{background:#fff0f2;color:#f2445c}
.s8lf-article-sports__status.is-replay{background:#eef2ff;color:#5866dc}
.s8lf-article-sports__status.is-result{background:#edf4f1;color:#52746a}
.s8lf-article-sports__status.is-upcoming{background:#fff7df;color:#c98200}

.s8lf-article-match-card{
  width:100%;
  padding:13px 14px;
  border:1px solid var(--s8a-border,#d9eee5);
  border-radius:15px;
  background:#fff;
  box-shadow:0 7px 20px rgba(24,83,62,.045);
  color:var(--s8a-ink);
}
.s8lf-article-match-card.is-inside{box-shadow:none}
.s8lf-article-match-card__meta{
  display:flex;
  align-items:center;
  gap:8px;
  margin-bottom:10px;
  color:#6c857c;
  font-size:10px;
  font-weight:700;
}
.s8lf-article-match-card__meta span{color:#0a8058;font-weight:900}
.s8lf-article-match-card__meta b{
  margin-left:auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:25px;
  padding:0 8px;
  border-radius:8px;
  background:#effaf5;
  color:#087251;
  font-size:11px;
}
.s8lf-article-match-card__meta small{font-size:9px;color:#82978f}
.s8lf-article-match-card__teams{
  display:grid;
  grid-template-columns:minmax(0,1fr) 78px minmax(0,1fr);
  gap:11px;
  align-items:center;
}
.s8lf-article-team{
  display:flex;
  align-items:center;
  gap:9px;
  min-width:0;
}
.s8lf-article-team.is-right{flex-direction:row-reverse;text-align:right}
.s8lf-article-team strong{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  color:#0c3c32;
  font-size:13px;
  font-weight:900;
  line-height:1.3;
}
.s8lf-article-team__logo{
  flex:0 0 40px;
  width:40px;height:40px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid #dfede7;
  border-radius:12px;
  background:#fff;
  box-shadow:0 5px 14px rgba(10,64,47,.065);
  overflow:hidden;
}
.s8lf-article-team__logo img{display:block;width:32px;height:32px;object-fit:contain}
.s8lf-article-team__logo.is-placeholder{background:linear-gradient(135deg,#24d095,#3aaee9);color:#fff;font-size:17px;font-weight:900}
.s8lf-article-score{text-align:center}
.s8lf-article-score b{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:68px;
  min-height:39px;
  padding:0 10px;
  border-radius:12px;
  background:linear-gradient(180deg,#0c7658,#064d3b);
  color:#fff;
  font-size:18px;
  font-weight:900;
  letter-spacing:.02em;
  box-shadow:0 7px 16px rgba(5,81,63,.14);
}
.s8lf-article-score span{
  display:block;
  margin-top:4px;
  color:#ee5063;
  font-size:7px;
  font-weight:900;
  letter-spacing:.07em;
}
.s8lf-article-stats{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin-top:11px;
  padding-top:10px;
  border-top:1px solid #e7f2ed;
}
.s8lf-article-stats>span{
  display:flex;
  align-items:center;
  gap:5px;
  min-height:28px;
  padding:0 8px;
  border-radius:9px;
  background:#f2faf6;
  border:1px solid #e5f2ec;
}
.s8lf-article-stats small{color:#769087;font-size:7px;font-weight:900;letter-spacing:.04em}
.s8lf-article-stats strong{color:#0b6249;font-size:10px;font-weight:900}
.s8lf-article-stats.is-empty span{color:#7b938b;font-size:10px}

.s8lf-article-sports__footerline{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:10px;
  padding:9px 10px;
  border-radius:12px;
  background:linear-gradient(90deg,#effbf6,#f7fcfa);
  border:1px solid #e0f1e9;
}
.s8lf-article-sports__brandnote{display:flex;flex-direction:column;gap:1px;min-width:0}
.s8lf-article-sports__brandnote strong{color:#075a43;font-size:11px;font-weight:900}
.s8lf-article-sports__brandnote span{color:#718a81;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.s8lf-article-sports__watch{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:36px;
  padding:0 13px;
  border-radius:11px;
  background:linear-gradient(135deg,#20ce85,#0fb56f);
  color:#fff!important;
  text-decoration:none!important;
  font-size:10px;
  font-weight:900;
  box-shadow:0 7px 17px rgba(20,183,111,.18);
}
.s8lf-article-sports__watch:hover{transform:translateY(-1px);filter:saturate(1.08)}
.s8lf-article-sports__watch span{font-size:14px;line-height:1}

.s8lf-article-related{
  margin-top:10px;
  padding:11px;
  border-radius:14px;
  border:1px solid #e0eee8;
  background:#fff;
}
.s8lf-article-related__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:7px;
}
.s8lf-article-related__head strong{color:#073d32;font-size:12px;font-weight:900}
.s8lf-article-related__head a{color:#0aa363!important;text-decoration:none!important;font-size:9px;font-weight:800}
.s8lf-article-related__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
.s8lf-article-related__item{
  display:grid;
  grid-template-columns:42px minmax(0,1fr) 14px;
  gap:7px;
  align-items:center;
  min-height:42px;
  padding:6px 8px;
  border:1px solid #e7f2ed;
  border-radius:11px;
  background:#fbfefd;
  color:#174b3d!important;
  text-decoration:none!important;
}
.s8lf-article-related__item:hover{background:#f1fbf6;border-color:#cce9dc}
.s8lf-article-related__time{font-size:9px;font-weight:900;color:#0b9b61}
.s8lf-article-related__teams{display:grid;grid-template-columns:minmax(0,1fr) 34px minmax(0,1fr);gap:4px;align-items:center;min-width:0}
.s8lf-article-related__teams b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px;font-weight:800}
.s8lf-article-related__teams b:last-child{text-align:right}
.s8lf-article-related__teams em{font-style:normal;display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:22px;border-radius:7px;background:#0a5b45;color:#fff;font-size:8px;font-weight:900}
.s8lf-article-related__arrow{color:#0bb46c;font-size:16px;text-align:right}

.s8lf-article-cta{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  margin-top:10px;
}
.s8lf-article-cta__button{
  display:flex;
  align-items:center;
  gap:9px;
  min-height:46px;
  padding:7px 10px;
  border-radius:13px;
  color:#fff!important;
  text-decoration:none!important;
  box-shadow:0 8px 18px rgba(20,73,114,.1);
}
.s8lf-article-cta__button.is-blue{background:linear-gradient(135deg,#3ba8ff,#1e61df)}
.s8lf-article-cta__button.is-orange{background:linear-gradient(135deg,#ffb331,#ff7016)}
.s8lf-article-cta__icon{
  flex:0 0 31px;
  width:31px;height:31px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:10px;
  border:1px solid rgba(255,255,255,.34);
  background:rgba(255,255,255,.12);
  font-size:14px;
}
.s8lf-article-cta__button>span:last-child{display:flex;flex-direction:column;gap:1px;min-width:0}
.s8lf-article-cta small{font-size:7px;font-weight:800;letter-spacing:.045em;opacity:.82}
.s8lf-article-cta strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:900}

@media (max-width:720px){
  .s8lf-article-sports{margin:18px 0;border-radius:16px}
  .s8lf-article-sports__summary{min-height:68px}
  .s8lf-article-sports__toggle{grid-template-columns:30px minmax(0,1fr) auto;min-height:68px;gap:9px;padding:9px 40px 9px 11px}
  .s8lf-article-sports__pulse{width:28px;height:28px;border-radius:9px}
  .s8lf-article-sports__pulse i{width:8px;height:8px}
  .s8lf-article-sports__summary-copy small{font-size:7px}
  .s8lf-article-sports__summary-copy strong{font-size:11px}
  .s8lf-article-sports__summary-copy strong em{min-width:34px;min-height:22px;margin:0 3px;padding:0 5px;font-size:9px}
  .s8lf-article-sports__summary-copy>span{font-size:8px}
  .s8lf-article-sports__summary-action b{display:none}
  .s8lf-article-sports__summary-action i{width:25px;height:25px;border-radius:8px}
  .s8lf-article-sports__dismiss{right:6px;width:27px;height:27px;font-size:18px}
  .s8lf-article-sports__drawer-inner{padding:10px}
  .s8lf-article-sports__topbar{align-items:center;margin-bottom:8px}
  .s8lf-article-sports__topbar h3{font-size:14px!important}
  .s8lf-article-sports__status{min-height:25px;padding:0 8px;font-size:7px}
  .s8lf-article-match-card{padding:10px;border-radius:13px}
  .s8lf-article-match-card__meta{flex-wrap:wrap;margin-bottom:8px;font-size:8px}
  .s8lf-article-match-card__meta b{margin-left:0;min-height:22px;font-size:9px}
  .s8lf-article-match-card__teams{grid-template-columns:minmax(0,1fr) 58px minmax(0,1fr);gap:6px}
  .s8lf-article-team{flex-direction:column;gap:5px;text-align:center}
  .s8lf-article-team.is-right{flex-direction:column;text-align:center}
  .s8lf-article-team strong{font-size:9px;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
  .s8lf-article-team__logo{width:34px;height:34px;flex-basis:34px;border-radius:10px}
  .s8lf-article-team__logo img{width:28px;height:28px}
  .s8lf-article-score b{min-width:52px;min-height:34px;padding:0 6px;border-radius:10px;font-size:14px}
  .s8lf-article-stats{justify-content:center;gap:4px;margin-top:8px;padding-top:8px}
  .s8lf-article-stats>span{min-height:24px;padding:0 6px}
  .s8lf-article-sports__footerline{align-items:stretch;flex-direction:column;gap:7px;padding:8px}
  .s8lf-article-sports__brandnote span{white-space:normal}
  .s8lf-article-sports__watch{width:100%;min-height:34px}
  .s8lf-article-related{padding:9px}
  .s8lf-article-related__list{grid-template-columns:1fr}
  .s8lf-article-cta{grid-template-columns:1fr}
}

@media (prefers-reduced-motion:reduce){
  .s8lf-article-sports,
  .s8lf-article-sports__drawer,
  .s8lf-article-sports__summary-action i{transition:none!important;animation:none!important}
}
