.point-rules-page {
    display: grid;
    gap: 22px;
}

.point-rules-hero {
    display: grid;
    gap: 10px;
    padding: 0 0 14px;
    border-bottom: 1px solid var(--line);
}

.point-rules-hero .eyebrow {
    margin: 0;
    color: #9aa3b2;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.point-rules-hero h1 {
    margin: 0;
    color: var(--green);
    font-size: clamp(34px, 5vw, 44px);
    line-height: 1.25;
}

.point-rules-hero p {
    max-width: 760px;
    margin: 0;
    color: #667085;
    font-size: 15px;
    line-height: 1.75;
    word-break: keep-all;
}

.point-rules-page .points-summary {
    margin: 4px 0 2px;
}

.points-rule-section {
    display: grid;
    gap: 12px;
}

.points-rule-section h2 {
    margin: 0;
    color: #1f2937;
    font-size: 20px;
}

.point-rules-table th:first-child,
.point-rules-table td:first-child {
    width: 92px;
}

.point-rules-table th:nth-child(2),
.point-rules-table td:nth-child(2) {
    width: 90px;
    white-space: nowrap;
}

.points-submit-rule {
    padding: 18px;
    background: #f8fafc;
    border: 1px solid var(--line);
    border-radius: 4px;
}

.points-submit-rule ol {
    display: grid;
    gap: 8px;
    margin: 0;
    padding-left: 20px;
    color: #344054;
    line-height: 1.7;
}

@media (max-width: 700px) {
    .point-rules-page {
        gap: 16px;
    }

    .point-rules-hero {
        padding-bottom: 12px;
    }

    .point-rules-hero .eyebrow {
        font-size: 10px;
        letter-spacing: .12em;
    }

    .point-rules-hero h1 {
        font-size: 34px;
    }

    .point-rules-hero p {
        font-size: 14px;
        line-height: 1.65;
    }

    .point-rules-table th:first-child,
    .point-rules-table td:first-child,
    .point-rules-table th:nth-child(2),
    .point-rules-table td:nth-child(2) {
        width: 100%;
    }

    .point-rules-table.my-points-table tr {
        padding: 16px;
    }

    .point-rules-table.my-points-table td {
        grid-template-columns: 72px minmax(0, 1fr);
        gap: 12px;
        align-items: start;
        padding: 8px 0;
    }

    .point-rules-table .point-type {
        min-width: 46px;
        width: fit-content;
        justify-content: center;
        justify-self: start;
        white-space: nowrap;
        line-height: 1.2;
    }

    .point-rules-table .title-cell {
        line-height: 1.75;
        word-break: keep-all;
        overflow-wrap: anywhere;
    }

    .points-submit-rule {
        padding: 14px;
    }
}
