/* Site-wide footer trust cleanup */
.footer .footer-trust-list{
  display:grid;
  gap:6px;
  margin:10px 0 0;
  color:#d9bd8c;
  font-size:13px;
  line-height:1.35;
}
.footer .footer-trust-list.standalone{
  margin:12px 0 14px;
}
.footer .footer-trust-list span{
  position:relative;
  display:block;
  padding-left:16px;
}
.footer .footer-trust-list span:before{
  content:"";
  position:absolute;
  left:0;
  top:.62em;
  width:6px;
  height:6px;
  border-radius:50%;
  background:#d99b2b;
}
.footer .safe-contact-stack .footer-trust-list{
  width:100%;
}
