/* =========================================================
   Privacy page layout (matches Region page structure)
   File: css/pages/privacy.css
========================================================= */

/* Add a touch of breathing room similar to region page sections */
.privacy-wrap {
  padding-top: 10px;
  padding-bottom: 40px;
}

/* Content “cards” (region-like content blocks, no images) */
.policy-section {
  border: 1px solid rgba(45, 147, 145, 0.18);
  border-radius: 12px;
  padding: 18px 18px;
  margin: 0 0 18px 0;
  background: #fff;
}

/* Headings inside cards (NO underline animation here) */
.policy-section h3 {
  margin: 0 0 10px 0;
  color: #2d9391;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.25;
}

/* Paragraph spacing inside cards */
.policy-section p {
  margin: 0 0 10px 0;
}

/* Lists: clean + consistent */
.policy-section ul {
  margin: 0;
  padding-left: 20px;
}

.policy-section li {
  margin: 6px 0;
}

/* Small note text */
.policy-note {
  font-size: 0.95em;
  color: #666;
}

/* Links */
.policy-section a {
  color: #2d9391;
  text-decoration: underline;
}

/* Mobile spacing */
@media (max-width: 768px) {
  .policy-section {
    padding: 16px 14px;
  }
}
