.single-post .wysiwyg-content * {
    color: #3A3A3B;
}

.single-post .wysiwyg-content a {
    color: #235289;
}

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

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

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

.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: #000;
    font-size: 46px;
    line-height: 60px;
}

.single-post .top-content-wrap .inner-wrap .date {
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 4%;
    text-transform: uppercase;
}

.single-post .top-content-wrap .inner-wrap .object-contain {
	background: #60afcf;
	    border-radius: 12px;
	display: flex;
}

.single-post .top-content-wrap .inner-wrap .object-contain img {
	object-fit:contain;
	object-position: center;
}

.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: 20px;
    font-weight: 700;
    line-height: 32px;
    display: block;
    font-family: 'Lato', sans-serif;
}

.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: #000;
    font-size: inherit;
    line-height: inherit;
    font-weight: 700;
    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: 1040px;
    padding: 40px 20px 80px 20px;
}

.single-post .content-wrap ul li::marker {
    color: #06A77D;
}

.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: #082D5A;
    font-size: 18px;
    font-weight: 700;
    line-height: 34px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    font-family: 'Lato', sans-serif;
}

.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: 32px;
    }


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



    .single-post .top-content-wrap .inner-wrap h1 {
        font-size: 46px;
        line-height: 60px;
    }

    .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;
        gap: 24px;
    }

    #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 10px 20px; 
    }

    .single-post .top-content-wrap .inner-wrap h1 {
        font-size: 36px;
        line-height: 46px;
    }

    .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: 18px;
        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: 16px;
}

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

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

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

.single-post .top-content-wrap .doctor-section .doctor-details h6 {
    margin-bottom: 0;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

.single-post .top-content-wrap .doctor-section .doctor-details label:not(.mandarin-name) {
    color: #235289;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    /* 100% */
    letter-spacing: 0.72px;
    text-transform: uppercase;
}

.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: #717174;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    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 10px 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>span {
        font-size: 13px;
        font-weight: 700;
        line-height: 15px;
    }

    .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: 10px;
        font-weight: 400;
        line-height: 14px;
        letter-spacing: .6px;
    }

    .single-post .top-content-wrap .doctor-section .doctor-details .credentials-list p span.separator {
        margin: -4px 6px 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: 71px;
        height: 71px;
        min-width: 71px;
    }

    .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: 20px;
}

.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;
    }
}