/* Keep text readable in legacy paragraphs containing both an image and text.
   Higher specificity also overrides previously cached gallery styles. */
html body .ProductDetailsbox .ProductDetails p:has(>img),
html body .ProductDetailsbox .ProductDetails span:has(>img){
  font-size:14px!important;
  line-height:1.8!important;
}
