/* Navigation */
menu {
    color: #ffffff !important;
}

/* Your 6-item desktop navigation bar */
@media (min-width: 600px) {
    menu:is(
        [data-showhideItems="6"],
        [data-showhideItems="7"],
        [data-showhideItems="8"],
        [data-showhideItems="9"],
        [data-showhideItems="10"],
        [data-showhideItems="11"]
    ) ul {
        background: #b05713 !important;
    }

    menu:is(
        [data-showhideItems="6"],
        [data-showhideItems="7"],
        [data-showhideItems="8"],
        [data-showhideItems="9"],
        [data-showhideItems="10"],
        [data-showhideItems="11"]
    ) ul li {
        background: transparent !important;
    }
}

/* Icons */
menu svg {
    stroke: #ffffff !important;
}

/* Hover */
.menu-title:hover {
    color: #f7e8dc !important;
}