/*
Theme Name: BudgetSaves
Description: BudgetSaves brand theme - mirrors the main CodeIgniter site design (same header, footer, app.min.css).
Version: 1.0
*/
/* Blog content readability on top of the main-site stylesheet */
.bs-article-wrap{ max-width:1200px; margin:0 auto; padding:24px 20px 60px; }
.bs-content{ font-size:15.5px; line-height:1.75; color:#3d3a45; }
.bs-content h1,.bs-content h2,.bs-content h3{ font-family:"Poppins",sans-serif; color:#1e1b26; line-height:1.3; }
.bs-content h2{ font-size:24px; font-weight:700; margin:34px 0 14px; }
.bs-content h3{ font-size:19px; font-weight:600; margin:26px 0 10px; }
.bs-content p{ margin:0 0 16px; }
.bs-content img{ max-width:100%; height:auto; border-radius:12px; }
.bs-content a{ color:#5b2e91; font-weight:600; }
.bs-content ul,.bs-content ol{ margin:0 0 16px 22px; }
.bs-content blockquote{ border-left:4px solid #5b2e91; background:#f7f3fc; padding:14px 18px; border-radius:0 10px 10px 0; margin:0 0 16px; }
