.structured-text ul{display:table;margin:0 auto;list-style-type:disc}.structured-text ul>li{padding-left:25px}.structured-text li:last-child{padding-bottom:1rem}.structured-text ol{counter-reset:list-counter;list-style:none;padding-left:40px}.structured-text ol li{margin:0 0 .5rem;counter-increment:list-counter;position:relative;text-align:left}.structured-text ol li:before{content:counter(list-counter);color:#fff;font-size:1.3rem;font-weight:700;position:absolute;--size:34px;left:calc(-1 * var(--size) - 10px);line-height:var(--size);width:var(--size);height:var(--size);top:0;background:#182740;border-radius:50%;text-align:center}.structured-text>ul>li+li{margin-top:.5rem}.structured-text>ol>li+li{margin-top:1.5rem}