ol.nested-list,ol.nested-list ol:not(.alphanumeric){list-style-type:none;counter-reset:index;>li{counter-increment:index;display:grid;gap:0 10px;grid-template-columns:minmax(var(--current-offset),auto) 1fr;>:nth-child(n+2){grid-column:span 2}&:before{display:inline-block;content:counters(index,".") ". "}.offset{grid-column:2}}}ol.nested-list{>li{--current-offset:var(--nested-list-offset1)}ol:not(.alphanumeric ol)>li{--current-offset:var(--nested-list-offset2)}}ol.section-level>li{&:before,>span:first-child{font-weight:700}}ol.alphanumeric,ol.alphanumeric ol:not(.nested-list ol){--type1:lower-alpha;--type2:digit;list-style-type:none;counter-reset:index;>li{counter-increment:index;display:grid;grid-template-columns:var(--current-offset) 1fr;&:before{content:"(" counter(index,var(--current-type)) ")"}}}ol.alphanumeric{padding-left:var(--alphanumeric-list-padding);>li{--current-type:var(--type1);--current-offset:var(--alphanumeric-list-offset)}ol:not(.nested-list ol){grid-column:2}ol:not(.nested-list ol)>li{--current-offset:var(--alphanumeric-list-offset);--current-type:var(--type2)}}