
                /* MTG TOPBAR RESPONSIVE FRONTEND V1 */
                .mtg-header-topbar--mobile{display:none!important;}
                @media (max-width:780px){
                    .mtg-header-topbar--desktop{display:none!important;}
                    .mtg-header-topbar--mobile{display:block!important;}
                    .mtg-header-topbar--mobile .mtg-header-topbar__inner{
                        min-height:34px!important;
                        justify-content:center!important;
                        text-align:center!important;
                        gap:8px!important;
                        overflow:hidden!important;
                        white-space:nowrap!important;
                        padding:0 12px!important;
                    }
                    .mtg-header-topbar--mobile .mtg-header-topbar__main,
                    .mtg-header-topbar--mobile .mtg-header-topbar__item{
                        min-width:0!important;
                        overflow:hidden!important;
                        text-overflow:ellipsis!important;
                        white-space:nowrap!important;
                    }
                    .mtg-header-topbar--mobile .mtg-header-topbar__items{
                        display:none!important;
                    }
                }
                @media (min-width:781px){
                    .mtg-header-topbar--desktop{display:block!important;}
                    .mtg-header-topbar--mobile{display:none!important;}
                }
            