.post-body,
.post-body * {
  box-sizing: border-box;
}

/* 画像をレスポンシブで正しく縦横比保持 */
.post-body img {
  max-width: 100% !important;
  height: auto !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* figure タグの調整（CKEditorが生成） */
.post-body figure {
  margin: 1rem 0;
}

/* CKEditorの .image クラス付き figure の画像も明示的に制御 */
.post-body figure.image > img {
  width: 100% !important;
  height: auto !important;
  display: block;
}

/* 段落の余白と行間 */
.post-body p {
  margin: 0 0 1rem;
  line-height: 1.8;
}
