.horizontal-outer {
    overflow-x: unset;
}

main {
    display: block;
    height: auto;
}

.vertical-page-footer-wrapper {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.vertical-page-footer-wrapper .full-width-footer {
    min-width: unset;
    padding-left: var(--small-padding);
    width: 100%;
}

.vertical-page-footer-wrapper .dashed-border-outer {
    display: none;
}

article header {
    margin-left: auto;
    margin-right: auto;
}

.post-hero-text-content {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding-left: var(--small-padding);
    padding-right: var(--small-padding);
}

.section-padding-top {
    padding-top: 33vh;
}

.post-top-inner {
    margin-bottom: max(22px, calc(1.53vw * var(--scale)));
    font-size: max(16px, calc(1.11vw * var(--scale)));
}

.post-excerpt-wrapper {
    margin-top: max(17px, calc(1.18vw * var(--scale)));
    max-width: max(580px, calc(40vw * var(--scale)));
}

.article p,
.article ul li,
.article ol li {
    font-size: max(16px, calc(1.11vw * var(--scale)));
    line-height: 170%;
    opacity: 1;
}

.post-main-image-wrapper {
    width: 100%;
    margin-top: max(35px, calc(2.4vw * var(--scale)));
}

.excerpt-and-authors {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

article[data-has-featured-image="false"] .post-hero-text-content,
article[data-has-featured-image="false"] .excerpt-and-authors {
    text-align: left;
    align-items: flex-start;
}

article[data-post-header-type="Wide"] .post-hero-text-content,
article[data-post-header-type="Narrow"] .post-hero-text-content,
article[data-post-header-type="Vertical Left"] .post-hero-text-content,
article[data-post-header-type="Vertical Right"] .post-hero-text-content {
    align-items: flex-start;
    text-align: left;
}

article[data-post-header-type="Wide"] .post-excerpt-wrapper,
article[data-post-header-type="Narrow"] .post-excerpt-wrapper,
article[data-post-header-type="Vertical Left"] .post-excerpt-wrapper,
article[data-post-header-type="Vertical Right"] .post-excerpt-wrapper {
    margin-right: auto;
}

article[data-post-header-type="Narrow Centered"] .section-padding-top,
article[data-post-header-type="Narrow"] .section-padding-top,
article[data-has-featured-image="false"] .section-padding-top,
.faq .section-padding-top {
    padding-top: 28vh;
}

article[data-post-header-type="Narrow Centered"] .hero,
article[data-post-header-type="Narrow"] .hero,
article[data-has-featured-image="false"] .hero {
    min-width: calc(800px + 2 * var(--small-padding));
    width: calc((56vw * var(--scale)) + 2 * var(--small-padding));
    padding-left: var(--small-padding);
    padding-right: var(--small-padding);
}

article[data-post-header-type="Narrow Centered"] .post-heading,
article[data-post-header-type="Narrow"] .post-heading,
article[data-post-header-type="Vertical Left"] .post-heading,
article[data-post-header-type="Vertical Right"] .post-heading,
article[data-has-featured-image="false"] .post-heading,
.faq h1 {
    font-size: max(52px, calc(3.61vw * var(--scale)));
    line-height: 115%;
}

article[data-post-header-type="Wide"] .post-heading,
article[data-post-header-type="Wide Centered"] .post-heading {
    max-width: 90%;
}

article[data-post-header-type="Narrow Centered"] .post-excerpt-wrapper,
article[data-post-header-type="Narrow"] .post-excerpt-wrapper,
article[data-post-header-type="Vertical Left"] .post-excerpt-wrapper,
article[data-post-header-type="Vertical Right"] .post-excerpt-wrapper,
article[data-has-featured-image="false"] .post-excerpt-wrapper {
    max-width: max(478px, calc(33.2vw * var(--scale)));
}

article[data-post-header-type="Narrow Centered"] .post-main-image-wrapper,
article[data-post-header-type="Narrow"] .post-main-image-wrapper {
    margin-top: max(23px, calc(1.6vw * var(--scale)));
}

article[data-post-header-type="Vertical Left"] .post-hero-content,
article[data-post-header-type="Vertical Right"] .post-hero-content {
    display: flex;
    flex-direction: row;
    width: 100%;
    min-height: 100vh;
}

article[data-has-featured-image="false"] .post-hero-content {
    min-height: auto;
} 

article[data-post-header-type="Vertical Right"] .post-hero-content {
    flex-direction: row-reverse;
}

article[data-post-header-type="Vertical Left"] .post-hero-text-content {
    padding-left: var(--small-padding);
    padding-right: calc(2.5 * var(--small-padding));
    width: 100%;
}

article[data-post-header-type="Vertical Right"] .post-hero-text-content {
    padding-right: var(--small-padding);
    padding-left: calc(2.5 * var(--small-padding));
    width: 100%;
}

article[data-post-header-type="Vertical Left"] .post-main-image-wrapper,
article[data-post-header-type="Vertical Right"] .post-main-image-wrapper {
    width: 44vw;
    min-width: 44vw;
    margin-top: 0px;
}

article[data-post-header-type="Vertical Left"] .section-padding-top,
article[data-post-header-type="Vertical Right"] .section-padding-top {
    padding-top: 20vh;
    padding-bottom: 12vh;
}

article[data-has-featured-image="false"] .section-padding-top {
    padding-top: 28vh;
    padding-bottom: 0px;
} 

article[data-post-header-type="Vertical Left"] .post-hero-text-content,
article[data-post-header-type="Vertical Right"] .post-hero-text-content {
    justify-content: center;
}

article[data-post-header-type="Narrow Centered"] .post-hero-text-content,
article[data-post-header-type="Narrow"] .post-hero-text-content,
article[data-has-featured-image="false"] .post-hero-text-content {
    padding-left: 0px;
    padding-right: 0px;
} 

.post-border {
    position: static;
    height: 1px;
    width: 100%;
    transform: translateY(0%);
    margin-top: max(56px, calc(3.89vw * var(--scale)));
}

.post-border .desktop-section-border {
    display: none;
}

.post-border .mobile-section-border {
    display: block;
}

.post-content {
    margin-top: max(46px, calc(3.2vw * var(--scale)));
    margin-left: auto;
    margin-right: auto;
}

.post-share-icons {
    margin-top: max(6px, calc(0.42vw * var(--scale)));
    position: relative;
}

.post-share-icons .social {
    display: flex;
    font-family: var(--font1);
    text-decoration: none;
}

.clipboard-alert {
    display: none;
    position: absolute;
    left: 0;
    bottom: calc(-2.36vw * var(--scale));
}

.comments-section {
    display: block;
    display: flex;
    flex-direction: column;
    align-items: center;
    will-change: unset !important;
}

.comments-section .absolute-subtitle {
    position: static;
    transform: rotateZ(0deg) translateX(0%);
}

.comments-section .dashed-border-outer,
.related-posts-border {
    position: static;
    transform: translateY(0%);
    height: 1px;
    width: 100%;
    margin-bottom: max(28px, calc(1.94vw * var(--scale)));
}

.comments-section .desktop-section-border,
.related-posts-border .desktop-section-border {
    display: none;
}

.comments-section .mobile-section-border,
.related-posts-border .mobile-section-border {
    display: block;
}

.comments-section .subtitle,
.comments-mobile {
    font-size: max(18px, calc(1.25vw * var(--scale)));
}

.comments-section .subtitle-name-desktop {
    display: inline-block;
}

.comments-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.comments-mobile {
    display: none;
}

.comments-container {
    width: 100%;
}

.comments-section .narrow-container {
    margin-left: auto;
    margin-right: auto;
}

.comments-inner-border.dashed-border-outer {
    margin-bottom: 0px;
}

.horizontal-section {
    height: auto !important;
}

.footer {
    height: var(--horizontal-container-height);
}

.visible-content {
    opacity: 1 !important;
}

.hidden-post-content {
    opacity: 0;
    transition: opacity;
    transition-duration: 0.8s;
    transition-timing-function: linear;
    transition-delay: 0.3s;
}

.post-upgrade-cta {
    width: 100%;
    padding: max(104px, 7.22vw);
    text-align: center;
    border: 1px solid var(--text-color);
    background-color: var(--background-color);
    position: relative;
    z-index: 2;
}

.post-content .post-upgrade-cta h2,
.post-content .post-upgrade-cta .button {
    text-transform: var(--text-style) !important;
}

.post-upgrade-cta h2 {
    line-height: 120%;
    font-size: max(42px, calc(2.92vw * var(--scale)));
}

.post-upgrade-cta .button {
    text-decoration: none;
    font-size: max(16px, calc(1.11vw * var(--scale)));
}

.post-upgrade-cta-paragraph {
    margin-top: max(16px, calc(1.11vw * var(--scale)));
    margin-bottom: max(33px, 2.29vw);
    max-width: max(546px, calc(37.92vw * var(--scale)));
}

.post-upgrade-cta-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.post-upgrade-cta-paragraph p {
    line-height: 150%;
}

.under-button-wrapper {
    margin-top: max(12px, calc(0.83vw * var(--scale)));
}

.under-button-wrapper p {
    line-height: normal;
}

.under-button-wrapper span {
    opacity: 0.6;
}

.fading-content {
    position: relative;
}

.fading-content:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 35vh;
    background: linear-gradient(transparent, var(--background-color) 93%);
}

.fading-content + .post-upgrade-cta {
    filter: drop-shadow(0px max(10px, calc(0.69vw * var(--scale))) max(30px, calc(2.08vw * var(--scale))) var(--text-color-20));
}

@media (max-width: 991px) { 
    .section-padding-top,
    .faq .section-padding-top {
        padding-top: max(120px, 14vh) !important;
        padding-bottom: 0px !important;
    }
    
    article .post-heading,
    .faq h1 {
        font-size: 48px !important;
        line-height: 130% !important;
    }

    .post-heading {
        max-width: 100% !important;
    }

    .post-top-inner {
        margin-bottom: 13px;
    }
    
    .post-excerpt-wrapper {
        margin-top: 13px !important;
        max-width: 580px !important;
    }
    
    .post-main-image-wrapper {
        width: 100% !important;
        margin-top: 23px !important;
    }
    
    .excerpt-and-authors {
        flex-direction: column !important;
        align-items: center !important;
        gap: 0px !important;
    }

    article .hero {
       min-width: 100% !important;
       width: 100% !important;
       padding-left: var(--small-padding) !important;
       padding-right: var(--small-padding) !important;
    }
    
    article .post-hero-text-content {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    
    article .post-hero-content{
        flex-direction: column !important;
        min-height: auto !important;
    }
    
    .post-border {
        margin-top: 44px;
    }
    
    .post-content {
        margin-top: 38px;
    }

    .clipboard-alert {
        bottom: -32px;
    }

    .comments-mobile {
        display: inline-block;
    }

    .comments-desktop {
        display: none;
    }

    .comments-section .dashed-border-outer {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .footer-section {
        padding-right: var(--small-padding);
    }

    .current-section .current-section-wrapper {
        width: 100%;
    }

    .post-upgrade-cta {
        padding: 92px 52px;
    }

    .post-upgrade-cta h2 {
        font-size: 36px;
    }

    .post-upgrade-cta-paragraph {
        margin-top: 10px;
    }

    .under-button-wrapper {
        margin-top: 9px;
    }

    .section-padding-top-normal .related-posts-border {
        margin-bottom: 0px !important;
    }
}

@media (max-width: 479px) {     
    article .post-heading,
    .faq h1 {
        font-size: 32px !important;
        line-height: 130% !important;
    }

    .post-main-image-wrapper {
        margin-top: 18px !important;
    }

    .post-upgrade-cta {
        padding: 74px 18px;
    }

    .post-upgrade-cta h2 {
        font-size: 28px;
    }

    .post-upgrade-cta-paragraph {
        margin-top: 7px;
        margin-bottom: 28px;
    }

    .under-button-wrapper {
        margin-top: 7px;
    }

    .post-content {
        margin-top: 28px;
    }
}