
    .terms-wrap {
      max-width: 920px;
      margin-inline: auto;
    }

    .terms-meta {
      display: flex;
      gap: 0.75rem;
      flex-wrap: wrap;
      align-items: center;
      margin: 0.75rem 0 1rem;
      color: var(--text-muted);
      font-size: 0.92rem;
    }

    .terms-body {
      white-space: normal;
      font-family: inherit;
      font-size: 0.98rem;
      line-height: 1.75;
      margin: 0;
      color: #1f2937;
    }

    .terms-body h1,
    .terms-body h2,
    .terms-body h3,
    .terms-body h4 {
      margin: 1.45rem 0 0.7rem;
      line-height: 1.25;
      color: #0f172a;
    }

    .terms-body p,
    .terms-body ul,
    .terms-body ol,
    .terms-body center,
    .terms-body div {
      margin: 0 0 1rem;
    }

    .terms-body ul,
    .terms-body ol {
      padding-left: 1.35rem;
    }

    .terms-body .doc-font-sans {
      font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    }

    .terms-body .doc-font-serif {
      font-family: Georgia, "Times New Roman", Times, serif;
    }

    .terms-body .doc-font-formal {
      font-family: Cambria, Georgia, "Times New Roman", serif;
    }
  
