@layer bricks {}#brxe-bajfhm { counter-reset: list1;}#brxe-bajfhm ol { margin-left: 0;}#brxe-bajfhm ol { counter-reset: list1;  list-style: none; padding-left: 0;}#brxe-bajfhm > ol > li:not(:first-child) {margin-top: var(--sp-l);}#brxe-bajfhm > ol > li:not(:last-child) { margin-bottom: var(--sp-m);}#brxe-bajfhm ol > li { position: relative;}#brxe-bajfhm ol > li::before { left: 0; position: absolute; text-align: left;}#brxe-bajfhm ol > li { counter-increment: list1; font-size: var(--typ-fos-con-l-des); font-weight: bold; padding-left: 1.5em; }#brxe-bajfhm ol > li::before { content: counter(list1) ". "; width: 1.5em; }#brxe-bajfhm ol ol { counter-reset: list2;}#brxe-bajfhm ol ol > li { counter-increment: list2; font-size: var(--typ-fos-con-m-des); font-weight: normal; padding-left: 2em;  &:first-child { margin-top: var(--sp-s); } &:last-child { margin-bottom: var(--sp-m); }}#brxe-bajfhm ol ol > li::before { content: counter(list1) "." counter(list2) ". "; width: 2em; }#brxe-bajfhm ol ol ol { counter-reset: list3;}#brxe-bajfhm ol ol ol > li { counter-increment: list3; padding-left: 3em; }#brxe-bajfhm ol ol ol > li::before { content: counter(list1) "." counter(list2) "." counter(list3) ". "; width: 3em; }