.editor-styles-wrapper h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 78px;
    letter-spacing: 0.01em;
    line-height: calc(46 / 34);
    position: relative;
}

.editor-styles-wrapper h2::before {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 40px;
    height: 4px;
    background: #d53b3b;
}

.editor-styles-wrapper h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: calc(35 / 26);
    letter-spacing: 0.01em;
    position: relative;
    margin-left: 28px;
    margin-bottom: 60px;
}

.editor-styles-wrapper h3::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -28px;
    width: 16px;
    height: 16px;
    background: #d53b3b;
    border-radius: 50%;
    transform: translateY(-50%);
}

.editor-styles-wrapper h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: calc(27 / 20);
    letter-spacing: 0.01em;
    margin-bottom: 60px;
    position: relative;
    margin-left: 28px;
}

.editor-styles-wrapper h4::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -28px;
    width: 14px;
    height: 2px;
    background: #121212;
    transform: translateY(-50%);
}

.alignleft {
    float: left;
    margin-right: 64px;
    margin-bottom: 80px;
}

.alignright {
    float: right;
    margin-left: 64px;
    margin-bottom: 80px;
}

.editor-styles-wrapper img {
    flex: 0 0 478px;
    width: 478px;
    height: 438px;
    border-radius: 10px;
    max-width: 100%;
    height: auto;
    display: block;
}

.editor-styles-wrapper table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 100px;
}

.editor-styles-wrapper tr {
    border-bottom: 1px solid #cbcbcb;
    background: #eeeeee;
}

.editor-styles-wrapper tr:nth-child(odd) {
    background: #fff;
}

.editor-styles-wrapper td {
    border: none;
    font-size: 16px;
    line-height: calc(30 / 16);
    padding: 12px 20px 12px 0;
    text-align: left;
}

.editor-styles-wrapper tr td:first-child {
    font-weight: 600;
    padding-left: 32px;
    width: 220px;
}

@media screen and (max-width: 767px) {
    .editor-styles-wrapper h2 {
        font-size: clamp(22px, vw(34), 34px);
        margin-bottom: vw(78);
    }

    .editor-styles-wrapper h2::before {
        display: inline-block;
        bottom: vw(-14);
        width: vw(40);
        height: vw(4);
        min-width: 26px;
        min-height: 2px;
    }

    .editor-styles-wrapper h3 {
        font-size: clamp(20px, vw(26), 26px);
        margin-left: vw(28);
        margin-bottom: vw(60);
    }

    .editor-styles-wrapper h3::before {
        left: vw(-28);
        width: vw(16);
        height: vw(16);
        min-width: 10px;
        min-height: 10px;
    }

    .editor-styles-wrapper h4 {
        font-size: clamp(16px, vw(20), 20px);
        margin-bottom: vw(60);
        margin-left: vw(28);
    }

    .editor-styles-wrapper h4::before {
        left: vw(-28);
        width: vw(14);
        height: vw(2);
        min-width: 9px;
        min-height: 1px;
    }

    .alignleft {
        float: left;
        margin-right: 64px;
        margin-bottom: 80px;
    }

    .alignright {
        float: right;
        margin-left: 64px;
        margin-bottom: 80px;
    }

    .editor-styles-wrapper img {
        flex: 0 0 478px;
        width: 478px;
        height: 438px;
        border-radius: 10px;
        max-width: 100%;
        height: auto;
        display: block;
    }

    .editor-styles-wrapper table {
        margin-bottom: vw(100);
    }

    .editor-styles-wrapper tr {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .editor-styles-wrapper tr:nth-child(odd) {
        background: #fff;
    }

    .editor-styles-wrapper td {
        border: none;
        font-size: clamp(14px, vw(16), 16px);
        padding: vw(12) vw(20) vw(12) vw(32);
    }

    .editor-styles-wrapper td:not(:first-child) {
        font-size: clamp(14px, vw(16), 16px);
        padding: 0 vw(20) vw(12) vw(32);
    }

    .editor-styles-wrapper tr td:first-child {
        padding-left: vw(32);
    }
}
