#post.rules-page--grand-prix .rules-page-intro--grand-prix {
    border-left-color: #3d4fc9;
    background: linear-gradient(0.6turn, #f0f4ff, #fcfdff, #f0f4ff);
}
#post.rules-page--grand-prix .pt-page-header__title {
    color: #1a237e;
}
#post.rules-page--grand-prix .rules-section__title {
    background: linear-gradient(180deg, #f0f4ff 0%, #e8eeff 100%);
    color: #283593;
}
#post.rules-page--grand-prix .rules-note--muted {
    font-weight: 500;
    font-style: italic;
    color: #546e7a;
}
#post.rules-page--grand-prix .gp-rules-table__code {
    font-weight: 700;
        color: #3949ab;
        white-space: nowrap;
}
#post.rules-page--grand-prix .gp-rules-table--points td:last-child {
    white-space: nowrap;
        font-variant-numeric: tabular-nums;
}
