/* Stable rails: selecting a gameweek should not re-centre the whole strip. */
.r13-profile-week-rail{scroll-snap-type:none;scroll-behavior:auto}
.r13-profile-week-rail button{scroll-snap-align:none}
.r13-profile-week-rail button:focus-visible{outline:2px solid #111827;outline-offset:2px}
.r13-profile-match-detail{overflow-anchor:none}

/* A compact, read-only view of the complete H2H season schedule. */
.r18-season-fixtures{margin-top:18px!important}
.r18-season-fixtures h2{margin-bottom:12px}
.r18-season-fixture-table{overflow:hidden;border:1px solid #dfe5ec;border-radius:14px;background:#fff}
.r18-season-fixture-head,.r18-season-fixture-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center;padding:11px 14px}
.r18-season-fixture-head{background:#f1f4f8;color:#6d7b8e;font-size:8px;font-weight:850;letter-spacing:.03em}
.r18-season-fixture-head>span:last-child,.r18-season-fixture-row>span:last-child{text-align:right}
.r18-season-fixture-scroll{max-height:224px;overflow-y:auto;overscroll-behavior-y:contain;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:#a4adba #edf1f5}
.r18-season-fixture-scroll:focus-visible{outline:2px solid #111827;outline-offset:-3px}
.r18-season-fixture-scroll::-webkit-scrollbar{width:7px}
.r18-season-fixture-scroll::-webkit-scrollbar-track{background:#edf1f5}
.r18-season-fixture-scroll::-webkit-scrollbar-thumb{background:#a4adba;border-radius:8px}
.r18-season-fixture-row{min-height:41px;color:#111827;font-size:11px;border-top:1px solid #edf0f4}
.r18-season-fixture-row:first-child{border-top:0}
.r18-season-fixture-row>span:first-child{font-weight:800}
.r18-season-fixture-row>span:last-child{color:#6d7b8e;font-variant-numeric:tabular-nums}
.r18-season-fixture-empty{padding:18px 14px;color:#7b8797;font-size:11px}
