/* Only preserve formatting explicitly saved by the product editor. */
.woocommerce div.product .woocommerce-product-details__short-description,
.woocommerce div.product .woocommerce-Tabs-panel--description,
.woocommerce div.product .woocommerce-Tabs-panel--description * {
  max-width: 100%;
}
/* Prevent themes from stripping inline editor font/color styles. */
.woocommerce div.product .woocommerce-product-details__short-description span[style],
.woocommerce div.product .woocommerce-Tabs-panel--description span[style] {
  font-family: inherit;
}
