/*
 * FilePath: ./style/elementor/elementor-menutop.css
 * Date: Wed Aug 27 2025
 * Description: Styles for the top menu in Elementor
 */

.menu-top {
    a {
        margin-bottom: 8px;
    }

    .menu-red a {
        background-color: #ef4130;
    }

    .menu-red a:hover {
        background-color: #28306a;
    }
}

[data-elementor-device-mode="desktop"] .ds-no-wrap ul {
    flex-wrap: nowrap !important;
}
