.single__post--hero .container {
    padding-top: 40px;
}

.single__post--hero {
    height: auto !important;
}

.single__post--content {
    margin-top: 24px !important;
}

.blog-post-container .wysiwyg ul {
    list-style-type: disc;
}

.blog-post-container .wysiwyg ul li {
    line-height: 24px;
    padding-left: 8px;
    margin-left: 16px;
}

.blog-post-container .wysiwyg li::before {
    content: none;
}

.blog-post-container .wysiwyg li::after {
    content: none;
}

.blog-post-container .in-article-left {
    float: left;
    margin-right: 24px;
    margin-bottom: 24px;
}

.blog-post-container .in-article-right {
    float: right;
    margin-left: 24px;
    margin-bottom: 24px;
}

/* Offer CTA Mobile */
.blog-offer-cta-list h3 {
    color: #FFF !important;
    font-size: 18px !important;
    margin-top: 6px !important;
}

.blog-offer-cta-list ul {
    margin-left: 0 !important;
    margin-top: 6px !important;
}

.blog-offer-cta-list ul li {
    color: #FFF !important;
    margin-bottom: 3px !important;
    padding-left: 0 !important;
    line-height: 1em !important;
    font-size: 16px !important;
}

div#blog-cta-banner-offer {
    width: 300px;
    color: #fff !important;
    font-family: var(--font-normal);
}

#inCopy {
    display: none
}

#inCopy a.cta-banner-offer-btn-link {
    color: #FFF !important;
    display: block;
    border: none;
}

#inCopy h6.cta-banner-offer-hdr-bottom {
    color: #FFF !important;
    margin-bottom: 0 !important;
    line-height: 1em !important;
    font-size: 36px;
}

#inCopy .spacer-banner {
    min-height: 12px;
}

.single-post .share-btns {
    margin: 24px auto;
    width: fit-content;
}

.tof-social {
    padding-top: 48px;
    padding-bottom: 48px
}

.stay-tuned__item:hover {
    background-color: #add261;
}

.single__post--content .wysiwyg a {
    color: var(--blue);
    text-decoration: underline;
    text-decoration-color: #1063896b;
    text-underline-offset: 3px;
    line-height: 1.45em;

}


figure.wp-block-table {
    margin-top: 24px;
    margin-bottom: 24px;
}

.wp-block-table td,
.wp-block-table th {
    border: 1px solid #B6B5B5;
}

.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
    font-family: 'Nunito Sans', sans-serif;
    color: #707070;
}

.blog-post-container .wysiwyg ol {
    list-style: auto;
}

.blog-post-container .wysiwyg ol li {
    padding-left: 16px
}

figure.wp-block-image.size-full.no_shadow img {
    border-radius: 0;
    box-shadow: none;
}


@media (max-width: 1024px) {
    #inCopy {
        display: block
    }

    #inCopy .blog-cta-banner-offer {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    #inCopy span.dollar-sign {
        top: -16px;
    }

    #inCopy .cta-banner-offer-wrap-btn {
        border: 2px solid #FFF;
        color: #FFF;
        background: transparent;
    }

    #inCopy .blog-offer-cta-list ul li:not(:first-child) {
        margin-top: 10px;
    }
}


@media (min-width: 768px) {
    .article-narrow {
        max-width: 75% !important;
        max-width: 1240px !important;
    }

    .single__post--content .wysiwyg {
        margin-top: 36px;
    }
}


@media (max-width: 768px) {
    .single__post--hero .container {
        padding: 8px 20px 0 20px !important;
    }

    .stay-tuned--desktop {
        display: flex;
    }

    .single__post--content .container {
        padding: 18px 20px 24px 20px !important;
    }

    .single__post--content .wysiwyg {
        margin-top: 18px;
    }

    .blog-post-container h1 {
        font-size: 24px;
        line-height: 30px;
    }

    .blog-post-container h2 {
        font-size: 22px;
        line-height: 28px;
    }

    .blog-post-container h3 {
        font-size: 18px;
        line-height: 23px;
    }

    .blog-post-container p,
    .blog-post-container li {
        color: #464646 !important;
    }

    .blog-post-container .wysiwyg ul li {
        line-height: 24px;
        padding-left: 2px;
        margin-left: 24px;
    }

    .blog-post-container .in-article-left {
        float: none;
        margin-right: 0;
    }

    .blog-post-container .in-article-right {
        float: none;
        margin-left: 0;
    }

    #inCopy #blog-cta-banner-offer {
        width: 60%;
        min-width: 340px;
    }

    #inCopy .blog-cta-banner-offer {
        width: 100%;
    }

    #inCopy .cta-banner-offer-wrap-btn {
        margin: 12px auto 0;
    }

    #inCopy .blog-offer-cta-list {
        margin-left: 24px;
    }

    #inCopy .cta-banner-offer-hdr-price {
        margin-left: 12px;
    }

    #inCopy .cta-banner-offer-hdr-price {
        font-size: 36px;
    }

    #inCopy .cta-banner-offer-hdr-offer {
        font-size: 17px;
        font-weight: 900;
        margin-top: 4px;
    }

    #inCopy .blog-offer-cta-list ul {
        margin-bottom: 18px;
    }
}


@media (max-width: 576px) {
    div#blog-cta-banner-offer {
        width: 100%
    }

    #inCopy span.dollar-sign {
        top: -18px;
        font-size: 18px;
    }
}

@media screen and (max-width: 450px) {
    .cta-banner-offer-content {
        max-width: 270px;
    }
}

.blog-cta-banner {
    padding: 30px 200px 30px 30px;
    border-radius: 10px;
    margin-top: 30px;
    display: block;
    background-color: #106389;
    background-image: linear-gradient(90deg, rgba(16, 99, 137, 1) 25%, rgba(119, 179, 67, 0) 97%), url(https://www.chiroone.com/wp-content/uploads/2026/02/CTA-bg-dskt-t.png);
    background-size: auto, auto 120%;
    background-position: center, center right;
    ;
    background-repeat: no-repeat;
    margin-bottom: 40px;
    max-width: 800px;
}

.blog-cta-banner a {
    background: #fd934a;
    text-align: center !important;
    padding: 15px 20px;
    line-height: 1em;
    margin-top: 15px;
    border-radius: 5px;
    color: #fff !important;
    font-weight: 800 !important;
    font-size: 18px;
    text-decoration: none !important;
    border: none !important;
}

.blog-cta-banner h2 {
    display: block;
    margin-top: 0 !important;
    color: #fff !important;
    margin-bottom: 10px !important;
    line-height: 1.3em;
}

.blog-post-container .blog-cta-banner p {
    display: block;
    color: #fff !important;
    font-weight: 600;
    font-size: 18px !important;
}

@media (max-width: 550px) {
    .blog-cta-banner {
        background-color: #106389;
        background-image: linear-gradient(186deg, #106389 25.82%, rgba(9, 79, 111, 0.25) 100.06%), url(https://www.chiroone.com/wp-content/uploads/2026/02/CTA-bg-mob-t.png);
        background-size: 100%;
        display: block;
        background-position: center, center bottom;
        background-repeat: no-repeat;
        padding: 20px 20px 100px;
        border-radius: 10px;
        margin-top: 20px;
    }
}

p.blog-author {
    margin-top: 0;
    font-style: normal;
    font-size: 21px;
}

.single-cat-flex-author {
    margin-top: var(--pad-12);
}

.single-cat-flex-author a {
    color: #464646;
    text-decoration: underline;
    font-weight: 500;
    text-underline-offset: 4px;
    text-decoration-color: #70707069;
    transition: all 0.5s ease;
}

.single-cat-flex-author a:hover {
    color: var(--blue);
    text-decoration-color: var(--blue);
}

.single-cat-flex-author+p {
    margin-top: 0;
}

.single-post-flex {
    display: flex;
    gap: var(--pad-64);
}

body.single-post .wp-block-embed iframe {
    width: 800px;
    height: auto;
    aspect-ratio: 1.7777;
    border-radius: 11px;
}

.blog-new.single-cat-flex {
    display: flex;
    margin-top: 12px;
    align-items: center;
}

.blog-new.single-cat-flex ul.post-categories {
    align-items: center;
}

.single__post--hero {
    position: relative;
    height: auto;
    z-index: 0;
}

.single__post--hero.single__post--hero-no-image {
    padding-bottom: 75px;
}

.single__post--hero.single__post--hero-no-image:before,
.single__post--hero.single__post--hero-no-image:after {
    height: 100%;
}

.single__post--hero.single__post--hero-no-image h1 {
    font-family: "Nunito Sans";
    font-weight: 300;
    font-size: 3em;
    line-height: 1.2083333333em;
    letter-spacing: 0.085625em;
    color: #fff;
}

.single__post--hero.single__post--hero-no-image h1 span,
.single__post--hero.single__post--hero-no-image h1 strong,
.single__post--hero.single__post--hero-no-image h1 b {
    font-family: "Nunito Sans";
    font-weight: 900;
    font-size: 0.8958333333em;
}

.single__post--hero.single__post--hero-no-image+.single__post--content {
    margin-top: 45px;
}

.single__post--hero .container {
    padding-top: 40px;
    max-width: 1250px;
}

.single__post--hero-breadcrumb {
    margin-bottom: 40px;
}

.single__post--hero-breadcrumb a {
    font-family: "Nunito Sans";
    font-weight: 900;
    font-size: 0.9375em;
    line-height: 1.3333333333em;
    color: #fff;
}

.single__post--hero-breadcrumb a i {
    font-size: 0.75em;
    margin-right: 8px;
}

.single__post--hero-breadcrumb+h1 {
    padding-top: 38px;
}

.single__post--hero-image {
    position: relative;
    z-index: 0;
    text-align: center;
}

.single__post--hero-image img {
    width: 1024px;
    height: auto;
    border-radius: 5px;
    box-shadow: var(--shadow-dark);
}

.single__post--hero-image i {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 58px;
    width: 58px;
    display: flex;
    margin: -29px 0 0 -29px;
    justify-content: center;
    align-items: center;
    background-color: var(--lime);
    border-radius: 100%;
    font-size: 1.5625em;
    color: #fff;
    box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.4);
    cursor: pointer;
}

.single__post--hero-image i:hover {
    background-color: #106389;
}

.single__post--hero-image i:before {
    margin-left: 5px;
}

.single__post--hero h1 {
    font-family: "Nunito Sans";
    font-weight: 900;
    font-size: 2em;
    line-height: 1.25em;
    letter-spacing: 0.085625em;
    color: var(--black);
    max-width: 760px;
    margin: auto;
}

.single__post--info h1 {
    font-family: "Nunito Sans";
    font-weight: 900;
    font-size: var(--h1);
    line-height: 51px;
    letter-spacing: normal;
    color: var(--black);
}

.single__post--hero-image+h1 {
    margin-top: 38px;
}

.single-cat-flex-author .post-date {
    font-family: "Nunito Sans";
    font-weight: 400;
    color: #464646;
    font-size: 16px;
    line-height: 1em;
    margin-left: 10px;
    border-left: 2px solid #c7c7c7;
    padding-left: 10px;
}

.single__post--content ul.post-categories li a {
    color: var(--grey);
    transition: ease-in-out all 0.2s;
    font-size: 14.5px;
    font-weight: 400;
    border: 1px solid var(--grey);
    padding: 5px 15px;
    line-height: 1em;
    border-radius: 20px;
}

.single__post--content ul.post-categories li a:hover {
    color: var(--blue);
    border-color: var(--blue);
}

.single__post--info p {
    font-family: 'Nunito Sans';
    font-weight: 500;
    font-size: 1.125em;
    line-height: 1.5em;
    margin-top: 10px;
    color: #464646;
}

.single__post--info p span {
    margin-right: 5px;
}

.single__post--info .clinic-list .wrap-sme-clinic-name {
    margin-top: 0;
}

.single__post--content {
    margin-top: 24px;
    margin-bottom: 75px;
}

.single__post--content .container {
    max-width: 1240px;
}

.single__post--content .wysiwyg {
    position: relative;
    margin-top: 45px;
    padding-left: 0;
}


.single__post--content .wysiwyg h2,
.single__post--content .wysiwyg h3,
.single__post--content .wysiwyg h4,
.single__post--content .wysiwyg h5,
.single__post--content .wysiwyg h6 {
    letter-spacing: 1px;
    color: var(--black);
    letter-spacing: normal;
}

.single__post--content .wysiwyg h2 {
    margin: var(--pad-40) 0 var(--pad-16) 0;
    font-weight: 800;
    font-size: 32px;
}

.single__post--content .wysiwyg h3 {
    font-weight: 800;
    margin: var(--pad-32) 0 0 0;
    font-size: 21px;
}

.single__post--content .wysiwyg h3+p {
    padding-top: 0;
    margin-top: var(--pad-12);
}

.single__post--content .wysiwyg h4 {
    font-weight: 800;
    margin: var(--pad-32) 0 0 0;
    font-size: 18px;
}

.single__post--content .wysiwyg h4+p {
    padding-top: 0;
    margin-top: var(--pad-6);
}

.single__post--content .wysiwyg .wp-block-image img {
    border-radius: var(--border-radius);
    box-shadow: var(--shadow);
}

.single__post--content .wysiwyg h2 strong,
.single__post--content .wysiwyg h3 strong,
.single__post--content .wysiwyg h4 strong,
.single__post--content .wysiwyg h5 strong,
.single__post--content .wysiwyg h6 strong {
    font-weight: inherit;
    font-size: 1.3em;
}

.single__post--content .wysiwyg h3 {
    font-size: 1.375em;
}

.single__post--content .wysiwyg blockquote {
    position: relative;
    margin-top: 24px;
    margin-bottom: 24px;
    padding-left: var(--pad-16);
    padding-bottom: var(--pad-32);
    padding-top: var(--pad-32);
    z-index: 0;
}

.single__post--content .wysiwyg sup {
    font-size: 13px;
    vertical-align: super;
    font-weight: 700;
}

.single__post--content .wysiwyg sup a {
    border-bottom: 0;
    text-decoration: underline;
    font-weight: 700;
}

.single__post--content .wysiwyg sup a:hover {
    border-bottom: 0;
}

.single__post--content .wysiwyg blockquote:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--lime) 0%, #77b336 100%);
    z-index: -1;
    opacity: 0.12;
}

.single__post--content .wysiwyg blockquote:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--lime) 0%, #77b336 100%);
    opacity: 1;
}

.single__post--content .wysiwyg blockquote p {
    font-family: "Nunito Sans";
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: normal;
    color: var(--black);
}

ul+.wp-block-spacer {
    display: none;
}

.single__post--content .wysiwyg .wp-caption {
    position: relative;
    width: 100% !important;
    margin: 54px 0 69px;
}

.single__post--content .wysiwyg .wp-caption:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: url("../images/pattern-full.png") repeat;
    opacity: 0.1;
}

.single__post--content .wysiwyg .wp-caption img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.single__post--content .wysiwyg .wp-caption p {
    font-family: "Nunito Sans";
    font-weight: 600;
    font-size: 1em;
    line-height: 1.5625em;
    position: relative;
    padding-top: 32px;
    margin-top: -1px;
    color: var(--black);
    background-color: #fff;
    z-index: 1;
}

.single__post--content .wysiwyg ul li {
    line-height: 26px;
}

.single__post--content .wysiwyg ol li:before {
    margin-right: 16px;
}

.single__post--content .wysiwyg hr {
    margin: 50px 0;
    border-top: 3px dotted #000;
    border-bottom: 0;
    opacity: 0.3;
}

.single__post--content figure {
    margin-top: var(--pad-64);
    margin-bottom: var(--pad-32);
}

.single__post--links {
    max-width: 100%;
    margin: 80px 0 0 auto;
}

.single__post--links span {
    display: block;
    height: 7.5px;
    margin-bottom: 40px;
    background: url("../images/pattern-full.png") repeat;
    opacity: 0.3;
}

.single__post--links>div {
    display: flex;
    justify-content: space-between;
}

.single__post--links>div div:first-child a {
    margin-left: 3px;
}

.single__post--links>div div:last-child a {
    margin-right: 3px;
}

.single__post--links>div div:hover a,
.single__post--links>div div:hover i {
    color: #106389;
}

.single__post--links i {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: inline-block;
    vertical-align: middle;
    font-size: 0.75em;
    color: var(--lime);
}

.single__post--links a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-family: "Nunito Sans";
    font-weight: 900;
    font-size: 1em;
    line-height: 1.375em;
    letter-spacing: 0.03125em;
    display: inline-block;
    vertical-align: middle;
    color: var(--lime);
}

.single__post--social {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.single__post--social a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    height: 28px;
    width: 28px;
    position: relative;
    display: block;
    border-radius: 100%;
    background-color: var(--lime);
    text-align: center;
    cursor: pointer;
}

.single__post--social a i,
.single__post--social a svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    color: #fff;
}

.single__post--social a:not(:first-child) {
    margin-top: 18px;
}

.single__post--social a:hover {
    background-color: #106389;
}

.single__post--related {
    margin-bottom: 0;
    background: var(--bg-grey);
    margin-top: 0;
    padding-top: var(--pad-78);
    padding-bottom: var(--pad-78);
}

.single__post--related .container {
    padding-top: 46px;
    padding-bottom: 55px;
    background-color: #f6f6f6;
    border-radius: 10px;
    text-align: center;
}

.single__post--related-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, auto);
    align-items: normal;
    gap: 40px;
}

.single__post--info a.sme-clinic-name {
    margin-left: var(--pad-12);
}

.single__post--info .sme-clinic-name:last-of-type {
    margin-left: var(--pad-6);
}

.single__post--info a:hover.sme-clinic-name {
    color: var(--blue);
}

.single__post--content .wysiwyg h1.simpletoc-title,
.single__post--content .wysiwyg h2.simpletoc-title,
.single__post--content .wysiwyg h3.simpletoc-title,
.single__post--content .wysiwyg h4.simpletoc-title,
.single__post--content .wysiwyg h5.simpletoc-title,
.single__post--content .wysiwyg p.simpletoc-title {
    background: var(--bg-grey);
    color: var(--grey);
    font-size: 21px !important;
    font-weight: 700;
    border-radius: var(--border-radius) var(--border-radius) 0 0;
    margin-bottom: 0;
    padding: var(--pad-32) 0 0 var(--pad-32);
    border-bottom: 0 solid var(--grey);
}

.single__post--content .wysiwyg p {
    color: #464646;
}

.single__post--content .wysiwyg ul li {
    line-height: 26px;
    padding-left: 10px;
    color: #464646;
    font-weight: 400;
}

.single__post--content .wysiwyg ul.simpletoc-list li::before {
    content: none;
}

.single__post--content .wysiwyg ul.simpletoc-list li::after {
    content: none;
}

.single__post--content .wysiwyg ul.simpletoc-list li::marker {
    font-size: 21px !important;
}

.single__post--content .wysiwyg ul.simpletoc-list li {
    color: var(--grey) !important;
    font-size: 18px !important;
    background: none !important;
    list-style: disc;
    padding-left: 0;
    margin-left: 0;
}

.single__post--content .wysiwyg ul.simpletoc-list ul li {
    list-style-type: "⚬ ";
    font-weight: 600;
}

.single__post--content .wysiwyg ul.simpletoc-list ul li ul li {
    list-style-type: "– ";
    font-weight: 700;
}

.single__post--content .wysiwyg ul.simpletoc-list li a {
    color: var(--grey);
    font-weight: 400;
    border-bottom: 1px solid var(--grey);
}

.single__post--content .wysiwyg ul.simpletoc-list li a:hover {
    color: var(--blue);
    border-bottom: 1px solid var(--blue);
}

ul.post-categories {
    display: flex;
    gap: 8px;
}

ul.post-categories li {
    list-style: none;
    color: var(--blue);
    font-family: var(--font-normal);
    font-size: var(--p-small);
    font-weight: 600;
}

figure.wp-block-image.size-full {
    margin-top: 36px;
}

.blog_sources h5 {
    margin-bottom: 8px;
}

.blog_sources ul,
ol {
    font-family: "Nunito Sans";
    font-weight: 300;
    font-size: 18px;
    line-height: 1.3333333333em;
    position: relative;
    color: #707070;
    margin-left: 32px;
}

.blog_sources ol li {
    font-size: 0.825em;
    line-height: 21px;
    padding-left: 3px;
    margin-bottom: 12px;
}

.blog_sources ul li {
    font-size: 0.825em;
    line-height: 21px;
    padding-left: 3px;
    margin-bottom: 12px;
}

.blog_sources ol li::marker {
    font-family: "Nunito Sans";
    font-weight: 800;
    color: var(--lime);
}

.blog_sources ul li::marker {
    font-family: "Nunito Sans";
    font-weight: 800;
    color: var(--lime);
}

.blog_sources a {
    color: var(--lime);
    text-decoration: underline;
    transition: ease-in-out all 0.3s;
}

.blog_sources a:hover {
    color: #106389;
}

.author-wrap.flex {
    display: flex;
}

.author-box {
    border-radius: 11px;
    padding: 32px;
    margin: 32px 0 44px;
    background: #f6f6f6;
}

.author-box .author-education {
    margin-top: 0;
}

.author-box .author-education a {
    color: #4c4c4c;
    font-size: 15px;
}

.author-box .author-clinics {
    margin-top: 0;
    font-size: 16px;
    font-weight: 500;
}

.author-box .author-clinics a {
    color: var(--blue);
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: #10638981;
    font-weight: 500;
}


.author-box .author-education+.author-clinics {
    margin-top: 10px;

}

.author-box .read-more {
    color: var(--blue);
    text-decoration: underline;
    text-underline-offset: 5px;
    font-weight: 700;
    font-size: 17px;
    display: block;
    margin-top: 10px;
}

.author-info {
    padding-left: 32px;
    padding-top: 8px;
    font-family: "Nunito Sans";
    font-weight: 400;
    font-size: inherit;
    line-height: 1.4444444444em;
    color: #707070;
}

.author-info p {
    margin-top: 18px;
}

.author-info p:first-of-type {
    margin-top: 0;
}

.author-box .bio {
    font-size: 17px;
    color: #4c4c4c;
    font-weight: 400;
}


.author-info p.author-role {
    color: #707070;
    font-weight: 400;
    font-size: 16px;
}

.author-photo {
    max-width: 132px;
}

.author-info h4 {
    margin-top: 0;
    margin-bottom: 0px;
}

.author-info h5 {
    font-weight: 600;
    margin-bottom: 16px;
}

.author-info h5 a {
    text-decoration: underline;
    transition: ease-in-out all 0.2s;
    color: #707070;
}

.author-info h5 a:hover {
    text-decoration: underline;
    color: #106389;
}

.author-photo img {
    width: 132px;
    border-radius: 7px;
    border: 1px solid #cfcfcf;
}

.single__post--info .sme-clinic-name {
    font-family: "Nunito Sans";
    font-weight: 700;
    font-size: 21px;
    line-height: 26px;
    font-style: normal;
    transition: ease-in-out all 0.2s;
}

body.single-post .pre-header {
    display: none;
}

body.single-post .has_offer_banner+main {
    margin-top: 92px;
}

.single__post--content .wysiwyg  .post-references {
    margin-top: 0px;
    border-top: 1px solid #d4d4d4;
    padding-top: 30px;
    font-size: 16px;
}

.blog-post-container .footnotes li {
    font-size: 13px;
}

.blog-post-container .footnotes li a {
    display: inline;
}

.single__post--content .wysiwyg sup a.footnote-link {
    color: #464646;
    font-weight: 400 !important;
    text-decoration: underline;
}

@media (max-width: 740px) {
    .blog-new .content-hero-dots {
        background: none;
    }

    .single__post--hero-image img {
        max-width: 1024px;
        width: 100%;
    }

    .single__post--hero {
        height: auto;
        background: var(--white);
    }

    .single-cat-flex-author {
        display: block;
    }

    .single__post--info a.sme-clinic-name {
        margin-left: 0;
        font-size: 16px;
    }


    .single__post--content .wysiwyg h2 {
        font-size: 24px !important;
    }

    .single__post--info h5 {
        font-size: 16px;
    }

    .single__post--content .wysiwyg {
        margin-top: var(--pad-32);
    }


    .single__post--info h1 {
        line-height: 36px;
    }

    .single__post--info h5 {
        font-size: 16px;
    }

    .single__post--related-wrapper {
        display: block;
    }

}



@media (max-width: 600px) {
    .blog-new.single-cat-flex ul.post-categories {
        margin-bottom: 15px;
        flex-wrap: wrap;
    }

    .blog-new.single-cat-flex {
        display: block;
    }

    .single-cat-flex-author .post-date {
        margin-top: 6px;
        margin-left: 0px;
        border-left: 0;
        padding-left: 0px;
        display: block;
    }

    .author-wrap.flex {
        display: block;
    }

    .author-photo {
        margin: 0 0 10px;
    }

    .author-info {
        padding-left: 0;
        padding-top: 4px;
    }

    .author-box {
        padding: 32px 32px 40px;
    }

    .single__post--content .container {
        padding: 32px 20px 32px 20px !important;
    }
}