/*! giasy-content-images-wide.css — ảnh bài viết / mô tả SP full bề rộng cột nội dung
 * Override max-width:600px (CSS + inline style cũ). Không đụng theme CSS chính.
 * Specificity cao hơn non-critical-content chunk (load async) để thắng cả khi cache cũ.
 */
html.storefront-root .product-description-content img,
html.storefront-root .news-article-content img,
html.storefront-root .tutorial-content img,
html.storefront-root .unified-content img,
html.storefront-root .product-description-content p img,
html.storefront-root .product-description-content div img,
html.storefront-root .news-article-content p img,
html.storefront-root .news-article-content div img,
html.storefront-root .tutorial-content p img,
html.storefront-root .tutorial-content div img,
html.storefront-root .unified-content p img,
html.storefront-root .unified-content div img,
.product-description-content img,
.news-article-content img,
.tutorial-content img,
.unified-content img {
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
}
