/* Ordered list override to match bullet list styling */
.section__page__content ol{ counter-reset: none !important; }
.section__page__content ol li{ list-style: decimal !important; list-style-position: outside; }
.section__page__content ol li::before{ content: none !important; }

/* Dark mode legibility for ordered lists */
body.darkmode .section__page__content ol li{ color: #e6e6e6; }
body.darkmode .section__page__content ol li::marker{ color: var(--educa-orange); }
