/* ============================================================
   erle-it · Rechtliche Seiten (Impressum, Datenschutz)
   Typografie-Politur, minimaler Eingriff.
   ============================================================ */

body.page-template-default.page:not(.home) .entry-content {
  max-width: var(--container-narrow);
  margin-inline: auto;
  padding-inline: clamp(var(--space-4), 4vw, var(--space-6));
  padding-block: clamp(var(--space-7), 8vw, var(--space-9));
}

body.page:not(.home) .entry-content h1 {
  font-size: var(--fs-4xl);
  margin: 0 0 var(--space-6);
  padding-bottom: var(--space-4);
  border-bottom: 1px solid var(--color-border);
}

body.page:not(.home) .entry-content h2 {
  font-size: var(--fs-xl);
  margin-top: var(--space-7);
  margin-bottom: var(--space-3);
  color: var(--color-navy);
}

body.page:not(.home) .entry-content h3 {
  font-size: var(--fs-lg);
  margin-top: var(--space-5);
  margin-bottom: var(--space-2);
}

body.page:not(.home) .entry-content p,
body.page:not(.home) .entry-content li {
  font-size: var(--fs-base);
  line-height: var(--lh-loose);
  color: var(--color-text);
}

body.page:not(.home) .entry-content a {
  color: var(--color-accent);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
body.page:not(.home) .entry-content a:hover {
  text-decoration-thickness: 2px;
}

body.page:not(.home) .entry-content strong {
  color: var(--color-navy);
  font-weight: 600;
}

body.page:not(.home) .entry-content ul,
body.page:not(.home) .entry-content ol {
  padding-left: 1.5em;
  margin: 0 0 var(--space-4);
}

body.page:not(.home) .entry-content ul li {
  margin-bottom: var(--space-2);
}

body.page:not(.home) .entry-content hr {
  margin: var(--space-7) 0;
  border: none;
  border-top: 1px solid var(--color-border);
}

/* Adressen-Blöcke */
body.page:not(.home) .entry-content address {
  font-style: normal;
  padding: var(--space-4) var(--space-5);
  background: var(--color-bg-soft);
  border: 1px solid var(--color-border);
  border-radius: var(--r);
  margin: var(--space-4) 0;
  font-size: var(--fs-sm);
  line-height: var(--lh-loose);
}
