/* about-fingerprint-auditor.css */
/* Small, page-specific mapping so the original content structure renders in the new tools.css theme. */

/* Match callout styling to the new "notice" look */
.callout{
  background: rgba(0, 212, 255, 0.06);
  border: 1px solid var(--border-color);
  border-radius: 14px;
  padding: 16px;
  margin-top: 16px;
}

.callout h3{
  margin: 0 0 6px;
  font-size: 1.05rem;
  color: var(--primary-cyan);
}

.callout ul{
  margin: 8px 0 0 22px;
  color: var(--text-secondary);
}

.callout li{
  margin: 6px 0;
}

/* Fineprint inside the gold legal disclaimer box */
.legal-disclaimer .fineprint{
  margin-top: 12px;
  color: var(--gold-text);
  opacity: 0.95;
  font-size: 0.95rem;
}

/* Keep the legal disclaimer at the bottom visually distinct without changing layout */
.legal-disclaimer p{
  margin: 10px 0;
}
