/* ==============================
   PRIVACY POLICY PAGE STYLES
============================== */

/* Page Wrapper */
.container {
  max-width: 1000px;
}

/* Headings */
h2 {
  font-size: 32px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 10px;
  color: #ffffff;
}

h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 28px;
  margin-bottom: 8px;
  color: #ff7acb;
}

/* Custom Sub Headings */
.subHeadPvcH2 {
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.subHeadPvc {
  color: #9b5cff;
}

/* Paragraphs */
p {
  font-size: 15px;
  line-height: 1.8;
  color: #cfcbd9;
  margin-bottom: 14px;
}

/* Lists */
ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

ul li {
  margin-bottom: 12px;
  color: #cfcbd9;
}

ul li p {
  margin-bottom: 6px;
}

/* Strong text */
strong {
  color: #ffffff;
  font-weight: 600;
}

/* Links */
a {
  color: #ff7acb;
  text-decoration: none;
  word-break: break-word;
}

a:hover {
  text-decoration: underline;
}

/* Last updated text */
p:first-of-type {
  font-size: 14px;
  color: #aaa;
}

/* Section spacing */
.col-12 {
  padding-top: 60px;
  padding-bottom: 80px;
}

/* ==============================
   RESPONSIVE
============================== */
@media (max-width: 768px) {
  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 18px;
  }

  p,
  ul li {
    font-size: 14px;
  }

  .col-12 {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

@media (max-width: 480px) {
  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 17px;
  }

  ul {
    padding-left: 16px;
  }
}
