/* ============================================================
   LUNCHBOX.KIDS — PRIVACY TABLET (769px–1024px)
   ============================================================ */

@media (min-width: 769px) and (max-width: 1024px) {

  /* Cap prose width for readability */
  .privacy-body,
  .privacy-content {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }

  /* Ensure the policy table still scrolls horizontally on tablet */
  .privacy-body .table-wrap,
  .privacy-content .table-wrap {
    overflow-x: auto;
  }
}
