* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

:root {
    --navy: #041b2d;
    --blue: #0077b6;
    --cyan: #27c2e8;
    --gold: #ffb703;
    --cream: #f6f8fb;
    --ink: #102333;
    --muted: #6d7d8c;
    --line: #dfe7ee
}

html {
    scroll-behavior: smooth
}

body {
    font-family: 'DM Sans', sans-serif;
    background: var(--cream);
    color: var(--ink);
    line-height: 1.5
}

.container {
    width: min(1180px, 92%);
    margin: auto
}

.bg-waves {
    position: fixed;
    inset: 0;
    z-index: -2;
    background: radial-gradient(circle at 80% 10%, #d8f6ff 0, transparent 30%), linear-gradient(135deg, #f7fbff, #e9f5fa 60%, #f7fbff)
}

.bg-waves:after {
    content: "";
    position: absolute;
    left: -10%;
    right: -10%;
    bottom: -15%;
    height: 40%;
    background: linear-gradient(145deg, transparent 25%, rgba(0, 119, 182, .08) 26%, rgba(0, 119, 182, .03) 55%, transparent 56%);
    transform: rotate(-3deg)
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(4, 27, 45, .94);
    backdrop-filter: blur(12px);
    box-shadow: 0 8px 30px #00182722
}

.nav {
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
    text-decoration: none;
    font-size: 11px;
    line-height: 1.05;
    letter-spacing: 1.2px
}

.brand img {
    width: 48px;
    height: 48px
}

.brand b {
    color: var(--gold)
}

.nav-links {
    display: flex;
    gap: 30px
}

.nav-links a {
    color: #d9edf7;
    text-decoration: none;
    font-weight: 500
}

.nav-links a:hover {
    color: var(--gold)
}

.menu-btn {
    display: none;
    background: none;
    border: 0;
    color: white;
    font-size: 25px
}

.hero {
    min-height: 590px;
    background: linear-gradient(100deg, rgba(4, 27, 45, .78), rgba(4, 62, 91, .55)), url('https://www.keralatourism.org/_next/image/?q=75&url=http%3A%2F%2F127.0.0.1%2Fktadmin%2Fimg%2Fpages%2Flarge-desktop%2Fthe-spectacular-water-regatta-of-gods-own-country-1727425880_3a19d428036d3ac14233.webp&w=3840') center/cover;
    display: flex;
    align-items: center;
    color: white
}

.hero-inner {
    display: grid;
    grid-template-columns: 1.5fr .7fr;
    gap: 70px;
    align-items: center
}

.eyebrow {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--gold)
}

.hero h1,
.section-head h2,
.winner-info h3,
.hero-card h2,
.cta h2 {
    font-family: 'Playfair Display', serif
}

.hero h1 {
    font-size: clamp(50px, 7vw, 88px);
    line-height: .96;
    margin: 18px 0
}

.hero h1 span {
    color: #64d5f2
}

.hero p {
    font-size: 19px;
    color: #c7d8e2;
    max-width: 590px
}

.hero-actions {
    display: flex;
    gap: 14px;
    margin-top: 32px
}

.btn {
    display: inline-block;
    padding: 13px 22px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700
}

.primary {
    background: var(--gold);
    color: #13202a
}

.ghost {
    border: 1px solid #ffffff55;
    color: white
}

.hero-card {
    background: linear-gradient(160deg, #ffffff18, #ffffff08);
    border: 1px solid #ffffff25;
    border-radius: 26px;
    padding: 35px;
    text-align: center;
    box-shadow: 0 20px 70px #0005
}

.trophy {
    font-size: 65px
}

.hero-year {
    font-size: 13px;
    color: var(--gold);
    font-weight: 700;
    letter-spacing: 3px
}

.hero-card h2 {
    font-size: 36px;
    margin: 5px 0
}

.hero-card p {
    font-size: 14px
}

.hero-ribbon {
    margin: 25px -35px 0;
    background: var(--gold);
    color: #13202a;
    padding: 10px;
    border-radius: 0 0 26px 26px;
    font-weight: 800;
    letter-spacing: 2px
}

.next-race {
    margin: 18px -5px 0;
    padding: 14px 15px;
    border: 1px solid #ffffff22;
    border-radius: 14px;
    background: #001a2b66;
    text-align: left
}

.next-race span {
    display: block;
    font-size: 10px;
    letter-spacing: 2px;
    color: var(--gold);
    font-weight: 800
}

.next-race strong {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 21px;
    margin-top: 2px
}

.next-race small {
    display: block;
    color: #c7d8e2;
    font-size: 11px;
    margin-top: 2px
}

.section {
    padding: 90px 0
}

.section.alt {
    background: #edf7fb
}

.section.compact {
    padding: 45px 0
}

.section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 30px
}

.section-head h2 {
    font-size: 42px;
    line-height: 1.1;
    margin-top: 6px
}

.section-head p {
    color: var(--muted)
}

.year-tabs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.year-tabs button {
    border: 1px solid var(--line);
    background: white;
    padding: 10px 20px;
    border-radius: 999px;
    font-weight: 700;
    cursor: pointer;
    color: var(--ink)
}

.year-tabs button.active {
    background: var(--navy);
    color: white;
    border-color: var(--navy)
}

.winner-feature {
    display: grid;
    grid-template-columns: 260px 1fr;
    overflow: hidden;
    background: white;
    border-radius: 24px;
    box-shadow: 0 15px 45px #06283d12;
    margin-bottom: 18px
}

.winner-art {
    min-height: 230px;
    background: linear-gradient(135deg, #03324c, #0077b6);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white
}

.winner-art span {
    font-size: 75px
}

.winner-art small {
    color: var(--gold);
    font-weight: 800;
    letter-spacing: 2px
}

.winner-info {
    padding: 38px
}

.winner-info h3 {
    font-size: 42px;
    margin: 7px 0
}

.winner-info p {
    color: var(--muted);
    font-size: 18px
}

.champion-badge {
    display: inline-block;
    margin-top: 22px;
    background: #fff3c4;
    color: #805b00;
    padding: 7px 13px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 800
}

.winner-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px
}

.mini-winner {
    border: 1px solid var(--line);
    background: white;
    border-radius: 15px;
    padding: 16px;
    text-align: left;
    cursor: pointer
}

.mini-winner:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px #06283d12
}

.mini-year {
    display: block;
    color: var(--blue);
    font-weight: 800
}

.mini-winner strong,
.mini-winner small {
    display: block
}

.mini-winner small {
    color: var(--muted);
    font-size: 11px;
    margin-top: 5px
}

.notice {
    background: #fff8df;
    border-left: 4px solid var(--gold);
    padding: 13px 16px;
    border-radius: 8px;
    margin-bottom: 18px;
    color: #67520e;
    font-size: 14px
}

.schedule-list {
    display: grid;
    gap: 10px
}

.match-card {
    display: grid;
    grid-template-columns: 60px 130px 1fr 125px;
    align-items: center;
    gap: 20px;
    background: white;
    border: 1px solid #dfe8ed;
    border-radius: 16px;
    padding: 15px 20px;
    box-shadow: 0 8px 25px #06283d08
}

.match-number {
    font-size: 25px;
    font-weight: 800;
    color: #c5d0d8
}

.match-date span,
.match-venue span {
    display: block;
    color: #8294a2;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.3px
}

.match-date strong {
    font-size: 15px
}

.match-venue h3 {
    font-size: 18px
}

.match-venue p {
    font-size: 12px;
    color: var(--muted)
}

.status {
    justify-self: end;
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 11px;
    font-weight: 800
}

.status i {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-right: 7px;
    background: currentColor
}

.completed {
    background: #e7f7f1;
    color: #17805f
}

.progress {
    background: #e2f7fc;
    color: #007fa4
}

.upcoming {
    background: #fff0e9;
    color: #c45e33
}

.live-clock {
    font-size: 12px;
    letter-spacing: .2px;
    font-weight: 700;
    color: var(--blue);
    background: white;
    border: 1px solid var(--line);
    padding: 8px 12px;
    border-radius: 999px
}

.table-wrap {
    background: white;
    border-radius: 18px;
    overflow: auto;
    box-shadow: 0 10px 35px #06283d10
}

table {
    border-collapse: collapse;
    width: 100%;
    min-width: 760px
}

th,
td {
    padding: 17px 18px;
    border-bottom: 1px solid #edf0f2;
    text-align: left
}

th {
    font-size: 11px;
    color: #778894;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #f7fafb
}

tr:last-child td {
    border: 0
}

.rank {
    display: inline-flex;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: #edf3f6;
    font-weight: 800
}

.pts {
    font-size: 20px;
    font-weight: 800;
    color: #bd8500
}

.season-pill {
    font-size: 12px;
    background: #e6f5fa;
    color: #087292;
    border-radius: 999px;
    padding: 7px 12px;
    font-weight: 700
}

.cta {
    background: linear-gradient(120deg, var(--navy), #07587e);
    color: white;
    border-radius: 24px;
    padding: 35px 42px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px
}

.cta h2 {
    font-size: 30px
}

.cta p {
    color: #c9dce6;
    margin-top: 5px
}

footer {
    background: #021622;
    color: #a9bdc8;
    padding: 24px 0
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    font-size: 13px
}

@media(max-width:850px) {
    .nav-links {
        display: none;
        position: absolute;
        top: 76px;
        left: 0;
        right: 0;
        background: #041b2d;
        padding: 20px;
        flex-direction: column;
        gap: 15px
    }

    .nav-links.open {
        display: flex
    }

    .menu-btn {
        display: block
    }

    .hero-inner {
        grid-template-columns: 1fr
    }

    .hero-card {
        max-width: 360px
    }

    .winner-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .winner-feature {
        grid-template-columns: 1fr
    }

    .match-card {
        grid-template-columns: 45px 1fr
    }

    .match-date {
        order: 2
    }

    .match-venue {
        grid-column: 2;
        order: 3
    }

    .status {
        grid-column: 2;
        justify-self: start;
        order: 4
    }

    .section-head {
        align-items: start;
        flex-direction: column
    }
}

@media(max-width:520px) {
    .hero {
        min-height: 650px
    }

    .hero h1,
    .section-head h2,
    .winner-info h3,
    .hero-card h2,
    .cta h2 {
        font-family: 'Playfair Display', serif
    }

    .hero h1 {
        font-size: 48px
    }

    .section {
        padding: 65px 0
    }

    .section-head h2 {
        font-size: 32px
    }

    .winner-grid {
        grid-template-columns: 1fr
    }

    .cta {
        padding: 28px;
        flex-direction: column;
        align-items: flex-start
    }

    .footer-inner {
        flex-direction: column;
        gap: 6px
    }
}

.history-section {
    background: linear-gradient(180deg, #f7fbfd, #eef8fb)
}

.history-tabs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.history-tabs button {
    border: 1px solid var(--line);
    background: white;
    padding: 10px 20px;
    border-radius: 999px;
    font-weight: 800;
    cursor: pointer;
    color: var(--ink)
}

.history-tabs button.active {
    background: var(--blue);
    color: white;
    border-color: var(--blue)
}

.history-summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    background: var(--navy);
    color: white;
    border-radius: 20px;
    padding: 22px 26px;
    margin-bottom: 14px
}

.history-summary>div:first-child {
    display: flex;
    flex-direction: column
}

.history-summary strong {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    margin-top: 3px
}

.history-summary span:last-child {
    color: #c7d8e2;
    font-size: 13px
}

.history-count {
    text-align: right
}

.history-count b {
    display: block;
    color: var(--gold);
    font-size: 25px
}

.history-count small {
    color: #c7d8e2;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.history-list {
    display: grid;
    gap: 9px
}

.history-match {
    display: grid;
    grid-template-columns: 55px 125px 1fr 1.15fr;
    align-items: center;
    gap: 18px;
    background: white;
    border: 1px solid var(--line);
    border-radius: 15px;
    padding: 14px 18px;
    box-shadow: 0 6px 20px #06283d08
}

.history-no {
    font-size: 22px;
    font-weight: 800;
    color: #c6d1d8
}

.history-label {
    display: block;
    font-size: 9px;
    letter-spacing: 1.2px;
    color: #8294a2;
    font-weight: 800
}

.history-match h3 {
    font-size: 16px
}

.history-match strong {
    font-size: 14px
}

.history-match small {
    display: block;
    color: var(--muted);
    font-size: 11px;
    margin-top: 2px
}

.history-match.special {
    background: #fffaf0;
    border-color: #f0dfae
}

@media(max-width:850px) {
    .history-match {
        grid-template-columns: 45px 1fr
    }

    .history-match>div:nth-child(3),
    .history-match>div:nth-child(4) {
        grid-column: 2
    }

    .history-summary {
        align-items: flex-start
    }
}

/* Premium table styling */
.table-wrap {
    position: relative;
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(7, 62, 91, .12);
    border-radius: 22px;
    overflow: auto;
    box-shadow: 0 18px 45px rgba(4, 27, 45, .10);
    backdrop-filter: blur(8px)
}

.table-wrap:before {
    content: "";
    display: block;
    height: 4px;
    background: linear-gradient(90deg, var(--navy), var(--blue), var(--cyan), var(--gold));
    position: sticky;
    left: 0;
    top: 0;
    z-index: 3
}

.table-wrap table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    min-width: 760px;
    font-size: 14px
}

.table-wrap th {
    position: sticky;
    top: 0;
    z-index: 2;
    padding: 16px 18px;
    background: linear-gradient(135deg, #06283d, #07587e);
    color: #fff;
    border: 0;
    text-transform: uppercase;
    letter-spacing: 1.15px;
    font-size: 10px;
    font-weight: 800;
    white-space: nowrap
}

.table-wrap th:first-child {
    border-top-left-radius: 2px
}

.table-wrap th:last-child {
    border-top-right-radius: 2px
}

.table-wrap td {
    padding: 15px 18px;
    color: #203847;
    background: #fff;
    border-bottom: 1px solid #e7eef3;
    font-weight: 500;
    transition: background .18s ease, transform .18s ease
}

.table-wrap tbody tr:nth-child(even) td {
    background: #f6fafc
}

.table-wrap tbody tr:hover td {
    background: #e9f7fc
}

.table-wrap tbody tr:last-child td {
    border-bottom: 0
}

.table-wrap td:first-child {
    font-weight: 800;
    color: #526b79
}

.table-wrap .rank {
    width: 34px;
    height: 34px;
    background: linear-gradient(145deg, #e9f5f9, #dcecf2);
    color: #16445b;
    border: 1px solid #d1e2e9;
    box-shadow: inset 0 1px 0 #fff
}

.table-wrap .pts {
    font-size: 20px;
    color: #a66f00;
    font-weight: 900
}

.table-wrap td strong {
    color: #0b4662;
    font-weight: 800
}

.table-wrap td small {
    color: #718491
}

.table-wrap .season-pill {
    background: #e4f6fb;
    color: #056887;
    border: 1px solid #c8e9f2
}

/* Historical results cards/table-like rows */
.history-list {
    gap: 12px
}

.history-match {
    position: relative;
    background: linear-gradient(135deg, #fff, #f7fbfd);
    border: 1px solid #d9e7ee;
    border-radius: 18px;
    padding: 16px 20px;
    box-shadow: 0 8px 24px rgba(4, 27, 45, .07);
    overflow: hidden
}

.history-match:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, var(--blue), var(--cyan))
}

.history-match:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(4, 27, 45, .11);
    border-color: #b9dbe7
}

.history-match.special {
    background: linear-gradient(135deg, #fffaf0, #fffdf7);
    border-color: #ead9a8
}

.history-match.special:before {
    background: linear-gradient(180deg, var(--gold), #e08b00)
}

.history-no {
    font-family: 'Playfair Display', serif;
    color: #a9bdc8
}

.history-label {
    color: #738b99;
    letter-spacing: 1.4px
}

.history-match h3 {
    color: #0b4662;
    font-weight: 800
}

.history-match strong {
    color: #173c4e
}

.history-match small {
    color: #718491
}

@media(max-width:850px) {
    .table-wrap {
        border-radius: 18px
    }

    .table-wrap th,
    .table-wrap td {
        padding: 13px 14px
    }
}


/* Home page: match-day next-venue ticker */
.hero-inner {
    grid-template-columns: 1fr;
    max-width: 900px;
    margin: 0 auto
}

.hero-copy {
    max-width: 760px
}

.next-venue-ticker {
    width: min(1100px, calc(100% - 40px));
    margin: 28px auto 0;
    background: rgba(2, 22, 34, .92);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    align-items: center;
    box-shadow: 0 14px 36px rgba(0, 0, 0, .18)
}

.next-venue-ticker[hidden] {
    display: none
}

.ticker-label {
    flex: 0 0 auto;
    padding: 15px 18px;
    background: linear-gradient(135deg, var(--gold), #e3a72b);
    color: #10202a;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.7px;
    z-index: 2
}

.ticker-track {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    position: relative
}

.ticker-text {
    display: inline-block;
    padding: 14px 0 14px 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .5px;
    animation: cblTicker 18s linear infinite
}

@keyframes cblTicker {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-100%)
    }
}

@media(max-width:650px) {
    .next-venue-ticker {
        width: calc(100% - 28px);
        margin-top: 22px
    }

    .ticker-label {
        padding: 13px 12px;
        font-size: 9px
    }

    .ticker-text {
        font-size: 12px;
        animation-duration: 15s
    }
}


/* Final visual refinement — CBL professional presentation */
:root {
    --surface: #ffffff;
    --surface-soft: #f4f8fb;
    --navy-2: #0a3550;
    --text-strong: #17394d
}

body {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility
}

.section-head h2 {
    font-weight: 700;
    letter-spacing: -.4px
}

.section-head p {
    font-size: 15px
}

/* Top-of-page next venue ticker */
.next-venue-ticker {
    position: relative;
    width: 100%;
    max-width: none;
    margin: 0;
    border: 0;
    border-radius: 0;
    min-height: 58px;
    background: linear-gradient(90deg, #031b2c 0%, #073c5a 52%, #06273c 100%);
    box-shadow: 0 8px 22px rgba(3, 27, 45, .18);
    display: flex;
    align-items: center;
    overflow: hidden;
    z-index: 12
}

.next-venue-ticker:after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255, 183, 3, .10), transparent 20%, transparent 80%, rgba(39, 194, 232, .08))
}

.next-venue-ticker[hidden] {
    display: none
}

.ticker-label {
    height: 58px;
    min-width: 174px;
    padding: 0 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, #ffb703, #ffd166);
    color: #092335;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.5px;
    position: relative;
    z-index: 2;
    box-shadow: 8px 0 20px rgba(0, 0, 0, .12)
}

.ticker-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0a3550;
    box-shadow: 0 0 0 5px rgba(10, 53, 80, .10)
}

.ticker-track {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    height: 58px;
    display: flex;
    align-items: center
}

.ticker-track:before,
.ticker-track:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 55px;
    z-index: 1;
    pointer-events: none
}

.ticker-track:before {
    left: 0;
    background: linear-gradient(90deg, #073c5a, transparent)
}

.ticker-track:after {
    right: 0;
    background: linear-gradient(270deg, #06273c, transparent)
}

.ticker-text {
    display: inline-block;
    padding-left: 100%;
    color: #f7fcff;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .35px;
    line-height: 58px;
    animation: cblTicker 20s linear infinite
}

/* Readable points table */
.table-wrap {
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(4, 27, 45, .10)
}

.table-wrap table {
    font-size: 15px
}

.table-wrap th {
    font-size: 12px;
    letter-spacing: 1px;
    padding: 17px 20px;
    background: linear-gradient(135deg, #06283d, #07587e)
}

.table-wrap td {
    font-size: 15px;
    line-height: 1.45;
    padding: 17px 20px;
    color: #203b4b;
    font-weight: 600
}

.table-wrap td:first-child {
    font-size: 14px;
    font-weight: 800
}

.table-wrap td strong {
    font-size: 15px;
    color: #0b4662
}

.table-wrap .pts {
    font-size: 21px;
    font-weight: 900
}

/* Past champions: clean, readable cards */
#winners {
    background: linear-gradient(180deg, #f9fcfe 0%, #edf7fb 100%)
}

#winners .year-tabs {
    margin-bottom: 24px
}

#winners .year-tabs button {
    font-size: 14px;
    padding: 11px 20px;
    transition: .2s ease
}

#winners .year-tabs button:hover {
    border-color: #9fcddd;
    transform: translateY(-1px)
}

#winners .year-tabs button.active {
    background: linear-gradient(135deg, #06283d, #0876a4);
    box-shadow: 0 8px 20px rgba(0, 91, 133, .20)
}

.winner-grid {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px
}

.mini-winner {
    min-height: 128px;
    padding: 20px;
    border: 1px solid #d7e6ed;
    border-radius: 18px;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 8px 22px rgba(4, 27, 45, .06);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease
}

.mini-winner:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 30px rgba(4, 27, 45, .10);
    border-color: #9fcddd
}

.mini-year {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #0876a4;
    margin-bottom: 8px
}

.mini-winner strong {
    font-size: 16px;
    line-height: 1.35;
    color: #17394d
}

.mini-winner small {
    font-size: 13px;
    line-height: 1.45;
    color: #647b88;
    margin-top: 7px
}

/* Previous-season history: larger type and clearer hierarchy */
.history-section {
    background: linear-gradient(180deg, #f7fbfd, #edf7fb)
}

.history-tabs button {
    font-size: 14px;
    padding: 11px 20px
}

.history-summary {
    box-shadow: 0 12px 30px rgba(4, 27, 45, .12)
}

.history-summary strong {
    font-size: 29px;
    line-height: 1.2
}

.history-summary span:last-child {
    font-size: 14px
}

.history-count b {
    font-size: 27px
}

.history-list {
    gap: 14px
}

.history-match {
    padding: 18px 22px;
    min-height: 84px
}

.history-no {
    font-size: 23px
}

.history-label {
    font-size: 10px;
    letter-spacing: 1.5px;
    margin-bottom: 3px
}

.history-match h3 {
    font-size: 17px;
    line-height: 1.3
}

.history-match strong {
    font-size: 15px;
    line-height: 1.35
}

.history-match small {
    font-size: 13px;
    line-height: 1.4
}

@media(max-width:650px) {

    .next-venue-ticker,
    .ticker-track {
        min-height: 54px;
        height: 54px
    }

    .ticker-label {
        height: 54px;
        min-width: 132px;
        padding: 0 12px;
        font-size: 9px;
        letter-spacing: 1.1px
    }

    .ticker-text {
        font-size: 13px;
        line-height: 54px;
        animation-duration: 17s
    }

    .table-wrap th {
        font-size: 11px;
        padding: 14px 15px
    }

    .table-wrap td {
        font-size: 14px;
        padding: 14px 15px
    }

    .history-match {
        padding: 16px 17px
    }

    .history-match h3 {
        font-size: 16px
    }

    .history-match strong {
        font-size: 14px
    }

    .history-match small {
        font-size: 12px
    }
}