/* Ordered list nesting inside Bulma .content: 1. → a. → i. */
.content ol ol:not([type]) {
  list-style-type: lower-alpha;
}

.content ol ol ol:not([type]) {
  list-style-type: lower-roman;
}
