/* ==========================================================================
   PULSEHEAVEN – PRIVACY POLICY
   ========================================================================== */

/* WRAPPER: centered in viewport, max‑width 1200px, left‑aligned content */
.pp-page-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;               /* centers the box itself */
  padding: 2em 20px 20px;        /* 2em top, 20px sides & bottom */
}

/* HEADINGS: left‑aligned inside the centered wrapper */
.pp-page-inner h1,
.pp-page-inner h2 {
  text-align: left;
  margin-bottom: 1rem;
}

/* PARAGRAPHS: left‑aligned */
.pp-page-inner p {
  margin-bottom: 1rem;
  line-height: 1.6;
  text-align: left;
}

/* LISTS: left‑aligned with indent */
.pp-page-inner ul,
.pp-page-inner ol {
  margin: 0 0 1rem 1.25rem;
}
.pp-page-inner ul li,
.pp-page-inner ol li {
  margin-bottom: .5rem;
  line-height: 1.5;
  text-align: left;
}

/* RESPONSIVE TABLES */
.responsive-table {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.responsive-table table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}
.responsive-table th,
.responsive-table td {
  padding: .5rem;
  border: 1px solid #ddd;
  text-align: left;
}

/* REMOVE EXTRA BOTTOM SPACING */
.pp-page-inner > *:last-child {
  margin-bottom: 0;
}
