/* v140 — final approved mobile-only trust alignment. */
@media(max-width:700px){
  body.gp-v134 .gp138-trust-wrap .reference-services{
    align-items:stretch!important;
  }
  body.gp-v134 .gp138-trust-wrap .reference-service{
    display:grid!important;
    min-height:92px!important;
    padding:8px 1px!important;
    grid-template-columns:1fr!important;
    grid-template-rows:48px 18px!important;
    place-items:center!important;
    align-content:center!important;
    row-gap:5px!important;
  }
  body.gp-v134 .gp138-trust-wrap .reference-service svg.gp140-trust-icon{
    display:block!important;
    grid-column:1!important;
    grid-row:1!important;
    width:46px!important;
    height:46px!important;
    min-width:46px!important;
    margin:0!important;
    padding:9px!important;
    border-radius:50%!important;
    background:#eef8f4!important;
    color:#168568!important;
    stroke:currentColor!important;
    filter:none!important;
  }
  body.gp-v134 .gp138-trust-wrap .reference-service:nth-child(2) svg.gp140-trust-icon{
    background:#fff0ed!important;
    color:#ed6b5d!important;
  }
  body.gp-v134 .gp138-trust-wrap .reference-service b{
    display:block!important;
    grid-column:1!important;
    grid-row:2!important;
    width:100%!important;
    height:18px!important;
    margin:0!important;
    padding:0!important;
    overflow:visible!important;
    color:#147d61!important;
    font-size:10px!important;
    font-weight:900!important;
    line-height:18px!important;
    text-align:center!important;
    white-space:nowrap!important;
  }
}
