.elvaris-trust {
  list-style: none;
  margin: 0.75rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.elvaris-trust__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-elvaris-body, inherit);
  font-size: 0.85rem;
  color: var(--e-steel, currentColor);
}

.elvaris-trust__item svg {
  flex-shrink: 0;
}
