/* Native Ghost paywall / upgrade CTA */
.gh-content .gh-post-upgrade-cta{
    width:100%;
    max-width:100%;
    margin:42px auto 28px;
    font-family:var(--sans);
}
.gh-content .gh-post-upgrade-cta-content{
    box-sizing:border-box;
    min-height:0!important;
    padding:42px 34px!important;
    border:0!important;
    border-top:5px solid var(--accent)!important;
    border-radius:0!important;
    background:#f3f3f3!important;
    color:#090909!important;
    box-shadow:none!important;
    text-align:center;
}
.gh-content .gh-post-upgrade-cta h2{
    max-width:650px;
    margin:0 auto 24px!important;
    color:#090909!important;
    font:800 clamp(3rem,4.5vw,4.4rem)/1.08 'Roboto Slab',Georgia,serif!important;
    letter-spacing:-.035em!important;
}
.gh-content .gh-post-upgrade-cta .upgrade-mark{
    display:grid;
    place-items:center;
    width:52px;
    height:52px;
    margin:0 auto 18px;
    border-radius:50%;
    background:var(--accent);
    color:#fff;
    font:800 2.5rem/1 'Roboto Slab',Georgia,serif;
}
.gh-content .gh-post-upgrade-cta .upgrade-kicker{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    margin:0 auto 14px;
    color:var(--accent);
    font:700 1.15rem/1.2 var(--sans);
}
.gh-content .gh-post-upgrade-cta .upgrade-kicker span{
    display:inline-grid;
    place-items:center;
    width:19px;
    height:19px;
    border-radius:2px;
    background:var(--accent);
    color:#fff;
    font-weight:800;
}
.gh-content .gh-post-upgrade-cta .upgrade-description{
    max-width:620px;
    margin:0 auto 26px!important;
    color:#555!important;
    font:600 1.55rem/1.5 var(--sans)!important;
}
.gh-content .gh-post-upgrade-cta .gh-btn,
.gh-content .gh-post-upgrade-cta a.gh-btn{
    display:inline-flex!important;
    align-items:center;
    justify-content:center;
    min-height:46px;
    padding:12px 20px!important;
    border:1px solid var(--accent)!important;
    border-radius:0!important;
    background:#111!important;
    border-color:#111!important;
    color:#fff!important;
    font:700 1.3rem/1 var(--sans)!important;
    text-decoration:none!important;
    box-shadow:none!important;
}
.gh-content .gh-post-upgrade-cta p{
    margin:18px 0 0!important;
    color:#444!important;
    font:1.25rem/1.5 var(--sans)!important;
}
.gh-content .gh-post-upgrade-cta small{
    color:#444!important;
    font:inherit!important;
}
.gh-content .gh-post-upgrade-cta p a:not(.gh-btn),
.gh-content .gh-post-upgrade-cta small a{
    color:#090909!important;
    font-weight:700;
    text-decoration:underline!important;
    text-underline-offset:3px;
}
@media(max-width:600px){
    .gh-content .gh-post-upgrade-cta{margin-top:30px}
    .gh-content .gh-post-upgrade-cta-content{padding:32px 20px!important}
    .gh-content .gh-post-upgrade-cta h2{font-size:3rem!important}
    .gh-content .gh-post-upgrade-cta .upgrade-description{font-size:1.4rem!important}
    .gh-content .gh-post-upgrade-cta .gh-btn,
    .gh-content .gh-post-upgrade-cta a.gh-btn{width:100%;max-width:320px}
}
