.bstt-sst-single{
    --bstt-sst-red:#d71920;
    --bstt-sst-black:#111;
    --bstt-sst-beige:#f6f0eb;
    --bstt-sst-line:#ddd6cf;
    color:var(--bstt-sst-black);
    background:#fffaf6;
    font-family:Arial, Helvetica, sans-serif;
    width:100vw;
    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);
}

.bstt-sst-wrap{
    max-width:1180px;
    margin:0 auto;
    padding:0 24px;
}

.bstt-sst-hero{
    padding:70px 0 44px;
    background:#fffaf6;
}

.bstt-sst-hero-grid{
    display:grid;
    grid-template-columns:minmax(300px, 430px) minmax(360px, 1fr);
    gap:80px;
    align-items:start;
}

.bstt-sst-cat-row{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-bottom:18px;
}

.bstt-sst-cat-pill{
    display:inline-flex;
    align-items:center;
    gap:7px;
    background:#1c1c1c;
    color:#fff !important;
    border-radius:20px;
    padding:6px 10px;
    text-decoration:none !important;
    font-size:11px;
    font-weight:700;
    text-transform:uppercase;
    line-height:1;
}

.bstt-sst-cat-pill strong{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:16px;
    height:16px;
    background:#000;
    color:#fff;
    border-radius:50%;
    font-size:13px;
    line-height:1;
}

.bstt-sst-title{
    margin:0;
    font-family:Georgia, 'Times New Roman', serif;
    font-weight:700;
    font-size:clamp(38px, 5vw, 66px);
    line-height:.95;
    letter-spacing:-1.8px;
}

.bstt-sst-excerpt{
    margin:24px 0 26px;
    font-size:18px;
    line-height:1.5;
    color:#222;
}

.bstt-sst-author-box{
    display:flex;
    align-items:center;
    gap:12px;
    padding:20px 0;
    border-top:1px solid var(--bstt-sst-line);
    border-bottom:1px solid var(--bstt-sst-line);
    margin-top:20px;
}

.bstt-sst-avatar{
    border-radius:50%;
}

.bstt-sst-byline,
.bstt-sst-author-role{
    margin:0;
}

.bstt-sst-byline{
    font-size:13px;
}

.bstt-sst-author-role{
    margin-top:4px;
    font-size:10px;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#555;
}

.bstt-sst-date{
    margin-top:22px;
    font-size:11px;
    text-transform:uppercase;
    color:#555;
}

.bstt-sst-featured-image{
    margin:0;
}

.bstt-sst-featured-image img,
.bstt-sst-image-placeholder{
    width:100%;
    /*aspect-ratio:16/10;*/
    object-fit:cover;
    display:block;
}

.bstt-sst-featured-image img{
    max-height: none !important;
}

.bstt-sst-image-placeholder{
    background:#111;
    color:var(--bstt-sst-red);
    display:flex;
    align-items:center;
    justify-content:center;
    font-family:Georgia, serif;
    font-size:44px;
    font-weight:700;
}

.bstt-sst-featured-image figcaption{
    margin-top:8px;
    font-size:11px;
    line-height:1.35;
    color:#555;
    font-style:italic;
}

.bstt-sst-body{
    padding:35px 0 70px;
    background:#fffaf6;
}

.bstt-sst-content-grid{
    display:grid;
    grid-template-columns:minmax(0, 700px) 280px;
    gap:110px;
    align-items:start;
}

.bstt-sst-article-content{
    font-family:Arial, Helvetica, sans-serif;
    font-size:18px;
    line-height:1.75;
}

.bstt-sst-article-content > p:first-of-type::first-letter{
    float:left;
    font-family:Georgia, 'Times New Roman', serif;
    font-size:92px;
    line-height:.8;
    padding-right:10px;
    color:#111;
}

.bstt-sst-article-content p{
    margin:0 0 26px;
}

.bstt-sst-article-content a{
    color:#111;
    text-decoration:underline;
}

.bstt-sst-article-content h2,
.bstt-sst-article-content h3{
    font-family:Georgia, 'Times New Roman', serif;
    line-height:1.1;
    margin:44px 0 18px;
}

.bstt-sst-form{
    display:flex;
    gap:6px;
}

.bstt-sst-form input{
    min-width:0;
    flex:1;
    border:1px solid var(--bstt-sst-line);
    padding:10px;
    font-size:13px;
}

.bstt-sst-form button{
    border:none;
    background:#111;
    color:#fff;
    padding:10px 14px;
    font-size:12px;
    font-weight:700;
    text-transform:uppercase;
    cursor:pointer;
}

.bstt-sst-related-section{
    background:#fffaf6;
    padding:40px 0 70px;
}

.bstt-sst-related-section h2{
    margin:0 0 22px;
    font-family:Georgia, 'Times New Roman', serif;
    font-size:34px;
}

.bstt-sst-related-grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:18px;
}

.bstt-sst-related-card{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:18px;
    min-height:74px;
    padding:18px 22px;
    background:var(--bstt-sst-beige);
    color:#111 !important;
    text-decoration:none !important;
    font-size:14px;
    font-weight:700;
    line-height:1.25;
    transition:all .25s ease;
}

.bstt-sst-related-card:hover{
    background:#111;
    color:#fff !important;
}

.bstt-sst-related-card strong{
    font-size:28px;
    font-weight:400;
}

@media(max-width:1024px){
    .bstt-sst-hero-grid{
        grid-template-columns:1fr;
        gap:34px;
    }

    .bstt-sst-image-panel{
        order:-1;
    }

    .bstt-sst-content-grid{
        grid-template-columns:1fr;
        gap:40px;
    }

    .bstt-sst-sidebar{
        position:relative;
        top:auto;
        padding-top:0;
    }

    .bstt-sst-related-grid{
        grid-template-columns:repeat(2, 1fr);
    }
}

@media(max-width:768px){
    .bstt-sst-wrap{
        padding:0 18px;
    }

    .bstt-sst-hero{
        padding:35px 0 26px;
    }

    .bstt-sst-title{
        font-size:clamp(36px, 11vw, 50px);
        letter-spacing:-1px;
    }

    .bstt-sst-excerpt{
        font-size:16px;
    }

/*
    .bstt-sst-featured-image img,
    .bstt-sst-image-placeholder{
        aspect-ratio:4/3;
    }
*/

    .bstt-sst-body{
        padding:20px 0 45px;
    }

    .bstt-sst-article-content{
        font-size:17px;
        line-height:1.7;
    }

    .bstt-sst-article-content > p:first-of-type::first-letter{
        font-size:72px;
    }

    .bstt-sst-form{
        flex-direction:column;
    }

    .bstt-sst-related-grid{
        grid-template-columns:1fr;
    }
}

.bstt-sst-share-wrapper{
    margin-top:20px;
}

.bstt-sst-share-open{
    border:none;
    background:#111;
    color:#fff;
    padding:12px 20px;
    cursor:pointer;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
}

#bstt-sst-share-overlay{
    position:fixed;
    inset:0;
    background:#000;
    z-index:999999;
    display:none;
    overflow:auto;
}

.bstt-sst-share-popup{
    max-width:1600px;
    margin:auto;
    padding:50px;
    color:#fff;
}

.bstt-sst-share-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    border-bottom:1px solid #222;
    padding-bottom:30px;
}

.bstt-sst-share-close{
    background:none;
    border:none;
    color:#fff;
    cursor:pointer;
    font-size:20px;
}

.bstt-sst-share-logo{
    font-size:70px;
    font-family:Georgia, serif;
    font-weight:700;
}

.bstt-sst-share-content{
    text-align:center;
    padding-top:80px;
}

.bstt-sst-share-content h2{
    font-size:64px;
    margin-bottom:60px;
    font-family:Georgia, serif;
}

.bstt-sst-share-links{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:25px;
}

.bstt-sst-share-links a,
.bstt-sst-share-links button{

    display:flex;
    align-items:center;
    justify-content:center;

    min-height:110px;

    border:1px solid #222;

    background:none;

    color:#fff;

    text-decoration:none;

    cursor:pointer;

    font-size:28px;

    transition:.25s;

}

.bstt-sst-share-links a:hover,
.bstt-sst-share-links button:hover{

    background:#111;

}