/* Kisure v551 — saved match score strip on linked news cards. */
.news-card-match-strip{
    position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;column-gap:.65rem;row-gap:.34rem;
    min-width:0;padding:.52rem .72rem .62rem;border-bottom:1px solid color-mix(in srgb,var(--primary) 18%,var(--border-color,#d9e2ea));
    background:color-mix(in srgb,var(--surface,#fff) 94%,var(--primary) 6%);color:var(--text,#111827);text-decoration:none;
}
.news-card-match-strip::before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:var(--primary,#0ea5a4)}
.news-card-match-strip.is-live::before{background:var(--danger,#dc2626)}
.news-card-match-strip.is-upcoming::before{background:var(--accent,#f59e0b)}
.news-card-match-strip.is-finished::before{background:var(--success,#16a34a)}
.news-card-match-strip__meta{grid-column:1;grid-row:1;color:var(--text-soft,#64748b);font-size:.68rem;font-weight:900;letter-spacing:.045em;text-transform:uppercase;white-space:nowrap}
.news-card-match-strip.is-live .news-card-match-strip__meta{color:var(--danger,#dc2626)}
.news-card-match-strip__scoreline{grid-column:1/-1;grid-row:2;display:grid;grid-template-columns:34px minmax(20px,auto) minmax(20px,auto) 34px;align-items:center;justify-content:center;gap:.48rem;min-width:0}
.news-card-match-strip__crest{width:34px;height:34px;display:grid;place-items:center;overflow:hidden;border-radius:9px;background:color-mix(in srgb,var(--surface,#fff) 80%,var(--primary) 8%);border:1px solid color-mix(in srgb,var(--primary) 14%,transparent)}
.news-card-match-strip__crest img{display:block;width:28px;height:28px;object-fit:contain}
.news-card-match-strip__crest i{color:var(--text-soft,#64748b);font-size:1rem}
.news-card-match-strip__score{min-width:20px;text-align:center;color:var(--text,#111827);font-family:"Space Grotesk",sans-serif;font-size:1.22rem;line-height:1;font-weight:800;font-variant-numeric:tabular-nums}
.news-card-match-strip__detail{grid-column:2;grid-row:1;max-width:140px;overflow:hidden;text-overflow:ellipsis;color:var(--text-soft,#64748b);font-size:.67rem;font-weight:800;white-space:nowrap;text-align:right}
.news-card-match-strip:hover{background:color-mix(in srgb,var(--surface,#fff) 88%,var(--primary) 12%);color:var(--text,#111827)}
html[data-theme="dark"] .news-card-match-strip{background:color-mix(in srgb,var(--surface,#0f172a) 92%,var(--primary) 8%)}
@media(max-width:640px){
    .news-card-match-strip{grid-template-columns:minmax(0,1fr) auto;column-gap:.4rem;row-gap:.28rem;padding:.46rem .58rem .54rem}
    .news-card-match-strip__meta{font-size:.62rem}
    .news-card-match-strip__detail{display:none}
    .news-card-match-strip__scoreline{grid-template-columns:30px minmax(18px,auto) minmax(18px,auto) 30px;gap:.34rem}
    .news-card-match-strip__crest{width:30px;height:30px;border-radius:8px}
    .news-card-match-strip__crest img{width:25px;height:25px}
    .news-card-match-strip__score{font-size:1.08rem}
}
