/* FVS Ultra — Base */
*, *::before, *::after { box-sizing: border-box; }
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
    background: #fff;
    color: var(--font-color, #222);
    line-height: 1.7;
    font-size: 18px;
}
a { color: var(--link-color, #0073aa); text-decoration: none; }
a:hover, a:focus { color: #005177; text-decoration: underline; }
img { max-width: 100%; height: auto; display: block; }
:root {
    --header-bg: #000000;
    --header-title-color: #ffffff;
    --footer-bg: #2e2e2e;
    --footer-color: #f1f1f1;
    --site-title-font-size: 32px;
    --menu-font-size: 16px;
    --article-font-size: 18px;
    --font-color: #222222;
    --link-color: #0073aa;
}
.site-main, .content-area, .site-content { max-width: 960px; margin: 30px auto; padding: 20px 30px; }
.entry-content, .post-content { font-size: var(--article-font-size); line-height: 1.8; }
.entry-content p { margin-bottom: 1.5em; text-align: justify; }
.entry-title { font-size: 2.5rem; font-weight: 800; line-height: 1.2; margin: 20px 0 30px; }
h1 { font-size: 2.8rem; } h2 { font-size: 2.2rem; } h3 { font-size: 1.9rem; } h4 { font-size: 1.6rem; } h5 { font-size: 1.3rem; } h6 { font-size: 1.1rem; }
.single h1, .page h1 { font-size: 3rem; text-align: center; margin-top: 0; }
.post-meta, .post-meta-small { font-size: 0.82em; color: #595959; margin-bottom: 18px; }
.post-meta a { color: #003366; font-weight: bold; text-decoration: underline; }
.post-meta-small a { color: #0056b3; font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.post-meta-small a:hover { color: #003d80; }
.tempo-leitura { font-size: 14px; color: #555555; margin-bottom: 10px; }
.paginacao-numerada { text-align: center; margin: 30px 0; }
.paginacao-numerada .page-numbers { display: inline-block; padding: 8px 14px; margin: 0 4px; background: #eee; color: #333; border-radius: 4px; text-decoration: none; font-weight: 600; }
.paginacao-numerada .current { background: #0073aa; color: #fff; }
.paginacao-numerada .page-numbers:hover { background: #003d80; color: #fff; }
footer.site-footer { background: var(--footer-bg); color: var(--footer-color); padding: 30px 20px 0; margin-top: 40px; }
.footer-custom-columns { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 20px; max-width: 1200px; margin: 0 auto 20px; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.15); }
.footer-custom-column { flex: 1 1 180px; color: var(--footer-color); font-size: .95em; }
.footer-custom-column h3 { color: #fff; font-size: 1rem; margin: 0 0 10px; border-bottom: 2px solid rgba(255,255,255,.2); padding-bottom: 6px; }
.footer-nav-row { background: #1a1a1a; text-align: center; padding: 12px 20px; }
.footer-menu { list-style: none; padding: 0; margin: 0; display: inline-flex; flex-wrap: wrap; gap: 5px; justify-content: center; }
.footer-menu li a { padding: 8px 14px; display: inline-block; font-size: 15px; color: #f1f1f1; background: #2e2e2e; border-radius: 3px; text-decoration: none; }
.footer-menu li a:hover { background: #444; color: #fff; text-decoration: none; }
.site-info { text-align: center; padding: 12px 10px; background: #2e2e2e; color: #f1f1f1; font-size: 15px; }
.site-info a { color: #f1f1f1; }
.footer-credit { width: 100%; text-align: center; font-size: .85em; background: #f0f0f0; color: #000; padding: 12px 10px; display: block; }
.footer-credit a { color: #003366; font-weight: bold; text-decoration: underline; }
.top-search-bar { background: #f1f1f1; padding: 8px 10px; text-align: center; }
.top-search-bar form { display: flex; justify-content: center; align-items: center; gap: 8px; flex-wrap: wrap; max-width: 600px; margin: 0 auto; }
.top-search-bar input[type="search"] { padding: 6px 10px; width: 70%; border: 1px solid #ccc; border-radius: 4px; font-size: 15px; }
.top-search-bar input[type="submit"] { padding: 6px 14px; background: #0056b3; color: #fff; border: none; border-radius: 4px; cursor: pointer; font-size: 15px; }
.top-search-bar input[type="submit"]:hover { background: #003d80; }
#search-below-header { text-align: center; padding: 10px 0; }
.scroll-to-top { position: fixed; bottom: 30px; right: 30px; display: none; font-size: 22px; background: #444; color: #fff; padding: 10px 14px; border-radius: 50%; z-index: 1000; text-decoration: none; box-shadow: 0 2px 8px rgba(0,0,0,.3); }
.scroll-to-top:hover { background: #000; text-decoration: none; }
#cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; background: #222; color: #fff; padding: 14px 20px; z-index: 9999; text-align: center; font-size: 14px; }
#cookie-banner a { color: #0ff; text-decoration: underline; margin-left: 5px; }
#cookie-banner button { margin-left: 12px; padding: 5px 12px; cursor: pointer; border: none; border-radius: 4px; background: #fff; color: #222; font-weight: 600; }
.ads-custom, .ads-topo, .ads-below-search { display: block; width: 100%; text-align: center; margin: 16px auto; clear: both; }
ins.adsbygoogle { display: block; margin-left: auto; margin-right: auto; }
.indice-conteudo { margin: 20px 0; padding: 15px; border: 1px solid #ccc; background: #f9f9f9; border-radius: 6px; font-size: .9em; }
.indice-conteudo ul { list-style: none; padding: 0; margin: 8px 0 0; }
.indice-conteudo li a { display: block; padding: 8px 10px; font-size: 16px; min-height: 44px; text-decoration: none; color: #0073aa; border-radius: 4px; line-height: 1.4; }
.indice-conteudo li a:hover { background: rgba(0,115,170,.08); }
.fvsp-page-home { max-width: 100%; width: 100%; margin: 0; padding: 0; }
.fvsp-page-home .alignfull { width: 100vw; max-width: 100vw; margin-left: 0; margin-right: 0; }
.fvsp-page-home .alignwide { max-width: 1200px; margin-left: auto; margin-right: auto; }
