.trust-note {
  width: 100%;
  max-width: 760px;
  margin: 0.75rem auto 1.25rem;
  padding: 0.65rem 0 0.65rem 0.85rem;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.35rem 0.7rem;
  flex-wrap: wrap;
  border-left: 2px solid rgba(212, 175, 55, 0.58);
  color: var(--text-muted, #bdb6d2);
  font-size: 0.8rem;
  line-height: 1.45;
  text-align: left;
}

.trust-note-copy {
  max-width: 62ch;
}

.trust-method-link,
.trust-footer-line a {
  color: var(--gold, #d4af37);
  text-decoration: underline;
  text-decoration-color: rgba(212, 175, 55, 0.38);
  text-underline-offset: 0.18em;
  white-space: nowrap;
}

.trust-method-link:hover,
.trust-method-link:focus-visible,
.trust-footer-line a:hover,
.trust-footer-line a:focus-visible {
  color: var(--text, #f4f0ff);
  text-decoration-color: currentColor;
}

.trust-footer-line {
  max-width: 760px;
  margin: 0.2rem auto 0;
  color: var(--text-muted, #a9a2bd);
  font-size: 0.72rem;
  line-height: 1.45;
  opacity: 0.88;
  text-align: center;
}

.trust-note--result {
  margin-top: 1rem;
  margin-bottom: 0;
}

.trust-note--decision {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

@media (max-width: 560px) {
  .trust-note {
    justify-content: flex-start;
    margin-top: 0.65rem;
    padding-left: 0.75rem;
    font-size: 0.77rem;
  }

  .trust-method-link {
    white-space: normal;
  }
}
