/* Binmek – legal / support page additions */

.support-intro {
  margin-top: 8px;
  color: var(--text-muted);
}

.support-intro a {
  color: inherit;
  text-decoration: underline;
}

.support-list {
  margin-top: var(--space-3);
}

.support-list li {
  margin-top: 4px;
}

