/* =========================================================
   safty.css  —  safty.html only
   (uses class="reset-spacing" on <body>, defined in common.css)
   ========================================================= */

body.page-safty {
  --page-bg: #f4f4f4;
  color: #333;
}

.container {
  margin: 40px auto;
}

.main-heading {
  margin-bottom: 25px;
}

/* intro paragraphs (they had no spacing between them before) */
.container > p {
  margin-bottom: 12px;
  line-height: 1.6;
}

.section {
  margin: 40px 0;
}

.section h2 {
  margin-bottom: 15px;
}

.section h3 {
  margin: 15px 0 10px;
  color: #222;
}

.section p {
  margin-bottom: 10px;
  line-height: 1.6;
}

.section ul {
  margin-top: 10px;
  margin-left: 20px;
}

.section ul li {
  margin: 8px 0;
}
