/* Nested Submenu */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: 2px;
    display: none;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

/* More Pages */
.submenu-toggle {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

/* Small Arrow */
.submenu-arrow {
    font-size: 8px;
    margin-left: 12px;
}