/* T84 — Slightly shorter mobile home cards with balanced internal spacing
   Scope: homepage mobile cards only. */
@media (max-width:760px){
  #home .primary-actions{
    height:160px !important;
    bottom:34px !important;
  }

  #home .feature-card{
    min-height:0 !important;
    padding:7px 5px 28px !important;
    grid-template-rows:36px 31px 35px !important;
    row-gap:2px !important;
    align-content:start !important;
  }

  #home .feature-card .icon{
    width:36px !important;
    height:36px !important;
    flex-basis:36px !important;
    margin:0 auto !important;
  }

  #home .feature-card .icon-hotel{width:42px !important;}
  #home .feature-card .icon-menu{width:32px !important;}

  #home .feature-card strong{
    min-height:31px !important;
    font-size:clamp(.84rem,3.65vw,.96rem) !important;
    line-height:1.12 !important;
  }

  #home .feature-card[data-view="menu"] strong{
    font-size:clamp(.76rem,3.3vw,.87rem) !important;
    line-height:1.08 !important;
  }

  #home .feature-card small{
    min-height:35px !important;
  }

  #home .feature-card small::after{
    font-size:clamp(.63rem,2.58vw,.72rem) !important;
    line-height:1.28 !important;
  }

  #home .feature-card::after{
    bottom:6px !important;
    width:21px !important;
    height:21px !important;
    font-size:.98rem !important;
  }
}

@media (max-width:760px) and (max-height:780px){
  #home .primary-actions{
    height:144px !important;
    bottom:22px !important;
  }

  #home .feature-card{
    padding:5px 4px 25px !important;
    grid-template-rows:29px 27px 30px !important;
    row-gap:1px !important;
  }

  #home .feature-card .icon{
    width:29px !important;
    height:29px !important;
    flex-basis:29px !important;
  }

  #home .feature-card .icon-hotel{width:35px !important;}
  #home .feature-card .icon-menu{width:26px !important;}

  #home .feature-card strong{
    min-height:27px !important;
    font-size:.78rem !important;
  }

  #home .feature-card[data-view="menu"] strong{
    font-size:.71rem !important;
  }

  #home .feature-card small{
    min-height:30px !important;
  }

  #home .feature-card small::after{
    font-size:.57rem !important;
    line-height:1.22 !important;
  }

  #home .feature-card::after{
    bottom:5px !important;
    width:19px !important;
    height:19px !important;
    font-size:.9rem !important;
  }
}
