
/* Chess -- double-coloured OL list (blue and yellow odd/even) */
    .bSUc33zQ .chess {}
    .bSUc33zQ .chess li { margin: 16px 0; font-size: 32px; }
    .bSUc33zQ .chess li:nth-child(odd) { color: #2a3e93; }
    .bSUc33zQ .chess li:nth-child(even) { color: #fed501; }
    .bSUc33zQ .chess li span {
        display: block;
        font-size: 18px; color: #2a3e93;
        padding: 16px;
        border-radius: 8px;
    }
    .bSUc33zQ .chess li span strong { display: block; font-size: 24px; font-weight: 700; }
    .bSUc33zQ .chess li:nth-child(odd) span { border: 3px solid #2a3e93; }
    .bSUc33zQ .chess li:nth-child(even) span { border: 3px solid #fed501; }