.sport-page {
    max-width: 1120px;
    margin: 0 auto;
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.hero-panel {
    display: flex;
    flex-direction: column;
    gap: 12px;
    border: 1px solid #dde3f0;
    border-radius: 18px;
    padding: 18px;
    background: linear-gradient(135deg, #f7fbff 0%, #ffffff 52%, #eef3ff 100%);
    box-shadow: 0 10px 28px rgba(0, 10, 61, 0.08);
}

.eyebrow {
    margin: 0;
    color: #263b8f;
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.section-heading {
    font-size: clamp(1.6rem, 3vw, 2.45rem);
    line-height: 1.15;
    margin: 0;
    text-align: left;
    color: #000A3D;
}

.hero-copy {
    max-width: 880px;
    margin: 0;
    font-size: 1.03rem;
    line-height: 1.65;
    color: #252a3a;
}

.hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.stat-card {
    flex: 1 1 210px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 12px;
    border: 1px solid #dbe3f5;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.78);
}

.stat-number {
    font-size: 1.7rem;
    font-weight: 800;
    color: #000A3D;
    line-height: 1;
}

.stat-label {
    font-size: 0.92rem;
    line-height: 1.35;
    color: #404762;
}

.article-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 14px 0;
}

.subheading {
    margin: 0 0 2px 0;
    font-size: clamp(1.16rem, 2vw, 1.45rem);
    line-height: 1.25;
    color: #000A3D;
}

.styled-paragraph {
    margin: 0;
    line-height: 1.65;
    font-size: 1rem;
    color: #252a3a;
}

.styled-list {
    margin: 0;
    padding-left: 18px;
    line-height: 1.6;
    color: #252a3a;
}

.styled-list li {
    margin: 6px 0;
}

.highlight-section {
    border-left: 5px solid #000A3D;
    padding: 14px;
    border-radius: 14px;
    background: #f8f9fd;
}

.feature-list {
    padding-left: 20px;
}

.section-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.event-action-button {
    display: none;
    border: 1px solid #000A3D;
    background: #000A3D;
    color: #ffffff;
    border-radius: 999px;
    padding: 8px 13px;
    font-family: inherit;
    font-weight: 700;
    cursor: pointer;
}

.event-action-button:hover,
.event-action-button:focus-visible {
    background: #18246a;
    outline: none;
}

.table-scroll {
    width: 100%;
    overflow-x: auto;
    border: 1px solid #d8deec;
    border-radius: 14px;
    background: white;
}

.styled-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 980px;
    font-size: 0.94rem;
}

.styled-table th,
.styled-table td {
    border-bottom: 1px solid #e3e7f0;
    border-right: 1px solid #e3e7f0;
    padding: 9px 10px;
    vertical-align: top;
    text-align: left;
}

.styled-table th:last-child,
.styled-table td:last-child {
    border-right: 0;
}

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

.styled-table thead th {
    background: #000A3D;
    color: #ffffff;
    font-weight: 700;
}

.styled-table tbody tr:nth-child(even) {
    background: #f8faff;
}

.event-card-list {
    display: none;
    flex-direction: column;
    gap: 10px;
}

.event-card {
    border: 1px solid #d8deec;
    border-radius: 15px;
    background: #ffffff;
    box-shadow: 0 8px 18px rgba(0, 10, 61, 0.07);
    overflow: hidden;
}

.event-card summary {
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 13px 14px;
    background: #f6f8fe;
    color: #000A3D;
    font-weight: 800;
}

.event-card summary::-webkit-details-marker {
    display: none;
}

.event-card summary::after {
    content: "+";
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #000A3D;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    line-height: 1;
}

.event-card[open] summary::after {
    content: "-";
}

.event-card-title {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.event-card-date {
    font-size: 0.84rem;
    font-weight: 700;
    color: #44517c;
}

.event-definition {
    display: grid;
    grid-template-columns: minmax(106px, 34%) 1fr;
    gap: 0;
    margin: 0;
}

.event-definition dt,
.event-definition dd {
    margin: 0;
    padding: 10px 12px;
    border-top: 1px solid #edf0f7;
    overflow-wrap: anywhere;
}

.event-definition dt {
    background: #fbfcff;
    font-weight: 800;
    color: #000A3D;
}

.event-definition dd {
    color: #252a3a;
    line-height: 1.48;
}

@media (max-width: 900px) {
    .sport-page {
        padding: 12px;
    }

    .hero-panel {
        border-radius: 15px;
        padding: 15px;
    }

    .table-scroll {
        display: none;
    }

    .event-card-list {
        display: flex;
    }

    .event-action-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .section-title-row {
        align-items: flex-start;
    }
}

@media (max-width: 560px) {
    .sport-page {
        padding: 10px;
        gap: 10px;
    }

    .hero-panel {
        padding: 13px;
    }

    .hero-copy,
    .styled-paragraph,
    .styled-list {
        font-size: 0.96rem;
        line-height: 1.58;
    }

    .stat-card {
        flex: 1 1 100%;
    }

    .event-action-button {
        width: 100%;
    }

    .event-definition {
        grid-template-columns: 1fr;
    }

    .event-definition dt {
        padding-bottom: 4px;
        border-top: 1px solid #e7ebf5;
    }

    .event-definition dd {
        padding-top: 4px;
    }

    .event-card summary {
        align-items: flex-start;
    }
}

@media (max-width: 380px) {
    .sport-page {
        padding: 8px;
    }

    .event-card summary {
        padding: 11px 12px;
    }

    .event-definition dt,
    .event-definition dd {
        padding-left: 10px;
        padding-right: 10px;
    }
}
