
@media (max-width: 767px) {
    .header__content {
        overflow-y: scroll;
    }
    .dropdown-menu-open {
        display: block !important;
    }
    #primary-menu > .menu-item-has-children > a::after {
        content: ' ∨';
        margin-left: 5px;
        background: #1f4c9a;
        width: 18px;
        height: 18px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 4px;
        color: #fff;
        border-radius: 3px;
        font-size: 11px;
    }
    #primary-menu > .menu-item-has-children.dropdown-menu-open > a::after {
        content: ' ∧';
        margin-left: 5px;
        background: #1f4c9a;
        width: 18px;
        height: 18px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 4px;
        color: #fff;
        border-radius: 3px;
        font-size: 11px;
    }
    
    #primary-menu ul.sub-menu.menu-dropdown-open {
        display: flex !important;
        flex-direction: column;
        position: relative;
        margin-left: 0 !important;
        list-style: none;
        padding: 1rem !important;
        margin: 1rem 0 !important;
        opacity: 1;
        max-height: 100%;
        box-shadow: 0 0 10px 0px rgb(54 54 54 / 10%);
    }
}
