/* Isolated readability overrides for product FAQs. */
body.single-product .sa-product-live__faq summary {
  font-size: 18px !important;
  line-height: 1.45 !important;
}

body.single-product .sa-product-live__faq p {
  font-size: 16px !important;
  line-height: 1.6 !important;
}

@media (max-width: 640px) {
  body.single-product .sa-product-live__faq summary {
    font-size: 16px !important;
  }

  body.single-product .sa-product-live__faq p {
    font-size: 15px !important;
  }
}
