/*
Theme Name: Bangladesh Protikhan Clone
Theme URI: https://example.com
Author: Generated by ChatGPT
Description: A clone-style theme inspired by bangladeshpratikkhon.com. Navy blue & white color scheme. Lightweight starter theme with menu, sidebar, widgets and home layout. Customize as needed.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: bpc_clone
*/

:root{
  --navy: #042a5b;
  --accent: #d32f2f;
  --white: #ffffff;
  --muted: #f4f6f8;
}
body{
  font-family: "Helvetica Neue", Arial, sans-serif;
  margin:0;
  background:var(--muted);
  color:#222;
}
.site-header{
  background:var(--navy);
  color:var(--white);
  padding:12px 20px;
}
.site-branding img{max-height:70px;}
.topbar{display:flex;justify-content:space-between;align-items:center;}
.main-navigation{background:var(--navy); padding:6px 0;}
.main-navigation ul{list-style:none;margin:0;padding:0;display:flex;gap:8px;}
.main-navigation a{color:var(--white);text-decoration:none;padding:10px 14px;display:inline-block;}
.main-navigation a:hover{background:#083b6f;}
.container{max-width:1100px;margin:18px auto;display:flex;gap:20px;padding:0 12px;}
.content{flex:0 0 70%;}
.sidebar{flex:0 0 30%;}
.card{background:var(--white);padding:12px;margin-bottom:14px;border:1px solid #e6e6e6;}
.post-list .post-item{display:flex;gap:12px;padding:10px 0;border-bottom:1px solid #eee;}
.post-thumb{width:170px;height:110px;background:#ddd;flex-shrink:0;}
.footer{background:var(--navy);color:var(--white);padding:18px;text-align:center;margin-top:18px;}
.breaking{background:#c62828;color:var(--white);padding:6px 10px;margin-bottom:12px;display:inline-block;}
.category-title{background:var(--navy);color:var(--white); padding:6px 10px;display:inline-block;margin-bottom:10px;}
/* Responsive */
@media (max-width:800px){
  .container{flex-direction:column;}
  .content,.sidebar{flex:1 1 auto;}
  .main-navigation ul{flex-wrap:wrap;}
}
