article ol:not(:last-child){list-style:none;counter-reset:custom-counter;padding:0;margin-top:20px}article ol:not(:last-child) li{counter-increment:custom-counter;margin-bottom:28px;display:flex}article ol:not(:last-child) li::before{content:counter(custom-counter) ".";font-weight:700;color:#0089ff;font-size:28px;margin-right:.5rem;line-height:1}@media(prefers-color-scheme:dark){article ol:not(:last-child) li::before{color:#0089ff}}