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

.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: #F7F4EE;
    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: 40px;
}

.single-post .top-content-wrap .inner-wrap h1 {
    margin: 0;
    color: #000;
    font-size: var(--desktop-h1-size);
    line-height: var(--desktop-h1-line-height);
    font-weight: 400;
}

.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 {
    -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: '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: #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: 16px;
    font-weight: 700;
    line-height: 32px;
    -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: #000;
	margin:0;
	margin-top: 32px;
}

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

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

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

.single-post .wysiwyg-content h6 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #000;
	margin:0;
	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;
}
@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: #F7F4EE;
    }

    .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: 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: #900304;
    font-size: 12px;
    font-weight: 700;
    line-height: 19px;
    /* 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: #616161;
    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 {
	display: block;
}
.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;
    }

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

.single figure.wp-block-image .wp-element-caption {
    text-align: center;
}

.single-post table thead {
	border-bottom: none;
}

.single-post table thead th {
	background: #900304;
	color: #fff !important;
}

.single-post .wp-block-table {
	 overflow-y: auto;
}

.single-post .wp-block-table table {
	min-width: 500px;
}

.single-post .wp-block-table table img {
	width: 100%;
    max-width: 300px;
}

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