/* Mobile (chỉ trang chi tiết): ảnh trong nội dung full width */
@media (max-width: 1024px), (max-device-width: 768px), (pointer: coarse) {
  .entry-content img,
  .entry-content figure img,
  .entry-content .wp-block-image img {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    display: block !important;
    float: none !important;
    margin: 0 0 8px 0 !important;
  }


}
  /* Chú thích dưới ảnh */
  .entry-content figcaption,
  .entry-content .wp-caption-text,
  .entry-content .gallery-caption {
    text-align: center !important;
  }

  /* Nội dung cũ kiểu: <p class="Normal"><img ...><br><em><strong>Caption</strong></em></p> */
  .entry-content p.Normal img {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .entry-content p.Normal > em,
  .entry-content p.Normal > strong,
  .entry-content p.Normal > em > strong {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
  }

