.single-post .wysiwyg-content a,
.single-post .wysiwyg-content a span {
    color: #035DB7;
}

.single-post .wysiwyg-content b,
.single-post .wysiwyg-content strong {
    color: #000;
}

.single-post .wysiwyg-content h1 strong,
.single-post .wysiwyg-content h2 strong,
.single-post .wysiwyg-content h3 strong,
.single-post .wysiwyg-content h4 strong,
.single-post .wysiwyg-content h5 strong,
.single-post .wysiwyg-content h6 strong {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
}

.single-post .wysiwyg-content h1 *,
.single-post .wysiwyg-content h2 *,
.single-post .wysiwyg-content h3 *,
.single-post .wysiwyg-content h4 *,
.single-post .wysiwyg-content h5 *,
.single-post .wysiwyg-content h6 * {
    color: #000 !important;
    font-weight: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
}

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

.single-post .top-content-wrap::after {
    content: "";
    background: #1F304F;
    position: absolute;
    width: 100%;
    height: 75%;
    min-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: 32px;
}

.single-post .top-content-wrap .inner-wrap .details>hr {
    background: #fff;
    margin: 0;
}

.single-post .top-content-wrap .inner-wrap h1 {
    margin: 0;
    color: #fff;
    font-size: 56px;
    line-height: 66px;
    font-weight: 600;
}

.single-post .top-content-wrap .inner-wrap .date {
    color: #fff;
    font-family: 'Funnel Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.06em;
    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 {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.single-post .top-content-wrap .doctor-section {
    padding: 0;
    margin-top: 0px;
    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: 'Funnel Sans';
}

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

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

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

.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: #067EC1;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    font-family: 'Funnel Sans';
}

.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: 42px;
    line-height: 50px;
    font-weight: 600;
    color: #000;
    margin: 0;
}

.single-post .wysiwyg-content h3 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
    color: #000;
    margin: 0;
}

.single-post .wysiwyg-content h4 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    color: #000;
    margin: 0;
}

.single-post .wysiwyg-content h5 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #000;
    margin: 0;
}

.single-post .wysiwyg-content h6 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #000;
    margin: 0;
}

.single-post .wysiwyg-content>h1,
.single-post .wysiwyg-content>h2,
.single-post .wysiwyg-content>h3,
.single-post .wysiwyg-content>h4,
.single-post .wysiwyg-content>h5,
.single-post .wysiwyg-content>h6 {
    margin-top: 32px;
}

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

.single-post .wysiwyg-content>* {
    margin-top: 12px;
}

.single-post .wysiwyg-content>*:nth-child(2) {
    margin-top: 0;
}

.single-post .wysiwyg-content ul,
.single-post .wysiwyg-content ol {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 12px;
}

.single-post .wysiwyg-content ul.checked {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 12px;
}

.single-post .wysiwyg-content ul.checked li {
    position: relative;
    padding-left: 32px;
}

.single-post .wysiwyg-content ul.checked li::before {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14 4C8.47727 4 4 8.47727 4 14C4 19.5227 8.47727 24 14 24C19.5227 24 24 19.5227 24 14C24 8.47727 19.5227 4 14 4ZM18.3345 12.3091C18.4144 12.2179 18.4751 12.1116 18.5133 11.9965C18.5514 11.8815 18.5661 11.7599 18.5566 11.6391C18.5471 11.5182 18.5135 11.4005 18.4578 11.2928C18.4021 11.1852 18.3254 11.0897 18.2323 11.0121C18.1392 10.9345 18.0315 10.8763 17.9155 10.841C17.7996 10.8056 17.6777 10.7938 17.5572 10.8062C17.4366 10.8186 17.3197 10.855 17.2134 10.9133C17.1071 10.9716 17.0135 11.0505 16.9382 11.1455L13.0291 15.8355L11.0064 13.8118C10.8349 13.6462 10.6053 13.5546 10.3669 13.5567C10.1285 13.5587 9.90054 13.6543 9.73198 13.8229C9.56343 13.9914 9.46782 14.2195 9.46575 14.4578C9.46368 14.6962 9.55531 14.9258 9.72091 15.0973L12.4482 17.8245C12.5375 17.9138 12.6445 17.9835 12.7622 18.0291C12.8799 18.0748 13.0059 18.0954 13.1321 18.0897C13.2582 18.084 13.3818 18.052 13.4949 17.9959C13.608 17.9397 13.7082 17.8606 13.7891 17.7636L18.3345 12.3091Z' fill='%23D0576E'/%3E%3C/svg%3E%0A");
    height: 26px;
    width: 26px;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width: 767px) {
    .single-post .wysiwyg-content ul.checked li::before {
        height: 24px;
        width: 24px;
    }

    .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: #1F304F;
    }

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

    .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: 74px;
    min-width: 74px;
    height: 74px;
}

.single-post .top-content-wrap .doctor-section .doctor-img-wrap .inner-img-wrap {
    width: 74px;
    height: 74px;
    min-width: 74px;
    border-radius: 200px;
    overflow: hidden;
    border: solid 1px #fff;
}

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

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

.single-post .top-content-wrap .doctor-section .doctor-details label:not(.mandarin-name) {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.02em;
    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: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: 'Funnel Sans';
}

.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: 0px 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>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: 60px;
        height: 60px;
        min-width: 60px;
    }

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


@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: #fff;
    }

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

.blog--cta-section {
    display: flex;
    flex-flow: column nowrap;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 1.2rem;
}

.blog--cta-section .blog--cta-section-image img.mobile-image {
    width: 100%;
    display: block;
}

.blog--cta-section .blog--cta-section-content {
    padding: 20px 32px 40px 32px;
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    gap: 32px;
}

.blog--cta-section .blog--cta-section-content .blog--cta-section-content-inner {
    text-align: center;
    display: flex;
    flex-flow: column nowrap;
    gap: 12px;
}

.blog--cta-section .blog--cta-section-content .btn {
    color: #fff;
}

@media (min-width: 768px) {
    .blog--cta-section {
        position: relative;
        z-index: 1;
        padding: 20px 32px 40px 32px;
    }

    .blog--cta-section .blog--cta-section-image {
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
    }

    .blog--cta-section .blog--cta-section-image img.mobile-image {
        display: none;
    }

    .blog--cta-section .blog--cta-section-image img.desktop-image {
        display: block;
    }

    .blog--cta-section .blog--cta-section-content {
        max-width: 50%;
        padding: 0;
    }

    .blog--cta-section .blog--cta-section-content .blog--cta-section-content-inner {
        text-align: left;
    }

    .blog--cta-section .blog--cta-section-content .btn {
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
    }
}

@media (min-width: 1024px) {
    .blog--cta-section {
        padding: 60px 42px;
    }
}

@media (min-width: 1280px) {
    .blog--cta-section {
        padding: 80px 72px;
    }
}

.single figure.wp-block-image {
    display: inline-block;
    max-width: 500px;
}

.single figure.wp-block-image img {
    box-shadow: 0px 4px 40px 0px #0000001F;
    border-radius: 6px;
}

.single figure.wp-block-image .wp-element-caption {
    font-family: Funnel Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    text-align: center;
    margin-top: 16px;
    color: #000;
}

@media (max-width: 767px) {
    .single figure.wp-block-image {
        display: block;
    }
}

.single-post #ez-toc-container ul.ez-toc-list {
    gap: 0;
}