/* Desktop navbar: nested dropdown menus open to the right of the parent item */
@media (min-width: 1200px) {
  .navbar-expand-xl .dropdown-menu .dropdown-menu {
    top: 0;
    left: 100%;
    right: auto;
    margin-top: 0;
    margin-left: 0.125rem;
    z-index: 1001;
  }
}
