
.ql-editor p {
    margin-bottom: 0.5rem;
}

.ql-snow .ql-editor blockquote {
    border-left: 4px solid #ccc;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-left: 16px;
}

.ko.ql-snow .ql-tooltip[data-mode="link"]::before {
    content: "링크입력:";
}

.en.ql-snow .ql-tooltip[data-mode="link"]::before {
    content: "Enter link:";
}

.ja.ql-snow .ql-tooltip[data-mode="link"]::before {
    content: "リンク入力:";
}

.ko.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
    content: "저장";
}

.en.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
    content: "Save";
}

.ja.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
    content: "保存";
}

.ko.ql-snow .ql-tooltip::before {
    content: "URL 바로가기:";
}

.en.ql-snow .ql-tooltip::before {
    content: "Visit URL:";
}

.ja.ql-snow .ql-tooltip::before {
    content: "URLを見る:";
}

.ko.ql-snow .ql-tooltip a.ql-action::after {
    content: '변경';
}

.en.ql-snow .ql-tooltip a.ql-action::after {
    content: 'Edit';
}

.ja.ql-snow .ql-tooltip a.ql-action::after {
    content: '変更';
}

.ko.ql-snow .ql-tooltip a.ql-remove::before {
    content: '삭제';
}

.en.ql-snow .ql-tooltip a.ql-remove::before {
    content: 'Remove';
}

.ja.ql-snow .ql-tooltip a.ql-remove::before {
    content: '削除';
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0.5rem!important;
    margin-bottom: 0.5rem!important;
    font-weight: 600;
    line-height: 1.4;
    color: #1e2022;
}