/**
 * Forma template — left to right refinements.
 * Loaded after forma.css.
 */

/*
 * The mod_menu dropdowns no longer need a direction rule: forma.css positions
 * .mod-menu__sub with inset-inline-start, so the same rule is correct in both
 * directions. The previous ".forma-menu .dropdown-menu { left: 0 }" targeted a
 * selector Joomla 6 never emits.
 */

.forma-breadcrumbs li + li::before {
  content: "/";
}
