/* Shared typography for Legal Use and Cookie Policy pages */

.blank2 > h1.policy-page-title {
  text-align: center;
  padding-bottom: 64px;
  text-transform: uppercase;
  font-size: clamp(1.25rem, 2vh, 1.75rem);
  font-family: DegularDisplay-Regular, Arial, sans-serif;
  color: #000000;
  font-weight: normal;
  letter-spacing: 0.04em;
}

.blank2 .policy-updated {
  margin: 0 0 24px;
  padding: 0 36px;
  color: rgb(127, 127, 127);
  font-size: 15px;
  font-family: DegularDisplay-Regular, Arial, sans-serif;
  line-height: 1.5;
}

.blank2 [data-custom-class="body"] h2,
.blank2 [data-custom-class="heading_1"],
.blank2 [data-custom-class="heading_1"] * {
  font-family: DegularDisplay-Regular, Arial, sans-serif !important;
  font-size: 24px !important;
  color: #000000 !important;
  font-weight: normal !important;
  line-height: 1.35 !important;
}

.blank2 [data-custom-class="body"] h3,
.blank2 [data-custom-class="heading_2"],
.blank2 [data-custom-class="heading_2"] * {
  font-family: DegularDisplay-Regular, Arial, sans-serif !important;
  font-size: 18px !important;
  color: #000000 !important;
  font-weight: normal !important;
  line-height: 1.35 !important;
}

.blank2 [data-custom-class="body"],
.blank2 [data-custom-class="body"] * {
  background: transparent !important;
}

.blank2 [data-custom-class="subtitle"],
.blank2 [data-custom-class="subtitle"] * {
  font-family: DegularDisplay-Regular, Arial, sans-serif !important;
  color: rgb(127, 127, 127) !important;
  font-size: 15px !important;
}

.blank2 [data-custom-class="body_text"],
.blank2 [data-custom-class="body_text"] * {
  color: #595959 !important;
  font-size: 14px !important;
  font-family: DegularDisplay-Regular, Arial, sans-serif !important;
  line-height: 1.6 !important;
}

.blank2 [data-custom-class="body"] h2 {
  padding: 12px 12px 18px 12px;
}

.blank2 [data-custom-class="body"] h3 {
  padding: 8px 12px 12px 24px;
}

.blank2 [data-custom-class="body"] p,
.blank2 p {
  color: #000000;
  font-size: 14px;
  line-height: 1.6;
  padding: 0 36px 24px;
  font-family: DegularDisplay-Regular, Arial, sans-serif;
}

.blank2 [data-custom-class="body"] p:last-of-type {
  padding-bottom: 36px;
}

.blank2 li,
.blank2 ol {
  color: #595959;
  font-size: 14px;
  line-height: 1.6;
  font-family: DegularDisplay-Regular, Arial, sans-serif;
}

.blank2 ul {
  list-style-type: disc;
}

.blank2 ul > li > ul {
  list-style-type: circle;
}

.blank2 ul > li > ul > li > ul {
  list-style-type: disc;
}

.blank2 [data-custom-class="link"],
.blank2 [data-custom-class="link"] *,
.blank2 [data-custom-class="body"] a,
.blank2 [data-custom-class="body_text"] a {
  color: #c20000 !important;
  text-decoration: underline !important;
  text-underline-offset: 2px;
}

.blank2 [data-custom-class="body"] a:hover,
.blank2 [data-custom-class="body_text"] a:hover {
  color: #000000 !important;
}

.blank2 .policy-agree,
.blank2 h1.agree {
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  font-family: DegularDisplay-Regular, Arial, sans-serif;
  color: #000000;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0.02em;
  padding: 48px 24px 24px;
  margin: 0;
}

.blank2 [data-custom-class="body"] div[style*="line-height"] {
  line-height: 1.6 !important;
}

@media screen and (max-width: 768px) {
  .blank2 > h1.policy-page-title {
    font-size: 36px;
    padding-bottom: 40px;
  }

  .blank2 .policy-updated {
    padding: 0 8px;
  }

  .blank2 [data-custom-class="body"] p,
  .blank2 p {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 18px;
  }

  .blank2 [data-custom-class="body"] h2,
  .blank2 [data-custom-class="heading_1"],
  .blank2 [data-custom-class="heading_1"] * {
    font-size: 22px !important;
  }

  .blank2 [data-custom-class="body_text"],
  .blank2 [data-custom-class="body_text"] * {
    font-size: 18px !important;
  }

  .blank2 .policy-agree,
  .blank2 h1.agree {
    font-size: 18px;
    padding: 32px 12px 16px;
  }
}
