.menu-link.active {
    color: #F36A09 !important;
}
.button-rounded {
    background-color: #F36A09;
    color: white;
}
@media (max-width: 576px) {
    .header-misc {
        display: none;
    }
    .menu-container {
        position: relative;
    }
    .menu-container:after {
        content: '';
        display: block;
        height: 50px; /* Height of the Apply button */
    }
    .menu-container .menu-item:last-child {
        bottom: 0;
        width: 100%;

    }
}
