/* RTL refinements. Most layout rules use logical properties. */
.rokn-system__stages { direction: rtl; }
.rokn-flow { direction: rtl; }
.rokn-content :where(ul, ol) { padding-right: 1.4rem; padding-left: 0; }
.wp-block-navigation__responsive-container-close { left: 1rem; right: auto; }

.is-style-rokn-midnight { background: var(--rokn-midnight); color: #fff; }
.is-style-rokn-soft { background: var(--rokn-off-white); }
.is-style-rokn-accent-line { border-top: 4px solid var(--rokn-cobalt); }
