[data-page*="cookie"] #cookiebanner .box-header .button--close, 
[data-page*="privacy"] #cookiebanner .box-header .button--close {
    display: none;
}

main .box-content ol h2:not([class*="level"]),
main .box-content ol > ::marker {
    color: var(--colors-heading-primary);
    font-size: var(--heading-4, 1.5rem);
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -.02em;
    margin-block: var(--heading-4-margin-block);
}

.box-content ol h3:not([class*="level"]),
main .box-content ol ol > ::marker {
    color: var(--colors-heading-primary);
    font-size: var(--heading-6, 1.125rem) !important;
    font-weight: 600 !important;
    line-height: 105% !important;
    letter-spacing: -.02em;
    margin-block: var(--heading-5-margin-block) !important;
}

main .box-content ol {
  list-style-type: decimal;
}

main .box-content ol ol {
  list-style-type: lower-alpha;
}
