/*
Theme Name: Blogstreamish Complete
Author: Sharif
Description: Complete modern blog theme with right sidebar, recent posts, tall ad, header with social icons, menus, and clean footer.
Version: 1.0
Text Domain: blogstreamish-complete
*/
:root{
  --accent:#2b6df6;
  --muted:#8b93a7;
  --bg:#f3f6fb;
  --card:#ffffff;
  --radius:12px;
  --maxw:1200px;
  --text:#0f1724;
}
*{box-sizing:border-box}
body{font-family:Inter, "Helvetica Neue", Arial, sans-serif;background:var(--bg);color:var(--text);margin:0;padding:32px;}
a{color:var(--accent);text-decoration:none}
.site-wrap{max-width:var(--maxw);margin:0 auto;background:transparent;display:flex;gap:28px;align-items:flex-start;}
.main{flex:1}
.container-card{background:var(--card);border-radius:var(--radius);padding:26px;box-shadow:0 6px 18px rgba(18,22,45,0.06);margin-bottom:22px;border:1px solid rgba(9,26,66,0.03)}
.post-title{font-size:26px;font-weight:800;color:var(--text);margin:0 0 12px}
.post-excerpt{color:#4b5563;line-height:1.7}
.post-meta{margin-top:14px;font-size:13px;color:var(--muted)}
.header{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}
.brand{font-weight:900;color:var(--accent);font-size:28px;display:flex;align-items:center;gap:12px}
.brand small{font-weight:600;color:var(--muted);font-size:12px}
.top-nav{display:flex;gap:12px;align-items:center}
.menu{display:flex;gap:12px;list-style:none;padding:0;margin:0}
.menu a{padding:8px 12px;border-radius:8px}
.search{border:1px solid rgba(9,26,66,0.06);padding:8px;border-radius:10px;width:44px;height:44px;display:grid;place-items:center}
.sidebar{width:320px;flex-shrink:0}
.widget{background:var(--card);border-radius:12px;padding:16px;margin-bottom:18px;border:1px solid rgba(9,26,66,0.03)}
.widget .widget-title{font-weight:700;margin-bottom:10px;color:#1f2937}
.recent-post{display:flex;gap:10px;align-items:flex-start;margin-bottom:12px}
.recent-post img{width:56px;height:56px;border-radius:8px;object-fit:cover}
.recent-post .r-title{font-size:14px;font-weight:700;color:var(--text)}
.ad-tall{height:480px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#eef2ff,#e6f0ff);color:var(--accent);font-weight:700;font-size:16px;border:2px dashed rgba(43,109,246,0.15)}
.footer{margin-top:40px;padding:28px;border-radius:12px;background:#0f1724;color:#fff;display:flex;justify-content:space-between;gap:20px}
.footer .col{flex:1}
.footer a{color: #cfe0ff;text-decoration:none}
.post-thumb{width:100%;border-radius:10px;margin-bottom:14px;display:block}
@media(max-width:1024px){
  body{padding:18px}
  .site-wrap{flex-direction:column;padding:0 8px}
  .sidebar{width:100%}
  .footer{flex-direction:column}
}
