/* aria-live.app · about: the rules only the About page uses. Loaded after global.css. */
.links a[aria-current="page"] { color: var(--text-1); }
.about-grid { align-items: start; }
.about-pair { margin-top: 8px; }
.about-pair > div { padding: 24px 0; }
.about-pair > div:last-child { border-bottom: 0; }
.about-pair .body { max-width: 480px; }
#believe .trust-row h3 { font-size: 20px; }
@media (max-width: 960px) {
  .about-pair { margin-top: 0; }
}
