        .rtmega-menu-container .rtmega-megamenu .menu-item ul.sub-menu {
            width: 100%
        }

        /* Fallback hover reveal for the main nav dropdowns: SmartMenus is initialized
           with hover enabled but does not reliably show submenus, so provide a
           pure-CSS fallback that cannot conflict with it. */
        .elementor-nav-menu--main .menu-item-has-children:hover > .sub-menu,
        .elementor-nav-menu--main .menu-item-has-children:focus-within > .sub-menu {
            display: block;
        }

        /* Elementor's default dropdown width (12em) is too narrow for some of our
           menu item labels and clips/overflows the text. Size to content instead. */
        .elementor-nav-menu--main .elementor-nav-menu ul {
            width: auto;
            min-width: 12em;
        }
    
