/*
Theme Name: TheBankBuddy (Full)
Theme URI: https://thebankbuddy.com/
Author: Generated
Description: Full-featured Gujarati responsive news theme with AMP-ready notes, Dark mode, WhatsApp sticky, view counter and more.
Version: 1.0
Text Domain: thebankbuddy
*/
:root{ --bg:#ffffff; --text:#111; --accent:#0b6fb6; --muted:#666; --card:#f8f9fb }
[data-theme='dark']{ --bg:#0b0b0c; --text:#e6e6e6; --accent:#4da3ff; --muted:#9aa0a6; --card:#121214 }
body{font-family:'Noto Sans Gujarati',sans-serif; background:var(--bg); color:var(--text); margin:0; line-height:1.6;}
.container{max-width:1140px;margin:0 auto;padding:16px;}
.header{display:flex;align-items:center;justify-content:space-between;padding:12px 0}
.logo{font-weight:800;font-size:22px;color:var(--accent);text-decoration:none}
.nav{display:flex;gap:14px}
.slider{margin:12px 0}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}
.card{background:var(--card);border-radius:8px;overflow:hidden;box-shadow:0 1px 6px rgba(0,0,0,0.04);}
.card img{width:100%;height:180px;object-fit:cover;display:block}
.ticker{background:#fff6e6;padding:8px;margin-bottom:12px;border-left:4px solid #ffb84d}
.post-thumb{width:100px;height:70px;object-fit:cover;border-radius:6px}
.whatsapp-sticky{position:fixed;right:18px;bottom:90px;z-index:9999;border-radius:50%;padding:14px;background:#25d366;color:#fff;text-decoration:none;box-shadow:0 6px 18px rgba(0,0,0,0.15)}
.floating-shares{position:fixed;left:8px;top:40%;z-index:999}
.dark-toggle{cursor:pointer;border:0;background:transparent;font-size:20px}
.comment-form textarea{width:100%;min-height:120px;padding:12px;border-radius:8px;border:1px solid #ddd}
.related-grid{display:flex;gap:8px;flex-wrap:wrap}
.related-grid .rel-item{width:120px}
@media(max-width:768px){.nav{display:none} .whatsapp-sticky{right:12px;bottom:70px}}
