/* TrendishShop v217 — compact trust/service cards on desktop only */
@media (min-width: 901px){
  body.home-overlay-layout .home-features-section{
    padding:8px 0 12px!important;
  }

  body.home-overlay-layout .home-features-section > .container{
    max-width:1280px!important;
  }

  body.home-overlay-layout .home-features-grid{
    gap:12px!important;
  }

  body.home-overlay-layout .home-feature-card{
    min-height:104px!important;
    padding:10px 16px!important;
    gap:12px!important;
    border-radius:12px!important;
  }

  body.home-overlay-layout .home-feature-icon{
    width:42px!important;
    height:42px!important;
    flex:0 0 42px!important;
  }

  body.home-overlay-layout .home-feature-icon img{
    transform:scale(1.08)!important;
  }

  body.home-overlay-layout .home-feature-icon span{
    font-size:31px!important;
  }

  body.home-overlay-layout .home-feature-copy h3{
    margin:0 0 4px!important;
    font-size:17px!important;
    line-height:1.35!important;
    font-weight:800!important;
    white-space:nowrap!important;
  }

  body.home-overlay-layout .home-feature-copy p{
    margin:0!important;
    font-size:12px!important;
    line-height:1.5!important;
  }
}
