/* 基本 RWD 圖片安全網 —— 主題原本沒有任何全域 img 規則。
   貼上的原始 <img>(沒有 wp-image- class、又沒包在 wp-block-image 裡)
   會因為缺少 height:auto 而在冷快取首次繪製時被縱向拉長 / 撐破版面。 */
img { max-width: 100%; height: auto; }
