/* Homepage hero trust row tidy-up. */
.pluginpip-home .pp3-trust-inline{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:0;
  margin:34px 0 0;
  padding:0;
  list-style:none;
  align-items:stretch;
}
.pluginpip-home .pp3-trust-inline li{
  position:relative;
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  gap:14px;
  align-items:start;
  min-width:0;
  padding:0 20px;
}
.pluginpip-home .pp3-trust-inline li:first-child{padding-left:0}
.pluginpip-home .pp3-trust-inline li:last-child{padding-right:0}
.pluginpip-home .pp3-trust-inline li+li::before{
  content:"";
  position:absolute;
  left:0;
  top:2px;
  bottom:2px;
  width:1px;
  background:rgba(80,167,255,.22);
}
.pluginpip-home .pp3-trust-inline i{
  display:grid;
  width:42px;
  height:42px;
  place-items:center;
  border:1px solid rgba(0,140,255,.55);
  border-radius:50%;
  color:var(--pt-cyan);
  background:rgba(0,124,255,.04);
  font-style:normal;
  font-size:.82rem;
  line-height:1;
  flex:none;
}
.pluginpip-home .pp3-trust-inline span{min-width:0;padding-top:1px}
.pluginpip-home .pp3-trust-inline strong{
  display:block;
  margin:0;
  color:#fff;
  font-size:.93rem;
  line-height:1.35;
  font-weight:800;
  letter-spacing:-.012em;
  text-wrap:balance;
}
.pluginpip-home .pp3-trust-inline small{
  display:block;
  margin-top:4px;
  color:#91a9c3;
  font-size:.78rem;
  line-height:1.5;
  text-wrap:balance;
}
@media(max-width:1050px){
  .pluginpip-home .pp3-trust-inline{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:22px}
  .pluginpip-home .pp3-trust-inline li{padding-inline:18px}
  .pluginpip-home .pp3-trust-inline li:nth-child(odd){padding-left:0}
  .pluginpip-home .pp3-trust-inline li:nth-child(even){padding-right:0}
  .pluginpip-home .pp3-trust-inline li:nth-child(3)::before{display:none}
}
@media(max-width:680px){
  .pluginpip-home .pp3-trust-inline{grid-template-columns:1fr;gap:0;margin-top:28px}
  .pluginpip-home .pp3-trust-inline li,
  .pluginpip-home .pp3-trust-inline li:first-child,
  .pluginpip-home .pp3-trust-inline li:last-child,
  .pluginpip-home .pp3-trust-inline li:nth-child(odd),
  .pluginpip-home .pp3-trust-inline li:nth-child(even){padding:14px 0}
  .pluginpip-home .pp3-trust-inline li+li::before{
    display:block;
    top:0;
    bottom:auto;
    left:0;
    right:0;
    width:auto;
    height:1px;
  }
  .pluginpip-home .pp3-trust-inline li:nth-child(3)::before{display:block}
}
