/* Wire · h9311d · Mobile Bottom Home Icon Alignment
 *
 * Cosmetic-only follow-up to h9311c.
 * Keep the persistent CSS-owned Home icon but make it match the visual scale
 * and vertical rhythm of Discover / Alerts / Messages.
 */

@media(max-width:820px){
  nav.wire-mobile-nav-v230j
  > a.wire-mobile-nav-item[href="/home"]::before{
    width:22px!important;
    min-width:22px!important;
    max-width:22px!important;
    height:22px!important;
    min-height:22px!important;
    max-height:22px!important;
    flex-basis:22px!important;
    margin:1px 0 -1px!important;
    transform:translateY(2px)!important;
    background-size:contain!important;
  }

  nav.wire-mobile-nav-v230j
  > a.wire-mobile-nav-item[href="/home"]{
    justify-content:center!important;
    align-items:center!important;
  }
}

@media(display-mode:standalone) and (max-width:820px){
  nav.wire-mobile-nav-v230j
  > a.wire-mobile-nav-item[href="/home"]::before{
    width:22px!important;
    height:22px!important;
    transform:translateY(2px)!important;
  }
}
