.Prose {
    font-size: 16px;
    line-height: 1.5;
    > blockquote,
    > dl,
    > dd,
    > h1,
    > h2,
    > h3,
    > h4,
    > h5,
    > h6,
    > p,
    > ul
    >ol {
        margin: 0 0 1em 0;
        line-height: 1.5;
    }
    > ul,
    > ol {
        margin-left: 2em;
    }
    > ul li {
        list-style-type: disc;
    }
    > ol li {
        list-style-type: decimal;
    }
    > h1 {
        font-size: 22px;
        font-weight: bold;
        color: #792C5C;
        line-height: 1.3;
        padding-bottom: 20px;
        margin-bottom: 1em;
        border-bottom: 1px solid #ddd;
    }
    > h2 {
        font-size: 20px;
        margin-top: 1em;
        color: #792C5C;
        margin-bottom: 0.6em;
    }
    > h3 {
        font-size: 18px;
        color: #222;
        // font-weight: normal;
        margin-top: 1em;
        margin-bottom: 0.6em;
    }
    > h4 {
        font-size: 16px;
        // color: #792C5C;
        font-weight: bold;
        margin-top: 1em;
        margin-bottom: 0.6em;
    }
    &:last-child {
        margin-bottom: 0;
    }
    > code {
        font-size: 14px;
        display: block;
        line-height: 1.45;
        padding: 10px;
        margin-bottom: 20px;
        background-color: #f9f9f9;
    }
    > p code {
        background-color: #f9f9f9;
        display: inline-block;
        padding: 0 3px;
    }
    > hr {
        border: 0;
        color: #ddd;
        background-color: #ddd;
        height: 1px;
        margin: 1.2em auto;
    }
    // > div + div {
    //     margin-top: 20px;
    // }
    & :first-child {
        margin-top: 0 !important;
    }
    & :last-child {
        margin-bottom: 0 !important;
    }
}

.Prose--embedded {
    background-color: #F7F7F7;
    padding: 18px 15px;
    // border-top: 1px solid #ddd;
    // border-bottom: 1px solid #ddd;
    border-left: 4px solid #ddd;
    font-size: 14px;
    line-height: 1.5;
    > h1 {
        display: none;
    }
    > h2 {
        font-size: 19px;
        margin-top: 0.9em;
        color: #222;
        margin-bottom: 0.6em;
    }
    > h3 {
        font-size: 17px;
        color: #222;
        margin-top: 0.9em;
        margin-bottom: 0.6em;
    }
    > h4 {
        font-size: 15px;
        font-weight: bold;
        margin-top: 1em;
        margin-bottom: 0.6em;
    }
    > p code {
        background-color: #fff;
    }
    > code {
        margin-top: 1em;
        background: #fff;
    }
}