/* Style document pour pages légales (CGU, confidentialité, mentions, etc.) */
.site-content .page-document {
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 1.5rem 3rem;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  color: #374151;
  background: #fff;
}

.site-content .page-document h1 {
  color: #2563eb;
  border-bottom: 3px solid #2563eb;
  padding-bottom: 0.75rem;
  margin-bottom: 1.5rem;
  font-size: 1.75rem;
  font-weight: 700;
}

.site-content .page-document h2 {
  color: #1e40af;
  margin-top: 2.25rem;
  margin-bottom: 0.75rem;
  font-size: 1.35rem;
  font-weight: 600;
  border-left: 4px solid #2563eb;
  padding-left: 1rem;
}

.site-content .page-document h3 {
  color: #374151;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
}

.site-content .page-document .date,
.site-content .page-document p.meta-date {
  color: #6b7280;
  font-style: italic;
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
}

.site-content .page-document .section {
  margin-bottom: 1.5rem;
}

.site-content .page-document p {
  margin-bottom: 1rem;
}

.site-content .page-document ul,
.site-content .page-document ol {
  margin: 0.75rem 0 1rem;
  padding-left: 1.5rem;
}

.site-content .page-document li {
  margin: 0.35rem 0;
}

.site-content .page-document strong {
  color: #1e40af;
  font-weight: 600;
}

.site-content .page-document .editor-info,
.site-content .page-document .note {
  background: #f0f9ff;
  padding: 0.75rem 1rem;
  border-left: 4px solid #2563eb;
  margin: 1.25rem 0;
  font-size: 0.9rem;
  color: #374151;
  border-radius: 0 6px 6px 0;
}

.site-content .page-document a {
  color: #2563eb;
  text-decoration: none;
}

.site-content .page-document a:hover {
  text-decoration: underline;
}

.site-content .page-document hr {
  border: 0;
  border-top: 1px solid #e5e7eb;
  margin: 2rem 0;
}

.site-content .page-document table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
  font-size: 0.9375rem;
}

.site-content .page-document th,
.site-content .page-document td {
  border: 1px solid #e5e7eb;
  padding: 0.5rem 0.75rem;
  text-align: left;
}

.site-content .page-document th {
  background: #f9fafb;
  font-weight: 600;
  color: #111827;
}

/* Titre H1 au-dessus du .page-body (quand pas de builder) */
.site-content:has(.page-document) > h1 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  color: #2563eb;
  border-bottom: 3px solid #2563eb;
  padding-bottom: 0.75rem;
  margin-bottom: 0;
  font-size: 1.75rem;
}

.site-content:has(.page-document) > p {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 0.875rem;
  color: #6b7280;
}
