/* Bold and Prominent Top-Level Menu Items */
.elementor-nav-menu .elementor-item,
#menu-main-menu > li > a,
.menu-1 > li > a,
nav.stdmenu > ul > li > a {
    font-weight: 700 !important;
    font-size: 14px !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
}

/* Force menu wrapper to display in a single row without wrapping */
.elementor-nav-menu,
#menu-main-menu,
.menu-1,
nav.stdmenu > ul {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    width: 100% !important;
}

.elementor-nav-menu li,
#menu-main-menu li {
    white-space: nowrap !important;
}
