/* =====================================================
   Privacy Policy Page — privacy-policy.css
   Scoped to #privacy-policy
   ===================================================== */

#privacy-policy h2,
#privacy-policy h4,
#privacy-policy h6 {
  color: #212529 !important;
}

#privacy-policy p,
#privacy-policy li,
#privacy-policy address {
  color: #333 !important;
}

#privacy-policy a {
  color: #cc1d1f !important;
}

#privacy-policy .section-header {
  display: block !important;
  text-align: center !important;
}

#privacy-policy .section-header h2,
#privacy-policy .section-header p {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
}

#privacy-policy h4 {
  margin-top: 1.5rem;
  font-size: 1.1rem;
  font-weight: 700;
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 6px;
  margin-bottom: 1rem;
}

#privacy-policy h6 {
  font-size: 0.95rem;
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 0.4rem;
}

#privacy-policy ul,
#privacy-policy ol {
  columns: 1 !important;
  column-count: 1 !important;
}

#privacy-policy li {
  display: list-item !important;
  break-inside: avoid;
  column-span: none;
  margin-bottom: 0.5rem;
}
