/* v0.12.76 — homepage mobile product-card integrity for BOTH cards
   Long CMS-authored labels/summaries must never overflow or clip on mobile. */
@media(max-width:560px){
  .home-product-gateway .v134-wrap{
    width:min(100% - 28px,1180px)!important;
  }
  .home-product-gateway .v134-product-grid-v3{
    grid-template-columns:minmax(0,1fr)!important;
    gap:18px!important;
  }
  .home-product-card{
    min-width:0!important;
    min-height:0!important;
    padding:24px 18px 22px!important;
    border-radius:24px!important;
  }
  .home-product-card>div,
  .home-product-bottom,
  .home-product-actions,
  .home-product-list,
  .home-product-list li{
    min-width:0!important;
    max-width:100%!important;
    box-sizing:border-box!important;
  }
  .home-product-card .v063-product-wordmark{
    min-height:0!important;
    margin:0 0 18px!important;
    gap:4px!important;
  }
  .home-product-gateway .v063-product-parent,
  .home-product-gateway .v063-product-name{
    display:block!important;
    max-width:100%!important;
    font-size:clamp(32px,9.3vw,44px)!important;
    line-height:.96!important;
    letter-spacing:-.045em!important;
    white-space:normal!important;
    overflow-wrap:normal!important;
    word-break:normal!important;
    hyphens:none!important;
  }
  .home-product-job{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    box-sizing:border-box!important;
    margin:0 0 16px!important;
    padding:10px 12px!important;
    border-radius:14px!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
    word-break:normal!important;
    line-height:1.38!important;
    font-size:13px!important;
  }
  .home-product-summary{
    max-width:100%!important;
    font-size:16.5px!important;
    line-height:1.48!important;
  }
  .home-product-list{
    gap:8px!important;
    margin-top:18px!important;
  }
  .home-product-list li{
    padding:11px 12px 11px 34px!important;
    font-size:14px!important;
    line-height:1.42!important;
  }
  .home-product-list li::before{
    left:13px!important;
    top:16px!important;
  }
  .home-product-bottom{margin-top:22px!important;}
  .home-product-actions{
    width:100%!important;
    gap:12px!important;
  }
  .home-product-actions .v134-btn{
    width:100%!important;
    max-width:100%!important;
    min-height:50px!important;
    padding-inline:16px!important;
    box-sizing:border-box!important;
    text-align:center!important;
    justify-content:center!important;
  }
  .home-secondary-link{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
    line-height:1.42!important;
  }
  .home-product-priority::after{
    width:70%!important;
    height:34%!important;
    opacity:.18!important;
  }
  .home-product-priority>*{position:relative;z-index:1;}
}
