/* .single-post .wysiwyg-content *:not(li):not(span):not(a) {
    color: #3A3A3B;
    margin-bottom: 12px;
} */

.single-post .wysiwyg-content :last-child {
    margin-bottom 0;
}

.single-post .wysiwyg-content a:not(.btn) {
    color: #0E4C84;
}

.single-post .top-content-wrap {
    position: relative;
    padding: 80px 20px 0 20px;
}

.single-post .top-content-wrap::after {
    content: "";
    background: #231B3C;
    position: absolute;
    width: 100%;
    height: 66%;
    top: 0;
    left: 0;
    z-index: -1;
}

.single-post .top-content-wrap .inner-wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.single-post .top-content-wrap .inner-wrap .featured-image-wrap {
    display: flex;
}

.single-post .top-content-wrap .inner-wrap .details {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.single-post .top-content-wrap .inner-wrap h1 {
    margin: 0;
    color: var(--black-0);
}

.single-post .top-content-wrap .inner-wrap .date {
    color: #000000;
    font-family: var(--default-font);
    font-weight: 500;
    font-size: var(--desktop-body-font-size);
    line-height: var(--desktop-body-line-height);
    letter-spacing: 4%;
    text-transform: uppercase;
}

.single-post .top-content-wrap .doctor-section {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 0;
}

.single-post .top-content-wrap .doctor-section .doctor-details h6 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    display: block;
}

.single-post .top-content-wrap .doctor-section .doctor-details h6 svg {
    vertical-align: top;
}

.single-post .top-content-wrap .doctor-section .doctor-details h6 span {
    font-weight: 400;
}

.single-post .doctor-section .doctor-details h6 a {
    color: var(--black-0);
    font-size: inherit;
    line-height: inherit;
    font-weight: 600;
    text-decoration: underline;
}

.single-post .top-content-wrap .doctor-section .doctor-details label {
    color: #347196;
}

.single-post .top-content-wrap .inner-wrap img {
    border-radius: 12px;
    width: 100%;
    max-height: 480px;
    -o-object-fit: cover;
    object-fit: cover;
}

.single-post .content-wrap {
    width: 100%;
    margin: 0 auto;
}

.single-post .single-post-wrap {
    display: flex;
    width: 100%;
    margin: 0 auto;
    gap: 60px;
    max-width: 1200px;
    padding: 40px 0px 80px 0px;
}

.single-post .content-wrap ul li::marker {
    color: #3A3A3B;
}

.single-post #ez-toc-container {
    width: 100%;
    padding: 16px 20px;
    margin-bottom: 0 !important;
    border-radius: 12px;
    background: #f8f8f8;
    border: unset;
}

.single-post #ez-toc-container nav {
    margin-top: 8px;
}

.single-post #ez-toc-container .ez-toc-title {
    color: var(--grey-grey-1000-black, #000);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}

.single-post #ez-toc-container .ez-toc-link {
    color: #0E4C84;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
}

.single-post #ez-toc-container .ez-toc-counter nav ul li a::before {
    margin-right: 0;
    min-width: 16px;
}

.single-post .wysiwyg-content h2 {
    /* font-size: 36px;
    line-height: 44px;
    font-weight: 600;
    color: #020202; */
}

.single-post .wysiwyg-content h3 {
    /* font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    color: #020202; */
}

.single-post .wysiwyg-content h4 {
    /* font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    color: #020202; */
}

.single-post .wysiwyg-content h5 {
    /* font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #020202; */
}

.single-post .wysiwyg-content h6 {
    /* font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #020202; */
}



@media screen and (max-width: 767px) {

    .single-post .top-content-wrap::after {
        content: unset;
    }

    .single-post #ez-toc-container .ez-toc-link {
        font-size: 16px;
        line-height: 24px;
    }


    .single-post .top-content-wrap .inner-wrap {
        flex-direction: column-reverse;
        gap: 0;
    }



    .single-post .top-content-wrap .inner-wrap h1 {
        font-size: var(--mobile-h1-font-size);
        line-height: var(--mobile-h1-line-height);
    }

    .single-post .top-content-wrap {
        padding: 0px;
        background: #FFFFFF;
    }

    .single-post #ez-toc-container {
        padding: 16px;
        margin-top: 0 !important;
        border-radius: unset;
    }

    .single-post .single-post-wrap {
        flex-direction: column-reverse;
        gap: 24px;
        padding: 40px 20px;
    }

    #ez-toc-container .ez-toc-toggle label,
    .ez-toc-cssicon {
        left: 0 !important;
    }

    .single-post .top-content-wrap .inner-wrap img {
        border-radius: 0;
    }

    .single-post .top-content-wrap .inner-wrap .details {
        padding: 40px 20px 40px 20px;
        background: #231B3C;
    }

    .single-post .top-content-wrap .inner-wrap h1 {
        font-size: var(--mobile-h1-font-size);
        line-height: var(--mobile-h1-font-line-height);
    }

    .single-post .top-content-wrap .doctor-section .doctor-details label:not(.mandarin-name) {
        font-size: 12px;
        font-weight: 700;
        line-height: 14px;
        letter-spacing: 0.72px;
        text-transform: uppercase;
    }

    .single-post .top-content-wrap .doctor-section .credentials-list p {
        font-size: 10px;
        font-weight: 500;
        line-height: 14px;
        /* 140% */
        letter-spacing: 1.5px;
    }

    .single-post .top-content-wrap .doctor-section .credentials-list {
        -moz-column-gap: 12px;
        column-gap: 12px;
    }

    .single-post .top-content-wrap .doctor-section .credentials-list p::after {
        right: -6px;
    }

    .single-post .top-content-wrap .doctor-section .doctor-details h6 {
        font-size: 16px;
        line-height: 24px;
    }

    /* .single-post .wysiwyg-content h2 {
        font-size: 30px;
        line-height: 38px;
    }

    .single-post .wysiwyg-content h3 {
        font-size: 26px;
        line-height: 34px;
    }

    .single-post .wysiwyg-content h4 {
        font-size: 22px;
        line-height: 30px;
    }

    .single-post .wysiwyg-content h5 {
        font-size: 20px;
        line-height: 28px;
    }

    .single-post .wysiwyg-content h6 {
        font-size: 18px;
        line-height: 26px;
    } */

    .single-post .wysiwyg-content li,
    .single-post .wysiwyg-content li *,
    .single-post .wysiwyg-content p,
    .single-post .wysiwyg-content a {
        font-size: 16px;
        line-height: 24px;
    }

    .single-post-share-icon {
        display: flex;
        gap: 8px;
    }

    .single-post-share-icon>div,
    .single-post-share-icon>div a {
        display: flex;
    }
}

.single-post .top-content-wrap .doctor-section {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 14px;
}

.single-post .top-content-wrap .doctor-section .doctor-img-wrap {
    max-width: 72px;
    height: 72px;
}

.single-post .top-content-wrap .doctor-section .doctor-img-wrap .inner-img-wrap {
    width: 100%;
    max-width: 72px;
    height: 72px;
    border-radius: 200px;
    overflow: hidden;
    box-shadow: 0px 2px 4px 0px #00000033;
    border: 2px solid #fff;
}

.single-post .top-content-wrap .doctor-section .doctor-details {
    display: flex;
    flex-flow: column nowrap;
    gap: 4px;
}

.single-post .top-content-wrap .doctor-section .doctor-details h6 {
    margin-bottom: 0;
    color: var(--secondary-color);
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
}

.single-post .top-content-wrap .doctor-section .doctor-details label:not(.mandarin-name) {
    color: var(--black-0);
    font-size: var(--body-font-size);
    font-weight: 400;
    line-height: var(--body-font-line-height);
    letter-spacing: 0.64px;
}

.single-post .top-content-wrap .doctor-section .doctor-details .mandarin-name {
    color: #000;
    font-family: "PingFang HK";
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.84px;
    text-transform: uppercase;
}

.single-post .top-content-wrap .doctor-section .doctor-details .credentials-list {
    display: flex;
    gap: 24px;
}

.single-post .top-content-wrap .doctor-section .doctor-details .credentials-list p {
    margin-top: 0;
    position: relative;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.28px;
    margin-bottom: 0;
}

.single-post .top-content-wrap .doctor-section .doctor-details .credentials-list p::after {}

.single-post .top-content-wrap .doctor-section .doctor-details .credentials-list p span.separator {
    font-size: 8px;
    line-height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin: -4px 6px 0;
}

@media only screen and (max-width: 767px) {
    .single-post .top-content-wrap .doctor-section .doctor-details h6 {
        font-size: 14px;
        line-height: 20px;
    }

    .single-post .doctor-section .doctor-details h6 a,
    .single-post .doctor-section .doctor-details h6>span {
        font-size: 18px;
        font-weight: 600;
        line-height: 26px;
    }

    .single-post .doctor-section .doctor-details h6 a {
        font-weight: 600;
        display: block;
    }

    .single-post .top-content-wrap .doctor-section .doctor-details label:not(.mandarin-name) {
        font-size: 12px;
        line-height: 22px;
    }

    .doctor-section .doctor-details label {
        font-weight: 700;
        font-size: 10px;
        line-height: 16px;
    }

    .single-post .top-content-wrap .doctor-section .doctor-details .credentials-list {
        gap: 2px 6px;
        flex-flow: row wrap;
    }

    .single-post .top-content-wrap .doctor-section .doctor-details .credentials-list p {
        font-size: 11px;
        font-weight: 400;
        line-height: 11px;
        letter-spacing: 0px;
    }

    .single-post .top-content-wrap .doctor-section .doctor-details .credentials-list p span.separator {
        margin: -4px 4px 0;
        font-size: 8px;
        line-height: 12px;
    }

    .single-post .top-content-wrap .doctor-section .doctor-img-wrap .inner-img-wrap,
    .single-post .top-content-wrap .doctor-section .doctor-img-wrap {
        width: 52px;
        height: 52px;
        min-width: 52px;
    }

    .single-post .top-content-wrap .doctor-section {
        align-items: flex-start;
        gap: 10px;
    }
}

.wysiwyg-content ul,
.wysiwyg-content ol {
    margin-left: 0;
    padding-left: 26px;
}



/* .wysiwyg-content *:not(li):not(span):not(div):not(img) {
    margin-top: 0;
    margin-bottom: 1em;
}

.wysiwyg-content *:only-child,
.wysiwyg-content *last-child {
    margin-bottom: 0;
} */

.wysiwyg-content blockquote * {
    margin-bottom: 0 !important;
}

.wysiwyg-content blockquote * {
    color: #0C0C0C !important;
}

#ez-toc-container .ez-toc-list li a {
    margin: 0;
}

.single-post .top-content-wrap .inner-wrap .details .header-details {
    display: flex;
    flex-flow: column nowrap;
    gap: 16px;
}

.single-post .top-content-wrap .inner-wrap .details .header-details .date {
    color: #000000;
    font-weight: 500;
}

@media (max-width: 767px) {
    .single-post .top-content-wrap .inner-wrap .details .header-details {
        gap: 12px;
    }

    .single-post .top-content-wrap .inner-wrap .details .header-details .date {
        color: #061957;
    }

    .single-post .top-content-wrap .inner-wrap .date {
        font-size: var(--mobile-body-font-size);
        line-height: var(--mobile-body-line-height);
    }
}

.single-post .post-content-wrap .wysiwyg-content {
    width: 100%;
}

.wysiwyg-content *:not(.btn) {
    color: #292929;
}

.wysiwyg-content blockquote * {
    color: var(--black-1000);
}

.wysiwyg-content h1,
.wysiwyg-content h2,
.wysiwyg-content h3,
.wysiwyg-content h4,
.wysiwyg-content h5,
.wysiwyg-content h6 {
    color: var(--primary-color);
}

@media (min-width: 768px) {
    .single-post .single-post-wrap {
        flex-flow: row nowrap;
        gap: 40px;
        padding: 60px 20px;
    }

    .single-post .single-post-wrap .content-wrap,
    .single-post .single-post-wrap .content-sidebar {
        width: 100%;
    }

    .single-post .single-post-wrap .content-sidebar {
        max-width: 360px;
    }
}

@media (min-width: 1240px) {
    .single-post .single-post-wrap {
        padding: 60px 0px;
    }
}

@media (max-width: 1280px) {
    .single-post .single-post-wrap {
        gap: 80px;
    }
}

.single-post .single-post-wrap .content-sidebar .toc-nav {
    width: 100%;
    background: #ECEBF0;
    padding: 24px;
    border-radius: 20px;
    display: flex;
    flex-flow: column nowrap;
    gap: 32px;
}

.single-post .single-post-wrap .content-sidebar .toc-nav .toc-title {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
}

.single-post .single-post-wrap .content-sidebar .toc-nav .toc-list {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: column nowrap;
}

.single-post .single-post-wrap .content-sidebar .toc-nav .toc-list li {
    display: flex;
    flex-flow: column nowrap;
}

.single-post .single-post-wrap .content-sidebar .toc-nav .toc-list li a {
    width: 100%;
    padding-left: 36px;
    position: relative;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #CCCCCC;
    width: 100%;
    font-weight: 500;
    color: var(--primary-color);
    font-size: 16px;
    line-height: 24px;
    outline: none;
    text-transform: capitalize;
}

.single-post .single-post-wrap .content-sidebar .toc-nav .toc-list li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 100%;
    max-width: 26px;
    height: 26px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNiAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iNCIgeT0iNCIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4IiByeD0iOSIgZmlsbD0iIzBCMDAzMCIvPgo8cGF0aCBkPSJNMTcuOTI0MyAxMi41NzU3QzE4LjE1ODYgMTIuODEwMSAxOC4xNTg2IDEzLjE4OTkgMTcuOTI0MyAxMy40MjQzTDE0LjEwNTkgMTcuMjQyNkMxMy44NzE2IDE3LjQ3NyAxMy40OTE3IDE3LjQ3NyAxMy4yNTc0IDE3LjI0MjZDMTMuMDIzIDE3LjAwODMgMTMuMDIzIDE2LjYyODQgMTMuMjU3NCAxNi4zOTQxTDE2LjY1MTUgMTNMMTMuMjU3NCA5LjYwNTg5QzEzLjAyMyA5LjM3MTU3IDEzLjAyMyA4Ljk5MTY3IDEzLjI1NzQgOC43NTczNkMxMy40OTE3IDguNTIzMDQgMTMuODcxNiA4LjUyMzA0IDE0LjEwNTkgOC43NTczNkwxNy45MjQzIDEyLjU3NTdaTTguNSAxM1YxMi40TDE3LjUgMTIuNFYxM1YxMy42TDguNSAxMy42VjEzWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==');
}

.single-post .single-post-wrap .content-sidebar .toc-nav .toc-list>li:first-child>a {
    padding-top: 0;
}

.single-post .single-post-wrap .content-sidebar .toc-nav .toc-list>li:first-child>a:before {
    top: 0;
}

@media (min-width: 1280px) {
    .single-post .single-post-wrap .content-sidebar .toc-nav {
        gap: 40px;
    }

    .single-post .single-post-wrap .content-sidebar .toc-nav .toc-title {
        font-size: 22px;
        line-height: 30px;
    }

    .single-post .single-post-wrap .content-sidebar .toc-nav .toc-list li a {
        font-size: 18px;
        line-height: 26px;
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

.single-post .top-content-wrap .inner-wrap .details .header-details .article-meta-wrap {
    display: flex;
    flex-flow: row nowrap;
    gap: 8px;
    align-items: center;
}

.single-post .top-content-wrap .inner-wrap .details .header-details .article-meta-wrap .article-category {
    color: var(--secondary-color);
    font-size: var(--body-font-size);
    font-weight: 500;
    line-height: var(--body-font-line-height);
    letter-spacing: 0.64px;
    text-transform: uppercase;
}

.single-post .top-content-wrap .inner-wrap .details .header-details .article-meta-wrap .article-category a {
    color: inherit;
    font-weight: inherit;
}

.single-post .top-content-wrap .inner-wrap .details .header-details .article-meta-wrap .date {
    color: #EAEAEA;
    font-size: var(--body-font-size);
    font-weight: 500;
    line-height: var(--body-font-line-height);
    letter-spacing: 0.64px;
    display: inline-flex;
    margin-left: auto;
}

@media (max-width: 767px) {
    .single-post .top-content-wrap .inner-wrap .details .header-details .article-meta-wrap {
        flex-flow: column nowrap;
        align-items: flex-start;
    }

    .single-post .top-content-wrap .inner-wrap .details .header-details .article-meta-wrap .date {
        margin-left: unset;
    }
}