/* v38: mobile furshet button in hero + return bottom nav to 4 buttons */
.mobile-hero-furshet-btn{
  display:none !important;
}

@media (max-width: 980px){
  .mobile-hero-furshet-btn{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:100% !important;
    min-height:54px !important;
    border-radius:22px !important;
    text-transform:uppercase !important;
    letter-spacing:.02em !important;
    box-shadow:0 18px 42px rgba(0,0,0,.30),0 8px 26px rgba(214,170,97,.22),inset 0 1px 0 rgba(255,255,255,.55) !important;
  }

  .mobile-app-nav{
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  }

  .mobile-furshet-redirect,
  .mobile-furshet-cta-wrap,
  .mobile-furshet-cta,
  .mobile-furshet-nav-item{
    display:none !important;
  }

  .furshet-card .card-actions{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:8px !important;
  }
}
