.pdt-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  margin: 0;
  color: var(--pdt-trust-color, #6b7280);
  font-size: var(--pdt-trust-size, 12px);
  line-height: 1.4;
  text-align: center;
}

.pdt-trust__icon {
  display: inline-flex;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
}

.pdt-trust__icon svg,
.pdt-trust__icon img {
  display: block;
  width: 100%;
  height: 100%;
}
