/* Final header alignment fixes */
body.fil-concept2[data-horizontal-ready="true"] .mobile-menu-button{
  position:static!important;
  inset:auto!important;
  top:auto!important;
  right:auto!important;
  bottom:auto!important;
  left:auto!important;
  transform:none!important;
  align-self:center!important;
  order:0!important;
  flex:0 0 44px!important;
}
body.fil-concept2[data-horizontal-ready="true"] .home-nav-left,
body.fil-concept2[data-horizontal-ready="true"] .home-auth-actions,
body.fil-concept2[data-horizontal-ready="true"] .home-auth-link{
  align-self:center!important;
}
body.fil-concept2[data-horizontal-ready="true"] .nav-links a[href*="account"],
body.fil-concept2[data-horizontal-ready="true"] .nav-links [data-filitalia-account-link]{
  display:none!important;
}
@media(max-width:760px){
  body.fil-concept2[data-horizontal-ready="true"] .navbar{
    min-height:76px!important;
    height:76px!important;
    align-items:center!important;
  }
  body.fil-concept2[data-horizontal-ready="true"] .home-nav-left{
    height:44px!important;
    display:flex!important;
    align-items:center!important;
  }
}
