/* ============================================================
  CMS.CSS – Nozomi Japan CMS / Policy page styles
  Used by: privacy-policy.html, terms-of-use.html
============================================================ */

/* INTRO WRAPPER */
.about-intro-inner {
  max-width: 88.7rem;
  display: flex;
  flex-direction: column;
}

/* PAGE HEADING */
.cms-page h2 {
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 4.6rem;
  color: var(--color-black);
  margin-bottom: 1.6rem;
}

/* BODY PARAGRAPH */
.cms-page p {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.4rem;
  color: var(--color-black);
  margin-bottom: 1rem;
}

/* SECTION HEADINGS (e.g. "1. Information We Collect") */
.cms-page h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.8rem;
  color: var(--color-black);
  margin-bottom: 1.6rem;
  margin-top: 3rem;
}

/* SUB-HEADINGS within a section */
.cms-page h4 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  color: var(--color-black);
  margin-bottom: 1.6rem;
}

/* BULLET LISTS */
.custom-list {
  padding-left: 2rem;
}

.custom-list li {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.4rem;
  color: var(--color-black);
}

/* ============================================================
  RESPONSIVE
============================================================ */

@media (max-width: 768px) {
  .cms-page h2 {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
  .custom-list {
    padding-left: 1rem;
  }
}
