.jd-blog-detail .jd-blog-detail__content :is(h1, h2, h3, h4) {
    margin-block-start: 1.25rem;
    margin-block-end: 1.25rem;
}

.jd-blog-detail .jd-blog-detail__content h2 {
    color: var(--e-global-color-secondary);
    font-family: var(--e-global-typography-d3dae9a-font-family), Sans-serif;
    font-size: var(--e-global-typography-d3dae9a-font-size);
    font-weight: var(--e-global-typography-d3dae9a-font-weight);
    font-style: var(--e-global-typography-d3dae9a-font-style);
    line-height: var(--e-global-typography-d3dae9a-line-height);
}

.jd-blog-detail .jd-blog-detail__content h3 {
    color: var(--e-global-color-secondary);
    font-family: var(--e-global-typography-83682a1-font-family), Sans-serif;
    font-size: var(--e-global-typography-83682a1-font-size);
    font-weight: 600;
    line-height: var(--e-global-typography-83682a1-line-height);
}

.jd-blog-detail .jd-blog-detail__content img {
    width: 100%;
}

.jd-blog-detail .jd-blog-detail__content a {
    color: var( --e-global-color-d49ac81 );
    text-decoration: underline;
}

.jd-blog-detail .jd-blog-detail__content ul,
.jd-blog-detail .jd-blog-detail__content ol {
    margin-block-end: .9rem;
}

.jd-blog-detail .jd-blog-detail__content ul li:not(:last-of-type),
.jd-blog-detail .jd-blog-detail__content ol li:not(:last-of-type) {
    margin-bottom: .5rem;
}