.mce-content-body[data-mce-placeholder]:not(.mce-visualblocks)::before {
  white-space: pre;
  color: #adb3b8;
}
.mce-content-body {
  margin: 32px 0;
  color: #202325;
  line-height: 24px;
}

/* pre의 자식이 아닌 code 요소에만 스타일 적용 */
:not(pre) > code:not([class*='language-']),
code:not([class*='language-']):not(pre > *) {
  color: #595f63;
  background-color: #f3f4f5;
  padding: 4px 6px;
  border-radius: 8px;
}

:not(pre) > code[class*='language-'],
pre[class*='language-'] {
  background: #f3f4f5;
  border-radius: 8px;
}

/* headline4 */
.mce-content-body h2 {
  font-size: 1.5rem;
  line-height: calc(1.5rem * 31 / 24);
  font-weight: 600;
}

/* headline6 */
.mce-content-body h3 {
  font-size: 1.25rem;
  line-height: 1.5625rem;
  font-weight: 600;
}

/* headline7 */
.mce-content-body h4 {
  font-size: 1.125rem;
  line-height: 1.5625rem;
  font-weight: 600;
}

/* body1 */
.mce-content-body p {
  margin-block-start: 2px;
  margin-block-end: 2px;
  font-size: 1rem;
  line-height: 1.5625rem;
  letter-spacing: 0.02em;
  font-weight: 400;
}
