/* /general_information/show_tournaments_rules — v2 shell */

body.v2-page .rulesPage-hero {
    max-width: var(--mv2-max-width, 960px);
    margin: 0 auto;
    padding: 20px 16px 8px;
    background: transparent;
}

body.v2-page #wrapper .content .hero-content.rulesPage-hero .main-title {
    margin: 0;
    padding: 0;
    font-family: var(--mv2-font, 'Inter', sans-serif);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.03em;
    text-transform: none;
    color: #1f1f1f !important;
    transform: none;
    background: none;
}

body.v2-page .mainV2__shell > .content-box {
    max-width: var(--mv2-max-width, 960px);
    margin-left: auto;
    margin-right: auto;
}

body.v2-page.has-mainV2-bottom-nav .mainV2__shell > .content-box:last-of-type {
    margin-bottom: 88px;
}

body.v2-page .rules-text {
    font-family: var(--mv2-font, 'Inter', sans-serif);
    color: var(--mv2-text, #1f1f1f);
}

body.v2-page .rules-text .big-text {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--mv2-text, #1f1f1f);
}

@media (max-width: 600px) {
    body.v2-page #wrapper .content .hero-content.rulesPage-hero .main-title {
        font-size: 20px;
    }

    body.v2-page.has-mainV2-bottom-nav .mainV2__shell > .content-box:last-of-type {
        margin-bottom: 72px;
    }
}

body.v2-page .rules-points-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 4px 0 8px;
}

body.v2-page .rules-points-table {
    width: 100%;
    min-width: 640px;
    border-collapse: collapse;
    font-size: 14px;
    line-height: 1.35;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

body.v2-page .rules-points-table th,
body.v2-page .rules-points-table td {
    border: 1px solid #d8d8d8;
    padding: 8px 10px;
    text-align: center;
    vertical-align: middle;
}

body.v2-page .rules-points-table thead th {
    background: #f3f3f3;
    font-weight: 700;
    font-size: 13px;
}

body.v2-page .rules-points-table tbody th[scope="row"] {
    background: #fafafa;
    font-weight: 700;
    width: 2.5em;
}

body.v2-page .rules-points-table tbody tr:nth-child(even) td {
    background: #fcfcfc;
}
