/*
Theme Name: LocalSEOBot Blog
Theme URI: https://localseobot.ai/blog
Author: NewSunSEO
Description: Custom, lightweight, self-contained blog theme for LocalSEOBot.ai. Dark theme matching the main site (navy #050B14, sky accent #38BDF8, Space Grotesk), 3-column post grid. Tailwind via CDN, no plugin dependencies.
Version: 1.1
*/
body{font-family:'Inter',sans-serif}
::-webkit-scrollbar{width:8px;height:8px}
::-webkit-scrollbar-track{background:#0A1324}
::-webkit-scrollbar-thumb{background:#1A253D;border-radius:4px}
::-webkit-scrollbar-thumb:hover{background:#212D48}
.lsb-prose h2{font-family:'Space Grotesk',sans-serif;font-size:1.7rem;font-weight:700;color:#F8FAFC;margin:1.9rem 0 .6rem}
.lsb-prose h3{font-family:'Space Grotesk',sans-serif;font-size:1.3rem;font-weight:600;color:#F8FAFC;margin:1.4rem 0 .5rem}
.lsb-prose p{margin:0 0 1rem;line-height:1.85;color:#CBD5E1}
.lsb-prose a{color:#38BDF8;text-decoration:underline}
.lsb-prose a:hover{color:#0EA5E9}
.lsb-prose ul,.lsb-prose ol{margin:0 0 1rem 1.4rem;line-height:1.85;color:#CBD5E1}
.lsb-prose ul{list-style:disc}.lsb-prose ol{list-style:decimal}
.lsb-prose strong{color:#F8FAFC}
.lsb-prose img{border-radius:10px;margin:1rem 0;border:1px solid rgba(255,255,255,0.08)}
.lsb-prose blockquote{border-left:3px solid #38BDF8;padding-left:1rem;color:#CBD5E1;margin:1rem 0}
.lsb-pagination a,.lsb-pagination .page-numbers{color:#CBD5E1;padding:.4rem .8rem;border:1px solid rgba(255,255,255,0.1);border-radius:9999px;margin:0 .2rem;font-size:.85rem;text-decoration:none}
.lsb-pagination .current{background:#38BDF8;color:#050B14;border-color:#38BDF8}
.lsb-pagination a:hover{border-color:#38BDF8;color:#38BDF8}
