/* style/privacy-policy.css */

/* --- General Page Styling --- */
.page-privacy-policy {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light body background */
  background-color: #FFFFFF; /* Explicitly set for clarity, aligns with default */
  padding-top: var(--header-offset, 120px); /* Fixed header spacing */
  overflow-x: hidden; /* Prevent horizontal scroll on main content */
}

.page-privacy-policy__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}