/*
Theme Name: We Buy That Standalone
Theme URI: https://webuythat.com/
Description: Standalone custom theme for WeBuyThat.com.
Author: Referrals For America Inc.
Version: 2.2.7
Text Domain: we-buy-that
*/

.wbt-content-shell {
    width: min(90%, 900px);
    margin: 0 auto;
    padding: 80px 0;
}

.wbt-content-shell h1 {
    margin: 0 0 28px;
    color: #102c43;
    font: 500 clamp(40px, 6vw, 72px)/1 Georgia, serif;
    letter-spacing: -.04em;
}

.wbt-content-shell article + article {
    margin-top: 48px;
    padding-top: 48px;
    border-top: 1px solid #d9dfdb;
}

.wbt-content-shell .entry-content {
    color: #53645e;
    font-size: 17px;
    line-height: 1.75;
}
