/* Route-scoped stylesheet extracted in 3.6.54 for faster first paint. */
/* --------------------------------------------------------------------------
   3.6.24 — Premium individual match-centre redesign.
   Scope: /football/matches/{fixture}/ only. Routes, data contracts and other
   football pages retain their existing presentation.
   -------------------------------------------------------------------------- */
.smt-route-kind-match{
  --smt-centre-green:var(--smt-primary);
  --smt-centre-navy:#08172b;
  --smt-centre-blue:#415a7b;
  --smt-centre-card:var(--smt-surface);
  --smt-centre-soft:color-mix(in srgb,var(--smt-surface-soft) 92%,var(--smt-primary) 2%);
  --smt-centre-line:var(--smt-border)
}
.smt-route-kind-match .smt-breadcrumbs{margin-bottom:18px}
.smt-match-centre-hero{
  position:relative;
  overflow:hidden;
  margin-bottom:14px;
  background:var(--smt-centre-card);
  border:1px solid var(--smt-centre-line);
  border-top:4px solid var(--smt-centre-green);
  border-radius:18px;
  box-shadow:var(--smt-shadow-sm)
}
.smt-match-centre-competition{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  min-height:76px;
  padding:15px 28px;
  border-bottom:1px solid var(--smt-centre-line)
}
.smt-match-centre-competition-copy{display:flex;align-items:center;gap:15px;min-width:0}
.smt-match-centre-competition-logo{
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  flex:0 0 48px;
  color:var(--smt-centre-green)
}
.smt-match-centre-competition-logo img{width:100%;height:100%;object-fit:contain}
.smt-match-centre-competition-logo .smt-icon{width:31px;height:31px}
.smt-match-centre-competition-copy strong{
  display:block;
  color:var(--smt-centre-green);
  font-family:var(--smt-font-display);
  font-size:14px;
  font-weight:900;
  letter-spacing:.06em;
  line-height:1.25
}
.smt-match-centre-competition-copy p{margin:4px 0 0;color:var(--smt-text);font-size:13px;font-weight:700}
.smt-match-centre-actions{display:flex;align-items:center;gap:10px}
.smt-match-centre-action{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:42px;
  padding:9px 15px;
  border:1px solid var(--smt-centre-line);
  border-radius:10px;
  background:var(--smt-surface);
  color:var(--smt-centre-blue);
  font-weight:800;
  cursor:pointer;
  transition:border-color var(--smt-transition),color var(--smt-transition),background var(--smt-transition),transform var(--smt-transition)
}
.smt-match-centre-action:hover,.smt-match-centre-action:focus-visible{transform:translateY(-1px);border-color:var(--smt-centre-green);color:var(--smt-centre-green)}
.smt-match-centre-action.is-active{background:color-mix(in srgb,var(--smt-centre-green) 10%,var(--smt-surface));border-color:var(--smt-centre-green);color:var(--smt-centre-green)}
.smt-match-centre-action .smt-icon{width:18px;height:18px}
.smt-match-centre-scoreboard{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(180px,280px) minmax(0,1fr);
  align-items:center;
  gap:34px;
  min-height:190px;
  padding:22px 68px 17px
}
.smt-match-centre-team{display:flex;align-items:center;gap:28px;min-width:0}
.smt-match-centre-team.is-away{justify-content:flex-end;text-align:right}
.smt-match-centre-team-logo{
  position:relative;
  display:grid;
  place-items:center;
  width:112px;
  height:112px;
  flex:0 0 112px;
  overflow:hidden;
  border-radius:22px;
  background:linear-gradient(145deg,var(--smt-surface),var(--smt-centre-soft));
  border:1px solid color-mix(in srgb,var(--smt-centre-line) 78%,transparent);
  box-shadow:0 12px 30px rgba(7,20,38,.07)
}
.smt-match-centre-team-logo img{position:relative;z-index:2;width:88%;height:88%;object-fit:contain}
.smt-match-centre-logo-fallback{font-family:var(--smt-font-display);font-size:24px;font-weight:900;color:var(--smt-centre-green)}
.smt-match-centre-team-logo.has-logo .smt-match-centre-logo-fallback{display:none}
.smt-match-centre-team-copy{min-width:0}
.smt-match-centre-team-copy h1,.smt-match-centre-team-copy h2{
  margin:0;
  color:var(--smt-text);
  font-family:var(--smt-font-display);
  font-size:clamp(27px,2.2vw,38px);
  font-weight:850;
  line-height:1.05;
  letter-spacing:-.04em
}
.smt-match-centre-team-copy small{display:block;margin-top:7px;color:var(--smt-muted);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.smt-match-centre-scorers{list-style:none;margin:14px 0 0;padding:0;display:grid;gap:5px}
.smt-match-centre-scorers li{display:flex;align-items:center;gap:7px;font-size:12px;color:var(--smt-muted)}
.smt-match-centre-team.is-away .smt-match-centre-scorers li{justify-content:flex-end}
.smt-match-centre-scorers li>span{color:var(--smt-centre-green);font-size:12px}
.smt-match-centre-scorers strong{color:var(--smt-text);font-size:12px;font-weight:700}
.smt-match-centre-scorers time{font-weight:800}
.smt-match-centre-score{text-align:center;min-width:0}
.smt-match-centre-status{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:27px;
  padding:4px 15px;
  border:1px solid currentColor;
  border-radius:999px;
  color:var(--smt-centre-green);
  font-family:var(--smt-font-display);
  font-size:12px;
  font-weight:900;
  letter-spacing:.035em;
  line-height:1
}
.smt-match-centre-status.is-live{color:var(--smt-live)}
.smt-match-centre-status.is-warning{color:var(--smt-warning)}
.smt-match-centre-scoreline{display:flex;align-items:center;justify-content:center;gap:26px;margin:7px 0 2px;font-family:var(--smt-font-display);font-variant-numeric:tabular-nums}
.smt-match-centre-scoreline strong{font-size:clamp(45px,5.25vw,70px);font-weight:750;line-height:1;color:var(--smt-centre-navy);letter-spacing:-.035em}
.smt-match-centre-scoreline span{font-size:42px;line-height:1;color:var(--smt-centre-navy)}
.smt-match-centre-score>p{margin:6px 0 0;color:var(--smt-muted);font-size:13px;font-weight:700}
.smt-match-centre-footer{padding:0 68px 14px}
.smt-match-centre-facts{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:0;
  padding:12px 0;
  border-top:1px solid var(--smt-centre-line)
}
.smt-match-centre-facts>div{display:flex;align-items:center;justify-content:center;gap:11px;min-width:195px;padding:0 30px;border-right:1px solid var(--smt-centre-line)}
.smt-match-centre-facts>div:last-child{border-right:0}
.smt-match-centre-facts .smt-icon{width:22px;height:22px;color:#667b99}
.smt-match-centre-facts span{display:grid;gap:1px}
.smt-match-centre-facts strong{font-size:13px;line-height:1.2;color:var(--smt-text)}
.smt-match-centre-facts small{font-size:9px;font-weight:850;text-transform:uppercase;letter-spacing:.06em;color:var(--smt-muted)}
.smt-match-centre-progress{max-width:650px;margin:0 auto}
.smt-match-centre-progress-track{position:relative;height:4px;margin:3px 8px 0;border-radius:999px;background:#a8b5c6}
.smt-match-centre-progress-track>span{position:absolute;inset:0 auto 0 0;width:var(--smt-centre-progress);border-radius:inherit;background:var(--smt-centre-green)}
.smt-match-centre-progress-track>i{position:absolute;top:50%;width:11px;height:11px;border:2px solid var(--smt-surface);border-radius:50%;background:#9eacbd;box-shadow:0 0 0 1px #9eacbd;transform:translate(-50%,-50%)}
.smt-match-centre-progress-track>i.is-ko{left:0;background:var(--smt-centre-green);box-shadow:0 0 0 1px var(--smt-centre-green)}
.smt-match-centre-progress-track>i.is-ht{left:50%}
.smt-match-centre-progress-track>i.is-ft{left:100%}
.smt-match-centre-progress-track>i.is-complete{background:var(--smt-centre-green);box-shadow:0 0 0 1px var(--smt-centre-green)}
.smt-match-centre-progress-labels{display:flex;justify-content:space-between;margin-top:7px;color:var(--smt-muted);font-size:10px;font-weight:900}
.smt-route-kind-match .smt-match-centre-tabs{
  position:sticky;
  top:76px;
  z-index:21;
  display:flex;
  gap:20px;
  margin:0 0 12px;
  padding:0 20px;
  overflow-x:auto;
  background:color-mix(in srgb,var(--smt-surface) 94%,transparent);
  backdrop-filter:blur(14px);
  border:1px solid var(--smt-centre-line);
  border-radius:12px;
  box-shadow:var(--smt-shadow-sm)
}
.smt-route-kind-match .smt-match-centre-tabs a{
  position:relative;
  padding:13px 13px 12px;
  border-radius:0;
  background:transparent!important;
  color:var(--smt-muted);
  font-size:13px;
  font-weight:800
}
.smt-route-kind-match .smt-match-centre-tabs a::after{content:"";position:absolute;left:8px;right:8px;bottom:0;height:2px;border-radius:999px;background:transparent}
.smt-route-kind-match .smt-match-centre-tabs a:hover,.smt-route-kind-match .smt-match-centre-tabs a:focus-visible,.smt-route-kind-match .smt-match-centre-tabs a[aria-current="page"]{color:var(--smt-centre-green)}
.smt-route-kind-match .smt-match-centre-tabs a[aria-current="page"]::after{background:var(--smt-centre-green)}
.smt-match-centre-layout{display:block}
.smt-match-centre-layout .smt-route-primary{width:100%}
.smt-route-kind-match .smt-match-centre-panel{padding:0;border:0;background:transparent;box-shadow:none}
.smt-route-kind-match .smt-match-centre-panel:focus{outline:0}
.smt-match-centre-overview-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(310px,1fr);gap:14px;align-items:start}
.smt-match-centre-overview-main,.smt-match-centre-overview-side{display:grid;gap:12px}
.smt-match-centre-card,.smt-match-centre-module-card{
  background:var(--smt-centre-card);
  border:1px solid var(--smt-centre-line);
  border-radius:13px;
  box-shadow:0 5px 16px rgba(7,20,38,.035)
}
.smt-match-centre-card{padding:15px 19px}
.smt-match-centre-card>header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}
.smt-match-centre-card h2,.smt-match-centre-module-heading h2{margin:0;color:var(--smt-text);font-size:18px;line-height:1.2;letter-spacing:-.02em}
.smt-match-centre-card header p{margin:4px 0 0;color:var(--smt-muted);font-size:12px;line-height:1.45}
.smt-match-centre-complete{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:5px 10px;
  border-radius:999px;
  background:color-mix(in srgb,var(--smt-centre-green) 10%,var(--smt-surface));
  color:var(--smt-primary-hover);
  font-size:10px;
  font-weight:900;
  white-space:nowrap
}
.smt-match-centre-complete.is-live{background:color-mix(in srgb,var(--smt-live) 10%,var(--smt-surface));color:var(--smt-live)}
.smt-match-centre-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:12px}
.smt-match-centre-summary-grid>div{display:grid;place-items:center;min-height:61px;padding:9px;border:1px solid var(--smt-centre-line);border-radius:9px;background:var(--smt-centre-soft);text-align:center}
.smt-match-centre-summary-grid small{font-size:10px;color:var(--smt-muted)}
.smt-match-centre-summary-grid strong{margin-top:3px;font-family:var(--smt-font-display);font-size:19px;line-height:1.1;color:var(--smt-text)}
.smt-match-centre-form{padding-block:13px}
.smt-match-centre-form>h2{margin-bottom:5px}
.smt-match-centre-form-row{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:35px;padding:5px 0;border-top:1px solid var(--smt-centre-line)}
.smt-match-centre-form-row:first-of-type{border-top:0}
.smt-match-centre-form-team{display:flex;align-items:center;gap:9px;min-width:0}
.smt-match-centre-form-team img,.smt-match-centre-form-team i{width:22px;height:22px;object-fit:contain}
.smt-match-centre-form-team i{display:grid;place-items:center;border-radius:50%;background:var(--smt-centre-soft);font-size:7px;font-style:normal;font-weight:900;color:var(--smt-centre-green)}
.smt-match-centre-form-team strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}
.smt-match-centre-form-badges{display:grid;grid-template-columns:repeat(5,52px);gap:19px}
.smt-match-centre-form-badges b{display:grid;place-items:center;height:24px;border-radius:6px;background:#edf1f5;color:#64758a;font-size:10px}
.smt-match-centre-form-badges b.is-win{background:#e4f8ec;color:#169b5c}
.smt-match-centre-form-badges b.is-loss{background:#ffe9e9;color:#e04d4d}
.smt-match-centre-form-badges b.is-draw{background:#edf1f5;color:#51647e}
.smt-match-centre-h2h-numbers{display:grid;grid-template-columns:repeat(3,1fr);align-items:end;margin-top:9px;text-align:center}
.smt-match-centre-h2h-numbers>div{display:grid;gap:1px}
.smt-match-centre-h2h-numbers strong{font-family:var(--smt-font-display);font-size:26px;line-height:1;color:var(--smt-centre-green)}
.smt-match-centre-h2h-numbers>div:nth-child(2) strong{color:var(--smt-centre-navy)}
.smt-match-centre-h2h-numbers>div:last-child strong{color:#152f59}
.smt-match-centre-h2h-numbers small{font-size:9px;font-weight:800;text-transform:uppercase;color:var(--smt-muted)}
.smt-match-centre-h2h-bar{display:grid;grid-template-columns:var(--home) var(--draw) var(--away);gap:3px;height:5px;margin:12px 0 0}
.smt-match-centre-h2h-bar i{border-radius:999px;background:var(--smt-centre-green)}
.smt-match-centre-h2h-bar i:nth-child(2){background:#94a2b4}
.smt-match-centre-h2h-bar i:nth-child(3){background:#142d57}
.smt-match-centre-recent-events header a,.smt-match-centre-view-link{color:var(--smt-primary-hover);font-size:11px;font-weight:850}
.smt-match-centre-events{list-style:none;margin:8px 0 0;padding:0}
.smt-match-centre-events li{display:grid;grid-template-columns:35px 24px minmax(0,1fr) auto;align-items:center;gap:8px;min-height:43px;border-bottom:1px solid var(--smt-centre-line)}
.smt-match-centre-events li:last-child{border-bottom:0}
.smt-match-centre-events time{color:#667b99;font-size:11px;font-weight:800}
.smt-match-centre-event-icon{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:var(--smt-centre-soft);color:var(--smt-centre-green);font-size:11px}
.smt-match-centre-event-icon.is-yellow-card{border-radius:4px;background:#fff4b8;color:#d2a500}
.smt-match-centre-event-icon.is-red-card{border-radius:4px;background:#ffe2e2;color:#d73e3e}
.smt-match-centre-event-copy{min-width:0}
.smt-match-centre-event-copy strong,.smt-match-centre-event-copy small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.smt-match-centre-event-copy strong{font-size:11px;color:var(--smt-text)}
.smt-match-centre-event-copy small{font-size:10px;color:var(--smt-muted)}
.smt-match-centre-events li>b{padding:4px 9px;border-radius:6px;background:color-mix(in srgb,var(--smt-centre-green) 10%,var(--smt-surface));color:var(--smt-primary-hover);font-size:11px}
.smt-match-centre-empty{display:grid;place-items:center;min-height:150px;padding:20px;text-align:center;color:var(--smt-muted)}
.smt-match-centre-empty span{font-size:27px}
.smt-match-centre-empty p{max-width:260px;margin:8px 0 0;font-size:12px;line-height:1.55}
.smt-match-centre-lineup-preview>header>span{padding:4px 8px;border-radius:999px;background:color-mix(in srgb,var(--smt-centre-green) 10%,var(--smt-surface));color:var(--smt-primary-hover);font-size:9px;font-weight:900}
.smt-match-centre-lineup-head{display:flex;justify-content:space-between;gap:18px;margin:10px 0 6px}
.smt-match-centre-lineup-head>span{display:grid;gap:1px}
.smt-match-centre-lineup-head>span:last-child{text-align:right}
.smt-match-centre-lineup-head strong{font-size:11px}
.smt-match-centre-lineup-head small{color:var(--smt-muted);font-size:9px}
.smt-match-centre-pitch{position:relative;overflow:hidden;height:132px;border:1px solid #a9dfbd;border-radius:5px;background:linear-gradient(90deg,#effcf3 0 50%,#e6f8ed 50%)}
.smt-match-centre-pitch-markings{position:absolute;inset:0;background:linear-gradient(90deg,transparent calc(50% - .5px),#acdcbc calc(50% - .5px),#acdcbc calc(50% + .5px),transparent calc(50% + .5px))}
.smt-match-centre-pitch-markings::before{content:"";position:absolute;left:50%;top:50%;width:28px;height:28px;border:1px solid #acdcbc;border-radius:50%;transform:translate(-50%,-50%)}
.smt-match-centre-pitch-markings::after{content:"";position:absolute;inset:28px 0;border-top:1px solid rgba(172,220,188,.2);border-bottom:1px solid rgba(172,220,188,.2)}
.smt-match-centre-pitch>i{position:absolute;left:var(--x);top:var(--y);width:9px;height:9px;border:1px solid rgba(255,255,255,.75);border-radius:50%;background:#142d62;box-shadow:0 1px 3px rgba(0,0,0,.2);transform:translate(-50%,-50%)}
.smt-match-centre-pitch>i.is-away{background:#13a860}
.smt-match-centre-pitch>p{position:absolute;left:50%;top:50%;width:80%;margin:0;color:#4e7d60;font-size:10px;text-align:center;transform:translate(-50%,-50%)}
.smt-match-centre-view-link{display:inline-block;margin-top:9px}
.smt-match-centre-module-card{overflow:hidden}
.smt-match-centre-module-heading{padding:20px 22px;border-bottom:1px solid var(--smt-centre-line)}
.smt-match-centre-module-heading .smt-eyebrow{display:block;margin-bottom:4px}
.smt-match-centre-module-heading p{margin:5px 0 0;color:var(--smt-muted);font-size:12px}
.smt-match-centre-module-body{padding:20px 22px}
.smt-match-centre-module-body .smt-event-timeline li{border-left-color:var(--smt-centre-green)}
html[data-theme="dark"] .smt-route-kind-match{
  --smt-centre-navy:#f4f8fc;
  --smt-centre-blue:#a9bbd1;
  --smt-centre-card:#0b1728;
  --smt-centre-soft:#101f34;
  --smt-centre-line:#203650
}
html[data-theme="dark"] .smt-match-centre-hero{background:linear-gradient(145deg,#0b1728,#0c1b30)}
html[data-theme="dark"] .smt-match-centre-action{background:#0d1b2e;color:#b5c5d9}
html[data-theme="dark"] .smt-match-centre-team-logo{background:linear-gradient(145deg,#17263b,#0d1a2c);box-shadow:0 12px 32px rgba(0,0,0,.2)}
html[data-theme="dark"] .smt-match-centre-scoreline strong,html[data-theme="dark"] .smt-match-centre-scoreline span{color:#f5f9fd}
html[data-theme="dark"] .smt-match-centre-h2h-numbers>div:nth-child(2) strong{color:#c9d4e2}
html[data-theme="dark"] .smt-match-centre-h2h-numbers>div:last-child strong{color:#8fafdf}
html[data-theme="dark"] .smt-match-centre-h2h-bar i:nth-child(3){background:#5e82ba}
html[data-theme="dark"] .smt-match-centre-pitch{border-color:#286849;background:linear-gradient(90deg,#102e23 0 50%,#0d281e 50%)}
html[data-theme="dark"] .smt-match-centre-pitch-markings{background:linear-gradient(90deg,transparent calc(50% - .5px),#2e7454 calc(50% - .5px),#2e7454 calc(50% + .5px),transparent calc(50% + .5px))}
html[data-theme="dark"] .smt-match-centre-pitch-markings::before{border-color:#2e7454}
html[data-theme="dark"] .smt-match-centre-pitch>p{color:#79ad8e}
@media(max-width:1180px){
  .smt-match-centre-scoreboard{padding-inline:35px;gap:22px}
  .smt-match-centre-footer{padding-inline:35px}
  .smt-match-centre-team{gap:18px}
  .smt-match-centre-team-logo{width:94px;height:94px;flex-basis:94px}
  .smt-match-centre-overview-grid{grid-template-columns:minmax(0,1.65fr) minmax(290px,1fr)}
  .smt-match-centre-form-badges{grid-template-columns:repeat(5,42px);gap:10px}
}
@media(max-width:900px){
  .smt-match-centre-scoreboard{grid-template-columns:1fr minmax(150px,190px) 1fr;padding-inline:22px}
  .smt-match-centre-team{display:grid;justify-items:center;gap:10px;text-align:center}
  .smt-match-centre-team.is-away{justify-content:initial;text-align:center}
  .smt-match-centre-team.is-away .smt-match-centre-team-logo{order:-1}
  .smt-match-centre-team-logo{width:82px;height:82px;flex-basis:82px}
  .smt-match-centre-team-copy h1,.smt-match-centre-team-copy h2{font-size:23px}
  .smt-match-centre-scorers{display:none}
  .smt-match-centre-footer{padding-inline:22px}
  .smt-match-centre-overview-grid{grid-template-columns:1fr}
  .smt-match-centre-overview-side{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:700px){
  .smt-route-kind-match .smt-container{width:min(calc(100% - 20px),var(--smt-site-max-width))}
  .smt-match-centre-competition{padding:12px 14px;min-height:66px}
  .smt-match-centre-competition-logo{width:40px;height:40px;flex-basis:40px}
  .smt-match-centre-competition-copy strong{font-size:11px}
  .smt-match-centre-competition-copy p{font-size:10px}
  .smt-match-centre-action{width:40px;height:40px;min-height:40px;padding:0}
  .smt-match-centre-action span{display:none}
  .smt-match-centre-scoreboard{grid-template-columns:1fr;gap:15px;padding:18px 15px}
  .smt-match-centre-team{grid-template-columns:68px minmax(0,1fr);justify-items:start;width:100%;text-align:left}
  .smt-match-centre-team.is-away{grid-template-columns:minmax(0,1fr) 68px;text-align:right}
  .smt-match-centre-team.is-away .smt-match-centre-team-logo{order:2}
  .smt-match-centre-team.is-away .smt-match-centre-team-copy{justify-self:end}
  .smt-match-centre-team-logo{width:68px;height:68px;flex-basis:68px;border-radius:16px}
  .smt-match-centre-team-copy h1,.smt-match-centre-team-copy h2{font-size:22px}
  .smt-match-centre-score{order:3;padding:4px 0 0}
  .smt-match-centre-scoreline{gap:20px}
  .smt-match-centre-scoreline strong{font-size:48px}
  .smt-match-centre-scoreline span{font-size:32px}
  .smt-match-centre-footer{padding:0 14px 13px}
  .smt-match-centre-facts{display:grid;grid-template-columns:repeat(3,1fr);padding:9px 0}
  .smt-match-centre-facts>div{display:grid;justify-items:center;min-width:0;padding:5px 6px;text-align:center}
  .smt-match-centre-facts .smt-icon{width:18px;height:18px}
  .smt-match-centre-facts strong{font-size:10px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .smt-match-centre-facts small{font-size:7px}
  .smt-route-kind-match .smt-match-centre-tabs{top:62px;gap:5px;padding-inline:8px}
  .smt-route-kind-match .smt-match-centre-tabs a{padding-inline:10px;font-size:12px}
  .smt-match-centre-card{padding:14px}
  .smt-match-centre-card h2,.smt-match-centre-module-heading h2{font-size:17px}
  .smt-match-centre-summary-grid{grid-template-columns:1fr}
  .smt-match-centre-form-row{display:grid;gap:8px}
  .smt-match-centre-form-badges{grid-template-columns:repeat(5,1fr);gap:7px;width:100%}
  .smt-match-centre-overview-side{grid-template-columns:1fr}
  .smt-match-centre-h2h-numbers small{font-size:8px}
  .smt-match-centre-module-heading,.smt-match-centre-module-body{padding:16px 14px}
}

/* --------------------------------------------------------------------------
   3.6.25 — Individual match-centre responsive refinement.
   Scope: /football/matches/{fixture}/ only. This narrows the desktop canvas
   slightly and improves the mobile scorecard, tabs and overview cards without
   changing match data, routes, templates or any other page type.
   -------------------------------------------------------------------------- */
@media (min-width:901px){
  .smt-route-kind-match .smt-container{
    width:min(calc(100% - 64px),1360px)
  }
}

@media (max-width:700px){
  .smt-route-kind-match .smt-container{
    width:min(calc(100% - 16px),var(--smt-site-max-width))
  }
  .smt-route-kind-match .smt-breadcrumbs{
    margin-bottom:10px;
    overflow-x:auto;
    white-space:nowrap;
    font-size:10px;
    scrollbar-width:none
  }
  .smt-route-kind-match .smt-breadcrumbs::-webkit-scrollbar{display:none}
  .smt-match-centre-hero{
    margin-bottom:10px;
    border-top-width:3px;
    border-radius:16px;
    box-shadow:0 8px 24px rgba(7,20,38,.065)
  }
  .smt-match-centre-competition{
    min-height:62px;
    padding:11px 12px;
    gap:10px
  }
  .smt-match-centre-competition-copy{gap:9px}
  .smt-match-centre-competition-logo{
    width:36px;
    height:36px;
    flex-basis:36px
  }
  .smt-match-centre-competition-logo .smt-icon{width:25px;height:25px}
  .smt-match-centre-competition-copy strong{
    font-size:10.5px;
    line-height:1.18;
    letter-spacing:.045em
  }
  .smt-match-centre-competition-copy p{
    margin-top:3px;
    font-size:9.5px;
    line-height:1.25
  }
  .smt-match-centre-actions{gap:6px}
  .smt-match-centre-action{
    width:36px;
    height:36px;
    min-height:36px;
    border-radius:9px
  }
  .smt-match-centre-action .smt-icon{width:16px;height:16px}
  .smt-match-centre-scoreboard{
    grid-template-columns:minmax(0,1fr) minmax(84px,auto) minmax(0,1fr);
    grid-template-areas:"home score away";
    align-items:start;
    gap:7px;
    min-height:0;
    padding:17px 10px 15px
  }
  .smt-match-centre-team.is-home{grid-area:home}
  .smt-match-centre-score{grid-area:score}
  .smt-match-centre-team.is-away{grid-area:away}
  .smt-match-centre-team,
  .smt-match-centre-team.is-away{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;
    gap:8px;
    width:100%;
    text-align:center
  }
  .smt-match-centre-team.is-away .smt-match-centre-team-logo{order:-1}
  .smt-match-centre-team.is-away .smt-match-centre-team-copy{justify-self:auto}
  .smt-match-centre-team-logo{
    width:66px;
    height:66px;
    flex-basis:66px;
    border-radius:18px;
    box-shadow:0 8px 22px rgba(7,20,38,.07)
  }
  .smt-match-centre-team-logo img{width:86%;height:86%}
  .smt-match-centre-logo-fallback{font-size:18px}
  .smt-match-centre-team-copy{width:100%}
  .smt-match-centre-team-copy h1,
  .smt-match-centre-team-copy h2{
    display:-webkit-box;
    overflow:hidden;
    max-width:100%;
    min-height:35px;
    font-size:16px;
    line-height:1.08;
    letter-spacing:-.025em;
    text-align:center;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2
  }
  .smt-match-centre-team-copy small{
    margin-top:4px;
    font-size:8.5px;
    letter-spacing:.06em
  }
  .smt-match-centre-score{
    align-self:center;
    padding:2px 0 0
  }
  .smt-match-centre-status{
    min-height:23px;
    padding:4px 9px;
    font-size:9.5px;
    letter-spacing:.025em
  }
  .smt-match-centre-scoreline{
    gap:8px;
    margin:8px 0 1px
  }
  .smt-match-centre-scoreline strong{font-size:34px}
  .smt-match-centre-scoreline span{font-size:23px}
  .smt-match-centre-score>p{
    margin-top:5px;
    font-size:9.5px;
    line-height:1.25
  }
  .smt-match-centre-footer{padding:0 10px 12px}
  .smt-match-centre-facts{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:6px;
    padding:10px 0 9px
  }
  .smt-match-centre-facts>div{
    min-height:62px;
    padding:8px 4px;
    border:1px solid var(--smt-centre-line)!important;
    border-radius:10px;
    background:var(--smt-centre-soft)
  }
  .smt-match-centre-facts .smt-icon{width:17px;height:17px}
  .smt-match-centre-facts span{justify-items:center;min-width:0}
  .smt-match-centre-facts strong{
    display:-webkit-box;
    overflow:hidden;
    max-width:100%;
    min-height:22px;
    font-size:9.5px;
    line-height:1.15;
    white-space:normal;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2
  }
  .smt-match-centre-facts small{font-size:7px}
  .smt-match-centre-progress{margin-top:7px}
  .smt-match-centre-progress-track{height:3px;margin-inline:5px}
  .smt-match-centre-progress-labels{margin-top:6px;font-size:8.5px}
  .smt-route-kind-match .smt-match-centre-tabs{
    top:62px;
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:0;
    margin-bottom:10px;
    padding:0 3px;
    overflow:visible;
    border-radius:12px
  }
  .smt-route-kind-match .smt-match-centre-tabs a{
    min-width:0;
    padding:12px 2px 11px;
    overflow:hidden;
    font-size:10px;
    text-align:center;
    text-overflow:ellipsis;
    white-space:nowrap
  }
  .smt-route-kind-match .smt-match-centre-tabs a::after{left:6px;right:6px}
  .smt-match-centre-overview-grid,
  .smt-match-centre-overview-main,
  .smt-match-centre-overview-side{gap:10px}
  .smt-match-centre-card,
  .smt-match-centre-module-card{
    border-radius:14px;
    box-shadow:0 5px 15px rgba(7,20,38,.04)
  }
  .smt-match-centre-card{padding:15px}
  .smt-match-centre-card>header{gap:9px}
  .smt-match-centre-card h2,
  .smt-match-centre-module-heading h2{font-size:16px}
  .smt-match-centre-card header p{
    margin-top:3px;
    font-size:10.5px;
    line-height:1.4
  }
  .smt-match-centre-complete{
    padding:4px 8px;
    font-size:8.5px
  }
  .smt-match-centre-summary-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:6px;
    margin-top:11px
  }
  .smt-match-centre-summary-grid>div{
    min-height:58px;
    padding:7px 5px;
    border-radius:9px
  }
  .smt-match-centre-summary-grid small{font-size:8.5px}
  .smt-match-centre-summary-grid strong{
    max-width:100%;
    font-size:15px;
    overflow-wrap:anywhere
  }
  .smt-match-centre-form{padding-block:13px}
  .smt-match-centre-form-row{gap:7px;padding:7px 0}
  .smt-match-centre-form-team img,
  .smt-match-centre-form-team i{width:24px;height:24px}
  .smt-match-centre-form-team strong{font-size:11.5px}
  .smt-match-centre-form-badges{gap:6px}
  .smt-match-centre-form-badges b{height:27px;font-size:9px}
  .smt-match-centre-h2h-numbers{gap:7px;margin-top:11px}
  .smt-match-centre-h2h-numbers>div{min-width:0}
  .smt-match-centre-h2h-numbers strong{font-size:25px}
  .smt-match-centre-h2h-numbers small{
    display:-webkit-box;
    overflow:hidden;
    min-height:22px;
    font-size:8px;
    line-height:1.25;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2
  }
  .smt-match-centre-events li{
    grid-template-columns:31px 21px minmax(0,1fr) auto;
    gap:6px;
    min-height:42px
  }
  .smt-match-centre-events time{font-size:10px}
  .smt-match-centre-event-icon{width:20px;height:20px;font-size:10px}
  .smt-match-centre-event-copy strong{font-size:10.5px}
  .smt-match-centre-event-copy small{font-size:9.5px}
  .smt-match-centre-events li>b{padding:4px 7px;font-size:10px}
  .smt-match-centre-lineup-head{margin-top:9px}
  .smt-match-centre-lineup-head strong{font-size:11px}
  .smt-match-centre-pitch{height:148px;border-radius:8px}
  .smt-match-centre-view-link{margin-top:10px;font-size:10.5px}
  .smt-match-centre-module-heading,
  .smt-match-centre-module-body{padding:16px 14px}
}

@media (max-width:380px){
  .smt-route-kind-match .smt-container{width:min(calc(100% - 12px),var(--smt-site-max-width))}
  .smt-match-centre-scoreboard{
    grid-template-columns:minmax(0,1fr) 78px minmax(0,1fr);
    gap:4px;
    padding-inline:7px
  }
  .smt-match-centre-team-logo{width:58px;height:58px;flex-basis:58px;border-radius:15px}
  .smt-match-centre-team-copy h1,
  .smt-match-centre-team-copy h2{min-height:32px;font-size:14.5px}
  .smt-match-centre-scoreline strong{font-size:30px}
  .smt-match-centre-scoreline span{font-size:20px}
  .smt-route-kind-match .smt-match-centre-tabs a{font-size:9px}
  .smt-match-centre-summary-grid strong{font-size:13.5px}
}

/* --------------------------------------------------------------------------
   3.6.26 — Professional match Events, Statistics, H2H and Lineups.
   Scope: individual match-centre hash panels only. No global route, page or
   data-layer styles are changed.
   -------------------------------------------------------------------------- */
.smt-match-pro-icon{width:20px;height:20px;flex:0 0 20px}
.smt-match-pro-crest{display:grid;place-items:center;width:48px;height:48px;flex:0 0 48px;overflow:hidden;border:1px solid var(--smt-centre-line);border-radius:14px;background:var(--smt-centre-soft);color:var(--smt-centre-green);font-size:12px;font-weight:900}
.smt-match-pro-crest img{width:84%;height:84%;object-fit:contain}
.smt-match-pro-versus{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:24px;padding:19px 25px;border:1px solid var(--smt-centre-line);border-radius:15px;background:var(--smt-centre-card);box-shadow:var(--smt-shadow-sm)}
.smt-match-pro-team{display:flex;align-items:center;gap:15px;min-width:0}
.smt-match-pro-team.is-away{justify-content:flex-end;text-align:right}
.smt-match-pro-team span{display:grid;gap:3px;min-width:0}
.smt-match-pro-team strong{overflow:hidden;color:var(--smt-text);font-family:var(--smt-font-display);font-size:22px;font-weight:850;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}
.smt-match-pro-team small{color:var(--smt-muted);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.055em}
.smt-match-pro-vs{display:grid;place-items:center;width:48px;height:48px;border:1px solid var(--smt-centre-line);border-radius:50%;background:var(--smt-centre-soft);color:var(--smt-centre-blue);font-family:var(--smt-font-display);font-size:13px;font-weight:900}
.smt-match-pro-vs small{display:block;margin-top:2px;font-family:var(--smt-font-body);font-size:8px;font-weight:700;white-space:nowrap}

/* Events */
.smt-match-events-pro{display:grid;gap:13px}
.smt-match-event-filters{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;padding:0}
.smt-match-event-filters button{display:flex;align-items:center;justify-content:center;gap:9px;min-height:52px;padding:10px 13px;border:1px solid var(--smt-centre-line);border-radius:11px;background:var(--smt-centre-card);color:var(--smt-text);font:inherit;font-size:12px;font-weight:800;cursor:pointer;transition:border-color var(--smt-transition),background var(--smt-transition),color var(--smt-transition),transform var(--smt-transition)}
.smt-match-event-filters button:hover,.smt-match-event-filters button:focus-visible{border-color:var(--smt-centre-green);transform:translateY(-1px)}
.smt-match-event-filters button.is-active{border-color:color-mix(in srgb,var(--smt-centre-green) 46%,var(--smt-centre-line));background:color-mix(in srgb,var(--smt-centre-green) 9%,var(--smt-centre-card));color:var(--smt-primary-hover)}
.smt-match-event-filters button b{display:grid;place-items:center;min-width:25px;height:25px;margin-left:auto;padding:0 6px;border-radius:999px;background:var(--smt-centre-soft);color:var(--smt-muted);font-size:10px}
.smt-match-event-filters button.is-active b{background:color-mix(in srgb,var(--smt-centre-green) 14%,var(--smt-centre-card));color:var(--smt-primary-hover)}
.smt-match-event-filters .smt-match-pro-icon{width:18px;height:18px}
.smt-match-event-legend{display:flex;align-items:center;gap:24px;padding:2px 8px;color:var(--smt-muted);font-size:11px;font-weight:750}
.smt-match-event-legend span{display:flex;align-items:center;gap:7px}
.smt-match-event-legend .smt-match-pro-icon{width:17px;height:17px;color:var(--smt-centre-green)}
.smt-match-event-timeline-pro{position:relative;padding:0 4px 10px}
.smt-match-event-timeline-pro::before{content:"";position:absolute;top:18px;bottom:20px;left:50%;width:2px;background:var(--smt-centre-line);transform:translateX(-50%)}
.smt-match-event-phase{position:relative}
.smt-match-event-phase>h3{position:relative;display:flex;align-items:center;gap:15px;margin:18px 0;color:var(--smt-muted);font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.055em}
.smt-match-event-phase>h3::before,.smt-match-event-phase>h3::after{content:"";height:1px;flex:1;background:repeating-linear-gradient(90deg,var(--smt-centre-line) 0 7px,transparent 7px 12px)}
.smt-match-event-phase>h3 span{position:relative;z-index:2;padding:5px 12px;border-radius:999px;background:var(--smt-centre-card)}
.smt-match-event-phase-list{display:grid;gap:14px}
.smt-match-event-entry{position:relative;min-height:86px}
.smt-match-event-entry time{position:absolute;z-index:3;top:50%;left:50%;display:grid;place-items:center;width:47px;height:47px;border:1px solid var(--smt-centre-line);border-radius:50%;background:var(--smt-centre-card);color:var(--smt-text);font-family:var(--smt-font-display);font-size:13px;font-weight:850;transform:translate(-50%,-50%);box-shadow:0 4px 12px rgba(7,20,38,.05)}
.smt-match-event-node{position:absolute;z-index:4;top:50%;display:grid;place-items:center;width:11px;height:11px;border:2px solid var(--smt-centre-card);border-radius:50%;background:#7c8da4;transform:translateY(-50%);box-shadow:0 0 0 1px var(--smt-centre-line)}
.smt-match-event-entry.is-home .smt-match-event-node{left:calc(50% - 39px)}
.smt-match-event-entry.is-away .smt-match-event-node{left:calc(50% + 28px)}
.smt-match-event-node .smt-match-pro-icon{display:none}
.smt-match-event-card{display:grid;grid-template-columns:48px minmax(0,1fr) auto 38px;align-items:center;gap:13px;width:calc(50% - 68px);min-height:78px;padding:12px 14px;border:1px solid var(--smt-centre-line);border-radius:10px;background:var(--smt-centre-card);box-shadow:0 7px 18px rgba(7,20,38,.055)}
.smt-match-event-entry.is-home .smt-match-event-card{margin-right:auto;border-left:4px solid var(--smt-centre-green)}
.smt-match-event-entry.is-away .smt-match-event-card{margin-left:auto;border-right:4px solid var(--smt-centre-green)}
.smt-match-event-card-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:var(--smt-centre-soft);color:var(--smt-centre-green)}
.smt-match-event-entry.is-card .smt-match-event-card-icon{color:#dca900;background:#fff7cf}
.smt-match-event-entry.is-substitution .smt-match-event-card-icon{color:#1268d5;background:#eaf3ff}
.smt-match-event-entry.is-var .smt-match-event-card-icon{color:#6f56b5;background:#f2edff}
.smt-match-event-card-copy{min-width:0}
.smt-match-event-card-copy small{display:block;margin-bottom:2px;color:var(--smt-primary-hover);font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.055em}
.smt-match-event-entry.is-card .smt-match-event-card-copy small{color:#c79000}
.smt-match-event-card-copy strong{display:block;overflow:hidden;color:var(--smt-text);font-size:14px;font-weight:850;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}
.smt-match-event-card-copy p{margin:3px 0 0;color:var(--smt-muted);font-size:10.5px;line-height:1.35}
.smt-match-event-card-copy p b{color:var(--smt-text)}
.smt-match-event-card-copy p span{padding:0 4px;color:var(--smt-centre-line)}
.smt-match-event-score{min-width:52px;padding:8px 10px;border-radius:7px;background:var(--smt-centre-green);color:#fff;font-family:var(--smt-font-display);font-size:16px;text-align:center}
.smt-match-pro-crest.is-event{width:34px;height:34px;flex-basis:34px;border:0;border-radius:8px;background:transparent}

/* Statistics */
.smt-match-stats-pro{display:grid;gap:14px}
.smt-match-stats-team-head{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:20px;padding:14px 18px;border:1px solid var(--smt-centre-line);border-radius:13px;background:var(--smt-centre-card)}
.smt-match-stats-team-head>div{display:flex;align-items:center;gap:11px;min-width:0}
.smt-match-stats-team-head>div:last-child{justify-content:flex-end;text-align:right}
.smt-match-stats-team-head strong{overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}
.smt-match-stats-team-head>span{color:var(--smt-muted);font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.06em}
.smt-match-stats-team-head .smt-match-pro-crest{width:38px;height:38px;flex-basis:38px;border-radius:10px}
.smt-match-stat-highlights{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.smt-match-stat-highlights>article{padding:15px 16px;border:1px solid var(--smt-centre-line);border-radius:13px;background:var(--smt-centre-card);box-shadow:0 5px 15px rgba(7,20,38,.035)}
.smt-match-stat-highlights header{display:flex;align-items:center;justify-content:center;gap:8px;color:var(--smt-centre-blue);font-size:11px;font-weight:800}
.smt-match-stat-highlights header .smt-match-pro-icon{width:17px;height:17px}
.smt-match-stat-highlight-values{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;margin:16px 0 12px;text-align:center}
.smt-match-stat-highlight-values strong{font-family:var(--smt-font-display);font-size:31px;line-height:1;color:var(--smt-centre-navy)}
.smt-match-stat-highlight-values strong:last-child{color:var(--smt-primary-hover)}
.smt-match-stat-highlight-values>span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--smt-centre-soft);color:var(--smt-centre-blue)}
.smt-match-stat-highlight-values>i{width:58px;height:58px;border-radius:50%;background:conic-gradient(var(--smt-centre-navy) 0 var(--home-possession),var(--smt-centre-green) var(--home-possession) 100%);position:relative}
.smt-match-stat-highlight-values>i::after{content:"";position:absolute;inset:11px;border-radius:50%;background:var(--smt-centre-card)}
.smt-match-stat-highlight-bar{display:grid;grid-template-columns:var(--home-stat) var(--away-stat);gap:2px;height:6px;border-radius:999px;overflow:hidden;background:var(--smt-centre-soft)}
.smt-match-stat-highlight-bar i:first-child{background:var(--smt-centre-navy)}
.smt-match-stat-highlight-bar i:last-child{background:var(--smt-centre-green)}
.smt-match-stat-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.smt-match-stat-groups>section,.smt-match-stat-passing{padding:16px 19px;border:1px solid var(--smt-centre-line);border-radius:13px;background:var(--smt-centre-card)}
.smt-match-stat-groups h3,.smt-match-stat-passing h3{display:flex;align-items:center;gap:9px;margin:0 0 9px;color:var(--smt-text);font-size:15px}
.smt-match-stat-groups h3 .smt-match-pro-icon,.smt-match-stat-passing h3 .smt-match-pro-icon{width:19px;height:19px;color:var(--smt-centre-blue)}
.smt-match-stat-row{display:grid;grid-template-columns:42px minmax(0,1fr) 42px;align-items:end;gap:10px;padding:7px 0}
.smt-match-stat-row>b{color:var(--smt-centre-navy);font-family:var(--smt-font-display);font-size:15px;text-align:left}
.smt-match-stat-row>b:last-child{color:var(--smt-primary-hover);text-align:right}
.smt-match-stat-row>div{display:grid;gap:5px;min-width:0}
.smt-match-stat-row span{color:var(--smt-centre-blue);font-size:10.5px;text-align:center}
.smt-match-stat-row i{display:grid;grid-template-columns:var(--home-stat) var(--away-stat);gap:2px;height:5px;border-radius:999px;overflow:hidden;background:var(--smt-centre-soft)}
.smt-match-stat-row i em:first-child{background:var(--smt-centre-navy)}
.smt-match-stat-row i em:last-child{background:var(--smt-centre-green)}
.smt-match-stat-passing>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0}
.smt-match-stat-passing .smt-match-stat-row{grid-template-columns:34px minmax(0,1fr) 34px;padding:5px 18px;border-left:1px solid var(--smt-centre-line)}
.smt-match-stat-passing .smt-match-stat-row:first-child{border-left:0}
.smt-match-stat-source{margin:0;color:var(--smt-muted);font-size:10px;text-align:center}
.smt-match-player-performance{margin-top:14px;padding:18px;border:1px solid var(--smt-centre-line);border-radius:13px;background:var(--smt-centre-card)}
.smt-match-player-performance>h2{margin:0 0 13px;font-size:17px}

/* Lineups */
.smt-match-lineups-pro{padding:23px;border:1px solid var(--smt-centre-line);border-radius:15px;background:var(--smt-centre-card);box-shadow:var(--smt-shadow-sm)}
.smt-match-lineups-title{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:15px}
.smt-match-lineups-title h2{margin:0;color:var(--smt-text);font-size:28px;line-height:1.1}
.smt-match-lineups-title h2 span{display:inline-flex;align-items:center;margin-left:8px;color:var(--smt-primary-hover);font-size:11px;vertical-align:middle}
.smt-match-lineups-title p{margin:6px 0 0;color:var(--smt-muted);font-size:12px}
.smt-match-lineup-view-switch{display:flex;gap:8px}
.smt-match-lineup-view-switch button{display:flex;align-items:center;gap:7px;min-height:42px;padding:9px 16px;border:1px solid var(--smt-centre-line);border-radius:9px;background:var(--smt-centre-card);color:var(--smt-centre-blue);font:inherit;font-size:11px;font-weight:850;cursor:pointer}
.smt-match-lineup-view-switch button.is-active{border-color:var(--smt-centre-green);background:var(--smt-centre-green);color:#fff}
.smt-match-lineup-view-switch .smt-match-pro-icon{width:17px;height:17px}
.smt-match-lineup-selector{display:grid;grid-template-columns:minmax(0,1fr) 190px minmax(0,1fr);align-items:stretch;margin-bottom:18px;border:1px solid var(--smt-centre-line);border-radius:9px;overflow:hidden}
.smt-match-lineup-selector>button{display:flex;align-items:center;gap:14px;min-height:78px;padding:10px 22px;border:0;background:var(--smt-centre-card);color:var(--smt-text);font:inherit;text-align:left;cursor:pointer}
.smt-match-lineup-selector>button:last-of-type{justify-content:flex-end;text-align:right}
.smt-match-lineup-selector>button.is-active{box-shadow:inset 0 0 0 2px var(--smt-centre-navy);background:color-mix(in srgb,var(--smt-centre-soft) 68%,var(--smt-centre-card))}
.smt-match-lineup-selector>button span{display:grid;gap:3px}
.smt-match-lineup-selector>button strong{font-family:var(--smt-font-display);font-size:22px}
.smt-match-lineup-selector>button small{color:var(--smt-muted);font-size:12px}
.smt-match-lineup-selector .smt-match-pro-crest{width:55px;height:55px;flex-basis:55px;border-radius:14px}
.smt-match-lineup-score{display:grid;place-items:center;align-content:center;background:var(--smt-centre-navy);color:#fff;font-family:var(--smt-font-display);font-size:19px;font-weight:850}
.smt-match-lineup-score small{display:block;margin-top:3px;color:#d2dbea;font-family:var(--smt-font-body);font-size:9px;font-weight:700;text-transform:uppercase}
.smt-match-lineup-team-panel{display:grid;grid-template-columns:minmax(0,2.2fr) minmax(280px,.95fr);gap:18px}
.smt-match-lineup-main,.smt-match-lineup-side{border:1px solid var(--smt-centre-line);border-radius:12px;background:var(--smt-centre-card)}
.smt-match-lineup-main{padding:15px}
.smt-match-lineup-main>h3{margin:0;color:var(--smt-text);font-size:18px}
.smt-match-lineup-main>h3 span{color:var(--smt-centre-blue);font-weight:700}
.smt-match-lineup-main>small{display:block;margin:4px 0 10px;color:var(--smt-muted);font-size:10px}
.smt-match-lineup-pitch{position:relative;overflow:hidden;min-height:520px;border:1px solid #3d7154;border-radius:10px;background:repeating-linear-gradient(0deg,rgba(255,255,255,.025) 0 62px,rgba(255,255,255,.065) 62px 124px),linear-gradient(180deg,#315f45,#214c36)}
.smt-match-lineup-pitch-lines{position:absolute;inset:5%;border:2px solid rgba(226,247,234,.32)}
.smt-match-lineup-pitch-lines::before{content:"";position:absolute;left:50%;top:0;bottom:0;width:2px;background:rgba(226,247,234,.32);transform:translateX(-50%)}
.smt-match-lineup-pitch-lines::after{content:"";position:absolute;left:50%;top:50%;width:86px;height:86px;border:2px solid rgba(226,247,234,.32);border-radius:50%;transform:translate(-50%,-50%)}
.smt-match-lineup-role-labels{position:absolute;inset:0;z-index:1;pointer-events:none}
.smt-match-lineup-role-labels span{position:absolute;left:1.3%;display:inline-flex;align-items:center;min-height:22px;padding:3px 7px;border-left:2px solid rgba(225,247,233,.72);border-radius:0 6px 6px 0;background:rgba(5,34,23,.32);color:rgba(238,250,243,.82);font-size:8px;font-weight:850;letter-spacing:.075em;line-height:1;text-transform:uppercase;backdrop-filter:blur(2px);transform:translateY(-50%)}
.smt-match-lineup-role-labels .is-forwards{top:16%}
.smt-match-lineup-role-labels .is-midfield{top:43%}
.smt-match-lineup-role-labels .is-defence{top:69%}
.smt-match-lineup-role-labels .is-goalkeeper{top:88%}
.smt-match-lineup-goal{position:absolute;z-index:1;left:50%;bottom:1.15%;width:min(29%,270px);height:5.7%;border:3px solid rgba(236,251,242,.72);border-bottom:0;border-radius:5px 5px 0 0;background:repeating-linear-gradient(90deg,transparent 0 14px,rgba(236,251,242,.12) 14px 15px),repeating-linear-gradient(0deg,transparent 0 9px,rgba(236,251,242,.12) 9px 10px);box-shadow:0 -2px 0 rgba(8,42,29,.22),inset 0 0 0 1px rgba(4,37,25,.16);pointer-events:none;transform:translateX(-50%)}
.smt-match-lineup-goal::before,.smt-match-lineup-goal::after{content:"";position:absolute;bottom:-3px;width:10px;height:3px;border-radius:3px;background:rgba(236,251,242,.84)}
.smt-match-lineup-goal::before{left:-5px}
.smt-match-lineup-goal::after{right:-5px}
.smt-match-lineup-goal i{position:absolute;left:50%;top:-8px;width:44%;height:8px;border:2px solid rgba(236,251,242,.4);border-bottom:0;border-radius:4px 4px 0 0;transform:translateX(-50%)}
.smt-match-lineup-player{position:absolute;z-index:2;left:var(--x);top:var(--y);display:grid;justify-items:center;width:96px;color:inherit;text-decoration:none;transform:translate(-50%,-50%)}
.smt-match-lineup-player>i{display:grid;place-items:center;width:49px;height:49px;overflow:hidden;border:3px solid #fff;border-radius:50%;background:#dce7f2;color:var(--smt-centre-navy);box-shadow:0 4px 12px rgba(0,0,0,.24);font-style:normal}.smt-match-lineup-player[href]:hover>i,.smt-match-lineup-player[href]:focus-visible>i{border-color:var(--smt-centre-green);box-shadow:0 0 0 4px color-mix(in srgb,var(--smt-centre-green) 24%,transparent),0 4px 12px rgba(0,0,0,.24)}.smt-match-lineup-player[href]:focus-visible{outline:none}
.smt-match-lineup-player>i img{width:100%;height:100%;object-fit:cover}
.smt-match-lineup-player>i b{font-size:10px}
.smt-match-lineup-player>em{position:absolute;top:34px;right:16px;display:grid;place-items:center;width:22px;height:22px;border:2px solid #fff;border-radius:50%;background:var(--smt-centre-navy);color:#fff;font-size:8px;font-style:normal;font-weight:900}
.smt-match-lineup-player>strong{max-width:100%;margin-top:-3px;padding:4px 8px;border-radius:6px;background:rgba(6,23,43,.9);color:#fff;font-size:9.5px;line-height:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;box-shadow:0 3px 8px rgba(0,0,0,.2)}
.smt-match-lineup-pitch>p{position:absolute;top:50%;left:50%;max-width:340px;margin:0;color:#e2f3e8;font-size:12px;text-align:center;transform:translate(-50%,-50%)}
.smt-match-lineup-list-view{display:none}
.smt-match-lineups-pro.is-list-view .smt-match-lineup-pitch-view{display:none}
.smt-match-lineups-pro.is-list-view .smt-match-lineup-list-view{display:block}
.smt-match-lineup-list-view ol{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.smt-match-lineup-list-view li{min-width:0;border:1px solid var(--smt-centre-line);border-radius:9px;background:var(--smt-centre-soft);overflow:hidden}.smt-match-lineup-list-player{display:grid;grid-template-columns:36px 30px minmax(0,1fr);align-items:center;gap:9px;min-height:54px;padding:8px 10px;color:inherit;text-decoration:none}.smt-match-lineup-list-player[href]:hover,.smt-match-lineup-list-player[href]:focus-visible{background:color-mix(in srgb,var(--smt-centre-green) 8%,transparent);outline:none}
.smt-match-lineup-list-view li b{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--smt-centre-navy);color:#fff;font-size:10px}.smt-match-lineup-avatar.is-list{display:grid;place-items:center;width:36px;height:36px;overflow:hidden;border:1px solid var(--smt-centre-line);border-radius:50%;background:var(--smt-centre-card);font-style:normal}.smt-match-lineup-avatar.is-list img{width:100%;height:100%;object-fit:cover}.smt-match-lineup-avatar.is-list b{width:auto;height:auto;background:transparent;color:var(--smt-centre-blue);font-size:8px}
.smt-match-lineup-list-view .smt-match-lineup-list-player>span{display:grid;min-width:0;gap:2px}
.smt-match-lineup-list-view li strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}
.smt-match-lineup-list-view li small{color:var(--smt-muted);font-size:9px}
.smt-match-lineup-side{padding:16px}
.smt-match-lineup-coach{display:flex;align-items:center;gap:13px;padding-bottom:15px;border-bottom:1px solid var(--smt-centre-line)}
.smt-match-lineup-coach>img,.smt-match-lineup-coach>span{display:grid;place-items:center;width:66px;height:66px;flex:0 0 66px;border-radius:50%;background:var(--smt-centre-soft);object-fit:cover;color:var(--smt-centre-blue)}
.smt-match-lineup-coach>span .smt-match-pro-icon{width:27px;height:27px}
.smt-match-lineup-coach>div{display:grid;gap:2px}
.smt-match-lineup-coach small{color:var(--smt-muted);font-size:9px}
.smt-match-lineup-coach strong{color:var(--smt-text);font-size:16px}
.smt-match-lineup-coach p{margin:0;color:var(--smt-centre-blue);font-size:10px}
.smt-match-lineup-facts{display:grid;grid-template-columns:repeat(2,1fr);margin:13px 0;border-bottom:1px solid var(--smt-centre-line)}
.smt-match-lineup-facts span{display:grid;place-items:center;padding:0 8px 13px;text-align:center;border-left:1px solid var(--smt-centre-line)}
.smt-match-lineup-facts span:first-child{border-left:0}
.smt-match-lineup-facts small{color:var(--smt-muted);font-size:9px}
.smt-match-lineup-facts strong{margin-top:4px;font-family:var(--smt-font-display);font-size:16px}
.smt-match-lineup-subs h3{margin:0 0 8px;font-size:16px}
.smt-match-lineup-subs ol{list-style:none;margin:0;padding:0}
.smt-match-lineup-subs li{min-width:0;border-bottom:1px solid var(--smt-centre-line)}.smt-match-lineup-sub-player{display:grid;grid-template-columns:24px 31px minmax(0,1fr) 24px;align-items:center;gap:8px;min-height:44px;color:inherit;text-decoration:none}.smt-match-lineup-sub-player[href]:hover,.smt-match-lineup-sub-player[href]:focus-visible{background:color-mix(in srgb,var(--smt-centre-green) 7%,transparent);outline:none}
.smt-match-lineup-subs li:last-child{border-bottom:0}
.smt-match-lineup-sub-number{font-family:var(--smt-font-display);font-size:11px;font-weight:850}
.smt-match-lineup-subs li strong{min-width:0;overflow:hidden;font-size:10.5px;text-overflow:ellipsis;white-space:nowrap}.smt-match-lineup-avatar.is-sub{display:grid;place-items:center;width:31px;height:31px;overflow:hidden;border:1px solid var(--smt-centre-line);border-radius:50%;background:var(--smt-centre-card);font-style:normal}.smt-match-lineup-avatar.is-sub img{width:100%;height:100%;object-fit:cover}.smt-match-lineup-avatar.is-sub b{color:var(--smt-centre-blue);font-size:7px}
.smt-match-lineup-subs li small{color:var(--smt-muted);font-size:9px;text-align:right}
.smt-match-lineup-note{margin:15px 0 0;color:var(--smt-muted);font-size:10px;text-align:center}

/* H2H */
.smt-match-h2h-pro{padding:24px;border:1px solid var(--smt-centre-line);border-radius:15px;background:var(--smt-centre-card);box-shadow:var(--smt-shadow-sm)}
.smt-match-h2h-pro>header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}
.smt-match-h2h-pro>header h2{margin:0;color:var(--smt-text);font-size:29px}
.smt-match-h2h-pro>header p{margin:5px 0 0;color:var(--smt-muted);font-size:12px}
.smt-match-h2h-filters{display:flex;gap:10px}
.smt-match-h2h-filters span{display:inline-flex;align-items:center;min-height:42px;padding:9px 16px;border:1px solid var(--smt-centre-line);border-radius:9px;color:var(--smt-centre-blue);font-size:11px;font-weight:800}
.smt-match-h2h-teams{display:grid;grid-template-columns:minmax(0,1fr) 110px minmax(0,1fr);align-items:center;gap:24px;margin:25px 0 15px}
.smt-match-h2h-teams>div{display:flex;align-items:center;gap:16px;min-width:0}
.smt-match-h2h-teams>div:last-child{justify-content:flex-end;text-align:right}
.smt-match-h2h-teams>div>span{display:grid;gap:4px}
.smt-match-h2h-teams strong{font-family:var(--smt-font-display);font-size:23px;line-height:1.1}
.smt-match-h2h-teams b{color:var(--smt-primary-hover);font-size:11px}
.smt-match-h2h-teams>div:first-child b{color:#d74d55}
.smt-match-h2h-teams .smt-match-pro-crest{width:80px;height:80px;flex-basis:80px;border-radius:18px}
.smt-match-h2h-teams .smt-match-pro-vs{width:64px;height:64px;justify-self:center}
.smt-match-h2h-distribution{display:grid;grid-template-columns:var(--home-h2h) var(--draw-h2h) var(--away-h2h);min-height:37px;overflow:hidden;border-radius:8px;background:var(--smt-centre-soft)}
.smt-match-h2h-distribution span{display:grid;place-items:center;min-width:0;padding:7px;background:#dd1c31;color:#fff;font-family:var(--smt-font-display);font-size:13px;font-weight:850;white-space:nowrap}
.smt-match-h2h-distribution span:nth-child(2){background:#e6ebf1;color:#3d4f68}
.smt-match-h2h-distribution span:nth-child(3){background:#07877b;color:#fff}
.smt-match-h2h-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:17px 0}
.smt-match-h2h-metrics article{display:flex;align-items:center;gap:13px;min-height:92px;padding:14px;border:1px solid var(--smt-centre-line);border-radius:11px;background:var(--smt-centre-card)}
.smt-match-h2h-metrics article>.smt-match-pro-icon{width:35px;height:35px;padding:7px;border:1px solid var(--smt-centre-line);border-radius:50%;color:var(--smt-centre-blue)}
.smt-match-h2h-metrics article>span{display:grid;gap:5px;min-width:0}
.smt-match-h2h-metrics small{color:var(--smt-muted);font-size:10px}
.smt-match-h2h-metrics strong{overflow:hidden;color:var(--smt-text);font-family:var(--smt-font-display);font-size:18px;line-height:1.2;text-overflow:ellipsis}
.smt-match-h2h-metrics strong em{color:var(--smt-muted);font-family:var(--smt-font-body);font-size:9px;font-style:normal;font-weight:700}
.smt-match-h2h-recent h3{margin:0 0 9px;color:var(--smt-text);font-size:17px}
.smt-match-h2h-recent>div{display:grid}
.smt-match-h2h-recent a,.smt-match-h2h-recent>div>div{display:grid;grid-template-columns:130px minmax(0,1fr) 78px minmax(0,1fr) 64px 18px;align-items:center;gap:12px;min-height:56px;padding:7px 12px;border:1px solid var(--smt-centre-line);border-bottom:0;background:var(--smt-centre-card);color:inherit;text-decoration:none}
.smt-match-h2h-recent a:first-child,.smt-match-h2h-recent>div>div:first-child{border-radius:9px 9px 0 0}
.smt-match-h2h-recent a:last-child,.smt-match-h2h-recent>div>div:last-child{border-bottom:1px solid var(--smt-centre-line);border-radius:0 0 9px 9px}
.smt-match-h2h-recent a:only-child,.smt-match-h2h-recent>div>div:only-child{border-bottom:1px solid var(--smt-centre-line);border-radius:9px}
.smt-match-h2h-recent time{display:grid;gap:2px}
.smt-match-h2h-recent time b{font-size:10px;text-transform:uppercase}
.smt-match-h2h-recent time small{color:var(--smt-muted);font-size:9px}
.smt-match-h2h-side{display:flex;align-items:center;gap:9px;min-width:0}
.smt-match-h2h-side.is-away{justify-content:flex-end;text-align:right}
.smt-match-h2h-side strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}
.smt-match-pro-crest.is-row{width:31px;height:31px;flex-basis:31px;border:0;border-radius:7px;background:transparent}
.smt-match-h2h-score{display:grid;place-items:center;min-height:34px;border-radius:7px;background:var(--smt-centre-navy);color:#fff;font-family:var(--smt-font-display);font-size:17px}
.smt-match-h2h-recent em{padding:6px 8px;border-radius:6px;background:#eef1f5;color:#53657d;font-size:10px;font-style:normal;font-weight:850;text-align:center}
.smt-match-h2h-recent em.is-win{background:#e3f7ed;color:#118b58}
.smt-match-h2h-recent em.is-loss{background:#ffe9eb;color:#d83d49}
.smt-match-h2h-arrow{color:var(--smt-centre-blue);font-size:22px}

html[data-theme="dark"] .smt-match-event-entry.is-card .smt-match-event-card-icon{background:#3a3215;color:#f2c230}
html[data-theme="dark"] .smt-match-event-entry.is-substitution .smt-match-event-card-icon{background:#142f51;color:#72aefa}
html[data-theme="dark"] .smt-match-event-entry.is-var .smt-match-event-card-icon{background:#282044;color:#b7a2ef}
html[data-theme="dark"] .smt-match-stat-highlight-values>i::after{background:var(--smt-centre-card)}
html[data-theme="dark"] .smt-match-lineup-selector>button.is-active{box-shadow:inset 0 0 0 2px var(--smt-centre-green)}
html[data-theme="dark"] .smt-match-h2h-distribution span:nth-child(2){background:#26364a;color:#d7e0eb}
html[data-theme="dark"] .smt-match-h2h-recent em{background:#26364a;color:#d3deeb}

@media(max-width:1050px){
  .smt-match-stat-highlights{grid-template-columns:repeat(2,minmax(0,1fr))}
  .smt-match-lineup-team-panel{grid-template-columns:1fr}
  .smt-match-lineup-side{display:grid;grid-template-columns:1fr 1fr;gap:16px}
  .smt-match-lineup-coach,.smt-match-lineup-facts{grid-column:1/-1}
  .smt-match-h2h-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
  .smt-route-kind-match .smt-match-centre-tabs{display:flex;gap:0;padding-inline:4px;overflow-x:auto;scrollbar-width:none}
  .smt-route-kind-match .smt-match-centre-tabs::-webkit-scrollbar{display:none}
  .smt-route-kind-match .smt-match-centre-tabs a{flex:1 0 58px;min-width:58px;padding-inline:7px;font-size:9.5px}
  .smt-match-pro-versus{gap:8px;padding:13px 12px}
  .smt-match-pro-team{gap:8px}
  .smt-match-pro-team strong{font-size:14px}
  .smt-match-pro-crest{width:38px;height:38px;flex-basis:38px;border-radius:10px}
  .smt-match-pro-vs{width:36px;height:36px;font-size:10px}
  .smt-match-event-filters{display:flex;gap:7px;overflow-x:auto;padding-bottom:3px;scrollbar-width:none}
  .smt-match-event-filters::-webkit-scrollbar{display:none}
  .smt-match-event-filters button{flex:0 0 auto;min-height:43px;padding:8px 10px;font-size:10px}
  .smt-match-event-filters button b{min-width:21px;height:21px;font-size:8px}
  .smt-match-event-legend{gap:13px;overflow-x:auto;font-size:9px;white-space:nowrap}
  .smt-match-event-timeline-pro{padding-left:32px}
  .smt-match-event-timeline-pro::before{left:15px}
  .smt-match-event-phase>h3::before{display:none}
  .smt-match-event-phase>h3{margin-left:-32px}
  .smt-match-event-entry{min-height:0;padding:0 0 11px}
  .smt-match-event-entry time{top:18px;left:-17px;width:36px;height:36px;font-size:10px;transform:translate(-50%,0)}
  .smt-match-event-node{display:none}
  .smt-match-event-card{grid-template-columns:37px minmax(0,1fr) auto;width:100%;min-height:70px;padding:10px;gap:9px}
  .smt-match-event-entry.is-home .smt-match-event-card,.smt-match-event-entry.is-away .smt-match-event-card{margin:0;border-right:1px solid var(--smt-centre-line);border-left:3px solid var(--smt-centre-green)}
  .smt-match-event-card-icon{width:34px;height:34px;border-radius:9px}
  .smt-match-event-card-icon .smt-match-pro-icon{width:17px;height:17px}
  .smt-match-event-card-copy strong{font-size:11px}
  .smt-match-event-card-copy p{font-size:9px}
  .smt-match-event-score{min-width:42px;padding:6px;font-size:13px}
  .smt-match-pro-crest.is-event{display:none}
  .smt-match-stats-team-head{gap:8px;padding:10px}
  .smt-match-stats-team-head strong{font-size:10px}
  .smt-match-stats-team-head>span{font-size:7px}
  .smt-match-stats-team-head .smt-match-pro-crest{width:30px;height:30px;flex-basis:30px}
  .smt-match-stat-highlights{grid-template-columns:1fr 1fr;gap:8px}
  .smt-match-stat-highlights>article{padding:11px 9px}
  .smt-match-stat-highlights header{font-size:9px}
  .smt-match-stat-highlight-values{gap:6px;margin:11px 0 9px}
  .smt-match-stat-highlight-values strong{font-size:22px}
  .smt-match-stat-highlight-values>span{width:32px;height:32px}
  .smt-match-stat-highlight-values>i{width:42px;height:42px}
  .smt-match-stat-highlight-values>i::after{inset:8px}
  .smt-match-stat-groups{grid-template-columns:1fr;gap:9px}
  .smt-match-stat-groups>section,.smt-match-stat-passing{padding:12px}
  .smt-match-stat-row{grid-template-columns:34px minmax(0,1fr) 34px;gap:6px}
  .smt-match-stat-row>b{font-size:12px}
  .smt-match-stat-row span{font-size:9px}
  .smt-match-stat-passing>div{grid-template-columns:1fr}
  .smt-match-stat-passing .smt-match-stat-row{padding:7px 0;border-left:0;border-top:1px solid var(--smt-centre-line)}
  .smt-match-stat-passing .smt-match-stat-row:first-child{border-top:0}
  .smt-match-lineups-pro{padding:13px}
  .smt-match-lineups-title{display:grid;gap:10px}
  .smt-match-lineups-title h2{font-size:20px}
  .smt-match-lineup-view-switch{justify-content:flex-end}
  .smt-match-lineup-view-switch button{min-height:36px;padding:7px 10px;font-size:9px}
  .smt-match-lineup-selector{grid-template-columns:1fr 70px 1fr}
  .smt-match-lineup-selector>button{min-height:60px;padding:8px;gap:7px}
  .smt-match-lineup-selector>button strong{font-size:12px}
  .smt-match-lineup-selector>button small{font-size:8px}
  .smt-match-lineup-selector .smt-match-pro-crest{width:37px;height:37px;flex-basis:37px;border-radius:10px}
  .smt-match-lineup-score{font-size:12px}
  .smt-match-lineup-score small{font-size:6px}
  .smt-match-lineup-main{padding:10px}
  .smt-match-lineup-pitch{min-height:360px}
  .smt-match-lineup-role-labels span{left:1%;min-height:18px;padding:2px 4px;border-left-width:1px;font-size:6px;letter-spacing:.04em}
  .smt-match-lineup-goal{bottom:1.3%;width:34%;height:5.2%;border-width:2px}
  .smt-match-lineup-goal::before,.smt-match-lineup-goal::after{bottom:-2px;height:2px}
  .smt-match-lineup-goal i{top:-6px;height:6px;border-width:1px}
  .smt-match-lineup-player{width:70px}
  .smt-match-lineup-player>i{width:38px;height:38px;border-width:2px}
  .smt-match-lineup-player>em{top:27px;right:9px;width:18px;height:18px;font-size:7px}
  .smt-match-lineup-player>strong{font-size:7.5px;padding:3px 5px}
  .smt-match-lineup-side{display:block;padding:12px}
  .smt-match-lineup-list-view ol{grid-template-columns:1fr}
  .smt-match-h2h-pro{padding:14px}
  .smt-match-h2h-pro>header{display:grid;gap:10px}
  .smt-match-h2h-pro>header h2{font-size:22px}
  .smt-match-h2h-filters{overflow-x:auto}
  .smt-match-h2h-filters span{min-height:36px;padding:7px 10px;font-size:9px;white-space:nowrap}
  .smt-match-h2h-teams{grid-template-columns:1fr 55px 1fr;gap:7px;margin:17px 0 12px}
  .smt-match-h2h-teams>div{display:grid;justify-items:center;gap:7px;text-align:center}
  .smt-match-h2h-teams>div:last-child{justify-content:initial;text-align:center}
  .smt-match-h2h-teams>div:last-child>span{order:2}
  .smt-match-h2h-teams .smt-match-pro-crest{width:54px;height:54px;flex-basis:54px;border-radius:14px}
  .smt-match-h2h-teams strong{font-size:13px}
  .smt-match-h2h-teams b{font-size:8px}
  .smt-match-h2h-teams .smt-match-pro-vs{width:44px;height:44px}
  .smt-match-h2h-distribution{min-height:29px}
  .smt-match-h2h-distribution span{padding:5px 2px;font-size:8px}
  .smt-match-h2h-metrics{grid-template-columns:1fr 1fr;gap:8px;margin:12px 0}
  .smt-match-h2h-metrics article{min-height:76px;padding:9px;gap:8px}
  .smt-match-h2h-metrics article>.smt-match-pro-icon{width:28px;height:28px;padding:5px}
  .smt-match-h2h-metrics small{font-size:8px}
  .smt-match-h2h-metrics strong{font-size:12px}
  .smt-match-h2h-recent a,.smt-match-h2h-recent>div>div{grid-template-columns:72px minmax(0,1fr) 48px;gap:7px;min-height:67px;padding:7px}
  .smt-match-h2h-side.is-away,.smt-match-h2h-recent em,.smt-match-h2h-arrow{display:none}
  .smt-match-h2h-side strong{font-size:9px}
  .smt-match-h2h-recent time b{font-size:8px}
  .smt-match-h2h-recent time small{font-size:7px}
  .smt-match-h2h-score{font-size:13px}
}
.smt-match-h2h-distribution-empty{display:grid;place-items:center;min-height:42px;padding:9px;border:1px dashed var(--smt-centre-line);border-radius:8px;background:var(--smt-centre-soft);color:var(--smt-muted);font-size:10px;font-weight:750}
.smt-match-lineups-title h2 span .smt-match-pro-icon{width:15px;height:15px;margin-right:4px}

