If your nested <ol>s are always inside another <ol> you can target:
<ol>
div ol:not(ol ol) { /* your css */ }