/* リストが小さくなる問題 */
.entry-content ol,
.entry-content ul { font-size: 16px !important; line-height: 1.9; }
.entry-content li,
.entry-content li span { font-size: inherit !important; }

/* 素の <div> による変な余白の応急処置 */
.entry-content div:not([class]) {
  margin: 0 0 1em !important;
  line-height: 1.9;
  font-size: 16px; /* 必要なら 17~18px に */
}
/* 空の <div>/<p> を消す、連続 <br> を潰す */
.entry-content div:empty,
.entry-content p:empty { display: none !important; }
.entry-content br + br { display: none; }