.blog-list.module{padding:var(--space-xl);@media (min-width:992px){padding:var(--padding-sm)}& li{padding-left:4.2rem;position:relative;&:not(:last-child){margin-bottom:1.6em}&:before{left:0;position:absolute;top:0}}& ul{list-style:none;padding:0;& li:before{aspect-ratio:1/1;content:"";width:3rem}}& ol{counter-reset:section;list-style:none;padding:0;& li:before{content:counter(section) ".";counter-increment:section;font-size:3rem;font-weight:700;line-height:1}}}