/* incremental sports content modules */ .sx-wrap{width:min(1180px,calc(100% - 32px));margin:auto} .sx-section{padding:52px 0} .sx-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:22px} .sx-head h2{margin:0;font-size:32px;line-height:1.2}.sx-head p{margin:6px 0 0;color:#758078} .sx-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px} .sx-card{border:1px solid rgba(28,107,53,.16);border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 8px 22px rgba(20,80,40,.06);transition:.22s} .sx-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(20,80,40,.10)} .sx-card img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block} .sx-card-body{padding:15px}.sx-card .sx-tag{font-size:12px;color:#15803d;font-weight:700}.sx-card h3{font-size:17px;line-height:1.45;margin:7px 0 8px} .sx-card p{font-size:13px;line-height:1.7;color:#6d756f;margin:0}.sx-more{display:inline-flex;margin-top:12px;color:#15803d;font-weight:700;font-size:13px} .sx-page{padding:42px 0 60px}.sx-page h1{font-size:38px;line-height:1.25}.sx-article{max-width:860px}.sx-meta{font-size:13px;color:#7a837c;margin:10px 0 20px} .sx-cover{width:100%;border-radius:14px;margin:20px 0 26px}.sx-article p{font-size:16px;line-height:1.95} .sx-navlinks{display:flex;gap:10px;flex-wrap:wrap;margin:24px 0}.sx-navlinks a{padding:8px 12px;border:1px solid #dbe8df;border-radius:999px} .sx-live-badge,.sx-score-badge{display:inline-block;padding:4px 8px;border-radius:999px;background:#e8f7ec;color:#137333;font-size:12px;font-weight:700} .sx-scoreline{font-size:24px;font-weight:800;color:#146c35;margin:10px 0} .sx-timebar{font-size:13px;color:#617068} @media(max-width:1000px){.sx-grid{grid-template-columns:repeat(2,1fr)}} @media(max-width:600px){.sx-grid{grid-template-columns:1fr}.sx-head{align-items:flex-start;flex-direction:column}.sx-page h1{font-size:30px}}