/*
Theme Name: SB
Theme URI: https://jbfdigital.com.br/
Author: JBF Digital
Author URI: https://jbfdigital.com.br/
Description: Lean classic theme for paid-traffic content sites. Cache-first, zero JS frameworks, zero third-party front-end assets; ads, analytics and consent enter through Customizer script fields and are never touched by the theme.
Version: 1.2.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sb
Tags: one-column, custom-logo, custom-menu, editor-style, threaded-comments, translation-ready
*/

/* Below-the-fold only; loaded non-blocking. Above-the-fold rules live in
   assets/css/critical.css. Bump Version here and SB_VERSION together. */

/* Entry content */
.entry-content h2{font-size:1.5rem;margin-top:2.5rem}
.entry-content h3{font-size:1.25rem;margin-top:1.75rem}
.entry-content img{border-radius:8px}
.entry-content figure{margin-left:0;margin-right:0}
figcaption,.wp-caption-text{font-size:.85rem;color:var(--sb-muted);text-align:center;padding:.35rem 0}
.entry-content blockquote{margin:0 0 1.25rem;padding:.4rem 0 .4rem 1.25rem;border-left:3px solid var(--sb-accent);color:var(--sb-muted)}
.entry-content code{background:var(--sb-surface);border:1px solid var(--sb-border);border-radius:4px;padding:.1em .35em;font-size:.9em}
.entry-content pre{background:var(--sb-surface);border:1px solid var(--sb-border);border-radius:8px;padding:1rem;overflow:auto}
.entry-content pre code{border:0;padding:0;background:none}
.entry-content table{width:100%;border-collapse:collapse}
.entry-content th,.entry-content td{border:1px solid var(--sb-border);padding:.5rem .75rem;text-align:left}
.entry-content hr{border:0;border-top:1px solid var(--sb-border);margin:2rem 0}
.entry-content ul,.entry-content ol{padding-left:1.5rem}
.entry-content iframe{max-width:100%}

/* Alignments + required core classes */
.alignleft{float:left;margin:0 1.25rem 1rem 0}
.alignright{float:right;margin:0 0 1rem 1.25rem}
.aligncenter{display:block;margin:0 auto 1.25rem}
.wp-caption{max-width:100%}
.gallery-caption{font-size:.85rem;color:var(--sb-muted)}
.sticky{position:relative}
.bypostauthor{position:relative}

/* Pagination */
.navigation.pagination{margin:2rem 0}
.navigation.pagination .nav-links,nav.pagination{display:flex;flex-wrap:wrap;gap:.4rem;justify-content:center}
nav.pagination{margin:2rem 0}
.page-numbers{display:inline-block;padding:.45rem .85rem;border:1px solid var(--sb-border);border-radius:8px;background:var(--sb-surface);color:var(--sb-text);text-decoration:none;font-size:.95rem}
a.page-numbers:hover{border-color:var(--sb-accent);color:var(--sb-accent)}
.page-numbers.current{background:var(--sb-accent);border-color:var(--sb-accent);color:#fff}

/* Paged posts */
.page-links{margin:1rem 0}
.page-links a,.page-links>span{display:inline-block;margin:0 .15rem;padding:.3rem .6rem;border:1px solid var(--sb-border);border-radius:6px;text-decoration:none}

/* Related posts */
.related-posts{margin:3.5rem 0 1rem}
.section-title{font-size:1.75rem;text-align:center;margin:0 0 1.75rem}
.related-posts .posts-grid{grid-template-columns:repeat(auto-fit,minmax(215px,1fr));gap:1.5rem}
.related-posts .card-title{font-size:1.05rem;line-height:1.4}
.related-posts .card-body{padding:1.25rem 1.25rem 1.4rem}

/* Comments */
.comments-area{margin:2.5rem 0}
.comments-title{font-size:1.25rem}
.comment-list{list-style:none;margin:0 0 1.5rem;padding:0}
.comment-list .children{list-style:none;padding-left:1.5rem}
.comment-body{padding:1rem;background:var(--sb-surface);border:1px solid var(--sb-border);border-radius:10px;margin-bottom:1rem}
.comment-meta{font-size:.85rem;color:var(--sb-muted)}
.comment-form label{display:block;margin-bottom:.25rem;font-weight:600;font-size:.9rem}
.comment-form p{margin:0 0 1rem}
.no-comments{color:var(--sb-muted)}

/* Footer */
.site-footer{margin-top:2.5rem;padding:1.5rem 0;color:var(--sb-muted);font-size:.9rem}
.footer-top{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem 2rem;margin-bottom:1.5rem}
.footer-branding{margin:0;font-size:1.7rem;font-weight:700;line-height:1.2}
.footer-branding a{color:var(--sb-text);text-decoration:none}
.footer-menu{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem 2rem;margin:0;padding:0}
.footer-menu a{color:var(--sb-text);text-decoration:none;font-weight:600}
.footer-menu a:hover{color:var(--sb-accent)}
.site-info{margin:0;text-align:center}
.site-info a{color:inherit}

