/* H2H main rules page (ind_rules_new) */
#post.rules-page--ind-h2h .rules-page__content {
    gap: 14px;
}
#post.rules-page--ind-h2h .rules-page__content > p:first-child {
    border-left: 4px solid #3d4fc9;
    background: linear-gradient(0.6turn, #eff3ff, #fbfdff, #eff3ff);
}
#post.rules-page--ind-h2h .rules-section {
    position: relative;
    border-left: 4px solid #d7def2;
}
#post.rules-page--ind-h2h .rules-section:nth-of-type(odd) {
    border-left-color: #c8d5ff;
}
#post.rules-page--ind-h2h .rules-section__title {
    letter-spacing: 0.045em;
}
#post.rules-page--ind-h2h .rules-section__subtitle {
    display: inline-block;
    margin: 12px 16px 4px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #edf2ff;
    color: #30409b;
    font-size: 86%;
}
#post.rules-page--ind-h2h .rules-link-grid--full {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
#post.rules-page--ind-h2h .rules-section > p + .rules-link-grid--full {
    padding-top: 4px;
}
#post.rules-page--ind-h2h .rules-section ol li::marker {
    color: #3d4fc9;
    font-weight: 700;
}

@media (hover: none) and (pointer: coarse) and (max-width: 640px) {
    #post.rules-page--ind-h2h .rules-link-grid--full,
    #post.rules-page--scoring-bandy .rules-link-grid--full,
    #post.rules-page--scoring-bandy-wc .rules-link-grid--full,
    #post.rules-page--scoring-hockey .rules-link-grid--full,
    #post.rules-page--scoring-football .rules-link-grid--full,
    #post.rules-page--common .rules-link-grid--full {
        grid-template-columns: 1fr;
    }
}
