/* Trust Block v1.1.1 (Cocoon safe) */
.trust-block{
   
   padding:12px 16px; margin:16px 0;
  box-shadow:0 1px 2px rgba(0,0,0,.04) inset;
  font-size:15px; line-height:1.7;
}
.trust-block__header,.trust-block__title{
  font-weight:700; margin-bottom:8px;
  display:flex; align-items:center;
}
.trust-block__header::before,.trust-block__title::before{
  content:""; width:8px; height:18px; 
   display:inline-block; margin-right:8px;
}
.trust-block__meta{
  display:grid; grid-template-columns:120px 1fr; gap:6px 12px;
  margin:10px 0;
}
.trust-block__meta dt{font-weight:700; color:#333}
.trust-block__meta dd{margin:0}
.trust-block__bullets{margin:8px 0 0 1em; padding:0}
.trust-block__bullets li{margin:4px 0}
.trust-block__checklist{margin:8px 0 0 1.2em}
.trust-block__checklist li{margin:4px 0}
.trust-block__faq summary{cursor:pointer; font-weight:700}
.u-underline{text-decoration:underline}
