/* 이탤릭 적용 시 빨간색 없애고 원래 색상 유지 */
.ql-editor em,
.ql-editor i {
  color: inherit !important;
  font-style: italic !important;
}
