/* This sets the theme's default font for ALL elements inside the wrapper. */
.product-content-wrapper,
.product-content-wrapper h2,
.product-content-wrapper h3,
.product-content-wrapper h4,
.product-content-wrapper h5,
.product-content-wrapper h6,
.product-content-wrapper p,
.product-content-wrapper li,
.product-content-wrapper a,
.product-content-wrapper strong,
.product-content-wrapper blockquote {
  font-family: "Readex Pro", sans-serif;
}

/* Scoped Headings with theme-matched values */
.product-content-wrapper h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
  margin: 0 0 16px 0;
}
.product-content-wrapper h3 {
  font-size: 34px;
  line-height: 44px;
  font-weight: 500;
  color: #000000;
  margin: 0 0 16px 0;
}
.product-content-wrapper h4 {
  font-size: 28px;
  line-height: 42px;
  font-weight: 400;
  color: #000000;
  margin: 0 0 16px 0;
}
.product-content-wrapper h5 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  color: #000000;
  margin: 0 0 16px 0;
}
.product-content-wrapper h6 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #000000;
  margin: 0 0 16px 0;
}

/* Paragraphs matched to theme's original style */
.product-content-wrapper p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #363636;
  margin: 0 0 16px 0;
}

/* Scoped Lists */
.product-content-wrapper ul,
.product-content-wrapper ol {
  padding-left: 20px;
  margin: 0 0 16px 0;
}
.product-content-wrapper li {
  list-style-type: disc;
  display: list-item;
  margin-bottom: 8px;
  padding-left: 5px;
}
.product-content-wrapper ol li {
  list-style-type: decimal;
}

/* Scoped Links */
.product-content-wrapper a {
  display: inline;
  text-decoration: underline;
  font-weight: 600;
  color: #2F5CCE;
}
.product-content-wrapper a:hover {
    color: #000000;
}

/* Scoped Images */
.product-content-wrapper img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

/* Scoped Blockquotes & Bold Text */
.product-content-wrapper blockquote {
  font-style: italic;
  color: #555;
  border-left: 4px solid #2F5CCE;
  padding: 10px 20px;
  margin: 1rem 0;
  background-color: #f9f9f9;
}
.product-content-wrapper blockquote p {
  margin-bottom: 0;
}
.product-content-wrapper strong {
  font-weight: 400; 
  color: #000;
}
.product-content-wrapper {
  margin-top: 24px;
}
.video-container {
  margin-bottom: 16px;
}
.product-content-wrapper ul ul {
  margin-top: 16px;
}
@media only screen and (max-width: 1199px) { 
  .product-content-wrapper h2 {
    font-size: 34px;
    line-height: 44px;
  }
  .product-content-wrapper h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .product-content-wrapper h4 {
    font-size: 26px;
    line-height: 36px;
  }
  .product-content-wrapper h5 {
    font-size: 22px;
    line-height: 32px;
  }
  .product-content-wrapper h6 {
    font-size: 18px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 991px) { 
  .product-content-wrapper h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .product-content-wrapper h3 {
    font-size: 26px;
    line-height: 34px;
  }
  .product-content-wrapper h4 {
    font-size: 22px;
    line-height: 32px;
  }
  .product-content-wrapper h5 {
    font-size: 20px;
    line-height: 28px;
  }
  .product-content-wrapper h6 {
    font-size: 16px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 767px) { 
  .product-content-wrapper h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .product-content-wrapper h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .product-content-wrapper h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .product-content-wrapper h5 {
    font-size: 18px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 575px) { 
  .product-content-wrapper h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .product-content-wrapper h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .product-content-wrapper h4 {
    font-size: 18px;
    line-height: 28px;
  }
  .product-content-wrapper h5 {
    font-size: 16px;
    line-height: 24px;
  }
}