/* ==========================================================================
   Legal Pages (pages/impressum.php & pages/datenschutz.php) Styles
   SV Fortuna Schneidlingen 1919 e.V.
   ========================================================================== */

.legal-page-section {
  margin-top: 80px;
  min-height: 60vh;
  padding: 3rem 1rem;
}

.legal-content-card {
  background: var(--theme-bg-surface, #ffffff);
  border-radius: var(--theme-card-radius, 20px);
  box-shadow: var(--theme-card-shadow, 0 10px 30px rgba(0, 0, 0, 0.05));
  border: 1px solid var(--theme-border-card, #e2e8f0);
  padding: 2.5rem 2rem;
  line-height: 1.7;
  color: var(--theme-text-main, #0f172a);
}

.legal-h1 {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--primary-color);
}

.legal-h3 {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--theme-text-main, #0f172a);
  margin-top: 1.8rem;
  margin-bottom: 0.6rem;
}

.legal-h4 {
  font-size: 1.08rem;
  font-weight: 600;
  color: var(--theme-text-main, #0f172a);
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
}

.legal-highlight-box {
  background: var(--theme-bg-surface-subtle, #f8fafc);
  border-left: 4px solid var(--primary-color);
  padding: 1rem 1.2rem;
  border-radius: 8px;
  margin: 1rem 0;
  color: var(--theme-text-main, #0f172a);
}

.legal-divider {
  margin: 2.2rem 0;
  border: 0;
  border-top: 1px solid var(--theme-border-divider, #e2e8f0);
}

.legal-list {
  margin-left: 20px;
  margin-bottom: 15px;
}
