/* =========================================================
   Bangla News Lite — main stylesheet
   টোকেন: রঙ, ফন্ট, স্পেসিং
   ========================================================= */
:root{
	--bnl-red: #D71920;
	--bnl-red-dark: #A8131A;
	--bnl-ink: #181818;
	--bnl-grey-800: #333333;
	--bnl-grey-600: #5b5b5b;
	--bnl-grey-300: #d8d8d8;
	--bnl-grey-150: #ececec;
	--bnl-grey-100: #f5f5f3;
	--bnl-paper: #ffffff;
	--bnl-gold: #c99a3e;

	--bnl-font-display: 'SolaimanLipi', sans-serif;
	--bnl-font-body: 'SolaimanLipi', 'Noto Sans Bengali', sans-serif;

	--bnl-radius: 10px;
	--bnl-container: 1140px;
	--bnl-header-h: 60px;
}

*{ box-sizing: border-box; }
html{ -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body{
	margin: 0;
	font-family: var(--bnl-font-body);
	color: var(--bnl-ink);
	background: var(--bnl-grey-100);
	line-height: 1.55;
	-webkit-font-smoothing: antialiased;
}
img{ max-width: 100%; display: block; height: auto; }
a{ color: inherit; text-decoration: none; }
ul{ margin: 0; padding: 0; list-style: none; }
button{ font-family: inherit; cursor: pointer; }
h1,h2,h3,h4{ font-family: var(--bnl-font-display); line-height: 1.25; margin: 0 0 .5em; }

.screen-reader-text{ position:absolute; left:-9999px; }
.skip-link:focus{ position: fixed; left: 8px; top: 8px; z-index: 9999; background: var(--bnl-paper); padding: 8px 14px; border-radius: 6px; }

:focus-visible{ outline: 3px solid var(--bnl-gold); outline-offset: 2px; }

@media (prefers-reduced-motion: reduce){
	*{ animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
}

.bnl-container{
	max-width: var(--bnl-container);
	margin: 0 auto;
	padding: 0 16px;
}

/* =========================================================
   হেডার
   ========================================================= */
.bnl-masthead{ position: relative; z-index: 60; }

.bnl-sticky-head{
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 61;
	background: var(--bnl-paper);
	box-shadow: 0 1px 0 var(--bnl-grey-300);
}

.bnl-topbar{
	background: var(--bnl-paper);
	border-bottom: 1px solid var(--bnl-grey-300);
	padding: 12px 0;
}
.bnl-topbar-inner{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}
.bnl-logo{ display: flex; align-items: center; min-width: 0; }
.bnl-logo img{ max-height: 42px; width: auto; }
.bnl-logo-text{
	font-family: var(--bnl-font-display);
	font-weight: 700;
	font-size: 1.4rem;
	color: var(--bnl-ink);
}
.bnl-icon-btn{
	background: transparent; border: 0; color: var(--bnl-ink);
	width: 38px; height: 38px; display: flex; align-items: center; justify-content: center;
	border-radius: 50%;
}
.bnl-icon-btn:hover{ background: var(--bnl-grey-100); }
.bnl-menu-toggle{ flex-direction: column; gap: 4px; }
.bnl-menu-toggle span{ display:block; width: 20px; height: 2px; background: var(--bnl-ink); border-radius: 2px; }

.bnl-topbar-actions{ display: flex; align-items: center; gap: 6px; }
.bnl-btn{
	display: inline-flex; align-items: center; gap: 6px;
	font-weight: 600; font-size: .92rem;
	padding: 9px 16px; border-radius: 999px; border: 2px solid transparent;
	transition: transform .15s ease, background .15s ease;
}
.bnl-btn:hover{ transform: translateY(-1px); }
.bnl-btn-outline{ border-color: var(--bnl-paper); color: var(--bnl-paper); }
.bnl-btn-outline:hover{ background: var(--bnl-paper); color: var(--bnl-red); }
.bnl-btn-primary{ background: var(--bnl-red); color: var(--bnl-paper); }
.bnl-btn-primary:hover{ background: var(--bnl-red-dark); }
.bnl-btn-dark{ background: var(--bnl-ink); color: var(--bnl-paper); }
.bnl-btn-dark:hover{ background: #000; }
.bnl-btn-login{ width: 100%; justify-content: center; background: var(--bnl-grey-100); color: var(--bnl-ink); border-color: var(--bnl-grey-300); margin: 16px 0; }

.bnl-epaper-link{ color: var(--bnl-red); font-weight: 700; font-size: 1rem; padding: 0 6px; white-space: nowrap; }
.bnl-epaper-link:hover{ text-decoration: underline; }

.bnl-search-panel{ background: var(--bnl-paper); border-bottom: 1px solid var(--bnl-grey-300); padding: 14px 0; }
.bnl-search-panel[hidden]{ display: none; }

.bnl-primary-nav{ background: var(--bnl-paper); border-bottom: 1px solid var(--bnl-grey-300); }
.primary-menu{ display: flex; gap: 26px; overflow-x: auto; padding: 14px 0; scrollbar-width: none; }
.primary-menu::-webkit-scrollbar{ display: none; }
.primary-menu li a{ font-weight: 600; white-space: nowrap; color: var(--bnl-grey-800); }
.primary-menu li a:hover{ color: var(--bnl-red); }

.bnl-ticker{ background: var(--bnl-paper); border-bottom: 1px solid var(--bnl-grey-300); }
.bnl-ticker-inner{ display: flex; align-items: stretch; gap: 12px; padding: 0; }
.bnl-ticker-label{
	flex-shrink: 0;
	background: var(--bnl-red);
	color: var(--bnl-paper);
	font-weight: 700;
	font-size: .85rem;
	display: flex; align-items: center;
	padding: 9px 14px;
	border-radius: 6px;
	margin: 9px 0;
	position: relative;
	z-index: 2;
}
.bnl-ticker-label::before{
	content: '';
	width: 7px; height: 7px; border-radius: 50%;
	background: #fff; margin-right: 7px;
	animation: bnl-pulse 1.4s infinite;
}
@keyframes bnl-pulse{ 0%,100%{ opacity: 1; } 50%{ opacity: .35; } }

/* মার্কি/স্ক্রলিং টিকার (ডান থেকে বাম দিকে) */
.bnl-ticker-track{ overflow: hidden; flex: 1; display: flex; align-items: center; position: relative; }
.bnl-ticker-list{
	display: flex; align-items: center; flex-wrap: nowrap; white-space: nowrap;
	animation: bnl-marquee var(--bnl-marquee-duration, 35s) linear infinite;
	will-change: transform;
}
.bnl-ticker-track:hover .bnl-ticker-list{ animation-play-state: paused; }
@keyframes bnl-marquee{
	from{ transform: translateX(0); }
	to{ transform: translateX(-50%); }
}
.bnl-ticker-list li{ display: flex; align-items: center; flex-shrink: 0; padding: 9px 0; }
.bnl-ticker-icon{ width: 20px; height: 20px; border-radius: 4px; margin: 0 12px; flex-shrink: 0; object-fit: contain; }
.bnl-ticker-icon-dot{
	width: 7px; height: 7px; border-radius: 50%; background: var(--bnl-grey-300); margin: 0 14px; flex-shrink: 0;
}
.bnl-ticker-list a{ font-weight: 600; font-size: .95rem; color: var(--bnl-ink); white-space: nowrap; }
.bnl-ticker-list a:hover{ color: var(--bnl-red); }

@media (prefers-reduced-motion: reduce){
	.bnl-ticker-list{ animation: none; }
}

/* ট্রেন্ডিং ট্যাগ রো */
.bnl-trending{ background: var(--bnl-paper); border-bottom: 1px solid var(--bnl-grey-300); }
.bnl-trending-inner{ display: flex; align-items: center; gap: 14px; padding: 12px 0; }
.bnl-trending-label{ flex-shrink: 0; font-weight: 700; color: var(--bnl-grey-800); font-size: .92rem; }
.bnl-trending-list{
	display: flex; gap: 10px; overflow-x: auto; scrollbar-width: none; flex-wrap: nowrap;
}
.bnl-trending-list::-webkit-scrollbar{ display: none; }
.bnl-trending-tag{
	flex-shrink: 0; white-space: nowrap; background: var(--bnl-grey-100); color: var(--bnl-grey-800);
	font-size: .85rem; font-weight: 600; padding: 8px 16px; border-radius: 999px; border: 1px solid var(--bnl-grey-300);
}
.bnl-trending-tag:hover{ background: var(--bnl-red); color: var(--bnl-paper); border-color: var(--bnl-red); }

/* =========================================================
   মোবাইল অফ-ক্যানভাস মেনু
   ========================================================= */
.bnl-mobile-menu{
	position: fixed; top: 0; left: 0; height: 100%; width: min(85vw, 340px);
	background: var(--bnl-paper); z-index: 100; padding: 18px;
	overflow-y: auto;
	transform: translateX(-100%);
	transition: transform .28s ease;
	display: flex; flex-direction: column;
}
.bnl-mobile-menu.is-open{ transform: translateX(0); }
.bnl-mobile-menu[hidden]{ display: flex; }
.bnl-mobile-menu-top{ display: flex; align-items: center; justify-content: space-between; margin-bottom: 6px; }
.bnl-mobile-menu-close{ color: var(--bnl-ink); }
.bnl-mobile-menu .bnl-logo-text{ color: var(--bnl-ink); }
.bnl-mobile-menu-list{ display: flex; flex-direction: column; gap: 4px; margin-top: 10px; }
.bnl-mobile-menu-list a{ display: block; padding: 12px 6px; font-weight: 600; font-size: 1.05rem; border-bottom: 1px solid var(--bnl-grey-150); }
.bnl-mobile-menu-footer{ margin-top: auto; padding-top: 16px; border-top: 1px solid var(--bnl-grey-150); }
.bnl-copyright{ font-size: .8rem; color: var(--bnl-grey-600); }

.bnl-overlay{ position: fixed; inset: 0; background: rgba(0,0,0,.5); z-index: 90; }
.bnl-overlay[hidden]{ display: none; }

.bnl-search-form{ display: flex; border: 2px solid var(--bnl-grey-300); border-radius: 8px; overflow: hidden; }
.bnl-search-field{ flex: 1; border: 0; padding: 11px 14px; font-family: inherit; font-size: 1rem; min-width: 0; }
.bnl-search-field:focus{ outline: none; }
.bnl-search-submit{ display: flex; align-items: center; gap: 6px; background: var(--bnl-ink); color: var(--bnl-paper); border: 0; padding: 0 16px; font-weight: 600; }
.bnl-search-submit span{ display: none; }

/* =========================================================
   সোশ্যাল আইকন
   ========================================================= */
.bnl-social-icons{ display: flex; gap: 10px; margin: 14px 0; }
.bnl-social-icon{
	width: 36px; height: 36px; border-radius: 50%; border: 1.5px solid var(--bnl-grey-300);
	display: flex; align-items: center; justify-content: center; color: var(--bnl-grey-800);
	transition: all .15s ease;
}
.bnl-social-icon:hover{ background: var(--bnl-red); border-color: var(--bnl-red); color: var(--bnl-paper); }

/* =========================================================
   হিরো পোস্ট
   ========================================================= */
.bnl-hero{ background: var(--bnl-paper); margin: 14px 0; }
.bnl-hero-media{ display: block; aspect-ratio: 16/10; overflow: hidden; }
.bnl-hero-media img{ width: 100%; height: 100%; object-fit: cover; }
.bnl-hero-body{ padding: 16px; }
.bnl-cat-pill{
	display: inline-block; background: var(--bnl-red); color: var(--bnl-paper);
	font-size: .75rem; font-weight: 700; padding: 4px 12px; border-radius: 999px; margin-bottom: 10px;
}
.bnl-hero-title{ font-size: 1.5rem; font-weight: 700; }
.bnl-hero-title a:hover{ color: var(--bnl-red); }
.bnl-hero-excerpt{ color: var(--bnl-grey-600); margin: 8px 0; }
.bnl-meta{ font-size: .85rem; color: var(--bnl-grey-600); display: flex; gap: 12px; flex-wrap: wrap; }

/* =========================================================
   জনপ্রিয়/সর্বশেষ ট্যাব
   ========================================================= */
.bnl-tabs-section{ background: var(--bnl-paper); margin: 14px 0; padding: 4px 0 14px; }
.bnl-tabs{ display: flex; border-bottom: 2px solid var(--bnl-grey-150); }
.bnl-tab{
	flex: 1; background: none; border: 0; padding: 16px 8px; font-weight: 700; font-size: 1rem;
	color: var(--bnl-grey-600); position: relative; font-family: var(--bnl-font-display);
}
.bnl-tab.is-active{ color: var(--bnl-ink); }
.bnl-tab.is-active::after{
	content: ''; position: absolute; left: 10%; right: 10%; bottom: -2px; height: 3px;
	background: var(--bnl-gold); border-radius: 3px;
}
.bnl-tab-panel[hidden]{ display: none; }
.bnl-list-item{ display: flex; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--bnl-grey-150); }
.bnl-list-item:last-child{ border-bottom: 0; }
.bnl-list-thumb{ flex-shrink: 0; width: 84px; height: 84px; border-radius: var(--bnl-radius); overflow: hidden; }
.bnl-list-thumb img{ width: 100%; height: 100%; object-fit: cover; }
.bnl-list-body{ flex: 1; min-width: 0; }
.bnl-list-title{ font-size: 1rem; font-weight: 600; margin: 0 0 6px; }
.bnl-list-title a:hover{ color: var(--bnl-red); }
.bnl-meta-time{ font-size: .8rem; color: var(--bnl-grey-600); }

/* =========================================================
   লোকেশন ফিল্টার
   ========================================================= */
.bnl-location-filter{ background: var(--bnl-grey-150); margin: 14px 0; padding: 24px 0; }
.bnl-location-filter-title{ text-align: center; font-size: 1.3rem; margin-bottom: 18px; }
.bnl-location-form{ display: flex; flex-direction: column; gap: 12px; max-width: 480px; margin: 0 auto; }
.bnl-select-wrap{ position: relative; }
.bnl-select{
	width: 100%; padding: 13px 16px; border-radius: 8px; border: 1px solid var(--bnl-grey-300);
	background: var(--bnl-paper); font-family: inherit; font-size: 1rem; appearance: none;
}
.bnl-select-wrap::after{
	content: '▾'; position: absolute; right: 14px; top: 50%; transform: translateY(-50%); color: var(--bnl-grey-600); pointer-events: none;
}
.bnl-location-submit{ justify-content: center; width: 100%; padding: 14px; border-radius: 8px; }
.bnl-location-note{ text-align: center; font-size: .82rem; color: var(--bnl-grey-600); margin-top: 12px; }

/* =========================================================
   ক্যাটাগরি ব্লক সেকশন
   ========================================================= */
.bnl-cat-block, .bnl-video-section{ background: var(--bnl-paper); margin: 14px 0; padding: 20px 0; }
.bnl-section-heading{ display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 14px; border-bottom: 3px solid var(--bnl-ink); padding-bottom: 10px; }
.bnl-section-heading h2{ font-size: 1.3rem; margin: 0; }
.bnl-see-all{ font-size: .85rem; font-weight: 600; color: var(--bnl-red); white-space: nowrap; }

.bnl-cat-block-grid{ display: grid; grid-template-columns: 1fr; gap: 16px; }
.bnl-cat-block-side{ display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.bnl-cat-block-side .bnl-hero{ margin: 0; }

.bnl-grid-card{ }
.bnl-grid-thumb{ display: block; aspect-ratio: 4/3; overflow: hidden; border-radius: var(--bnl-radius); margin-bottom: 8px; }
.bnl-grid-thumb img{ width: 100%; height: 100%; object-fit: cover; }
.bnl-grid-title{ font-size: .98rem; font-weight: 600; margin: 0 0 4px; line-height: 1.4; }
.bnl-grid-title a:hover{ color: var(--bnl-red); }

.bnl-thumb-placeholder{ display: block; width: 100%; height: 100%; background: linear-gradient(135deg, var(--bnl-grey-150), var(--bnl-grey-300)); }

.bnl-archive-list{ grid-template-columns: repeat(2, 1fr); }

/* =========================================================
   ভিডিও সেকশন
   ========================================================= */
.bnl-video-grid{ display: grid; grid-template-columns: 1fr; gap: 18px; }
.bnl-video-thumb{ position: relative; display: block; aspect-ratio: 16/9; overflow: hidden; border-radius: var(--bnl-radius); background: var(--bnl-ink); }
.bnl-video-thumb img{ width: 100%; height: 100%; object-fit: cover; }
.bnl-play-btn{
	position: absolute; inset: 0; margin: auto; width: 56px; height: 56px; border-radius: 50%;
	background: rgba(215,25,32,.9); color: #fff; display: flex; align-items: center; justify-content: center;
	top: 50%; left: 50%; transform: translate(-50%,-50%);
}
.bnl-video-title{ font-size: .98rem; font-weight: 600; margin-top: 8px; }
.bnl-video-title a:hover{ color: var(--bnl-red); }

/* =========================================================
   পেজ / সিঙ্গেল / আর্কাইভ
   ========================================================= */
.bnl-page-wrap{ padding: 18px 16px 40px; }
.bnl-breadcrumb{ font-size: .85rem; color: var(--bnl-grey-600); margin-bottom: 14px; }
.bnl-breadcrumb a:hover{ color: var(--bnl-red); }
.bnl-archive-title{ font-size: 1.5rem; margin-bottom: 16px; }
.bnl-archive-grid{ display: grid; gap: 24px; }
.bnl-single{ background: var(--bnl-paper); padding: 18px; border-radius: var(--bnl-radius); }

/* ক্যাটাগরি বার (সিঙ্গেল পেজের টপে) */
.bnl-single-cat-label{ margin: 0 0 10px; }
.bnl-single-cat-label a{
	display: inline-block; color: var(--bnl-red); font-weight: 700; font-size: .95rem;
	padding-bottom: 4px; border-bottom: 2px solid var(--bnl-red);
}

.bnl-single-title{ font-size: 1.6rem; margin: 16px 0 14px; font-weight: 700; }

.bnl-single-byline{ display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.bnl-author-avatar{ border-radius: 50%; width: 48px; height: 48px; }
.bnl-author-name{ font-weight: 700; font-size: .98rem; }

.bnl-single-meta-row{ display: flex; align-items: center; gap: 10px; font-size: .85rem; color: var(--bnl-grey-600); margin-bottom: 14px; flex-wrap: wrap; }
.bnl-meta-sep{ color: var(--bnl-grey-300); }
.bnl-print-link{ background: none; border: 0; padding: 0; color: var(--bnl-grey-600); font-size: .85rem; text-decoration: underline; }
.bnl-print-link:hover{ color: var(--bnl-red); }

.bnl-share-block{ margin-bottom: 16px; }
.bnl-share-count-row{ font-size: .85rem; color: var(--bnl-grey-600); margin: 0 0 8px; }
.bnl-share-count-num{ font-weight: 700; color: var(--bnl-ink); }
.bnl-share-row{ display: flex; gap: 8px; padding: 0 0 16px; border-bottom: 1px solid var(--bnl-grey-150); }
.bnl-share-icon{
	width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--bnl-grey-300);
	display: flex; align-items: center; justify-content: center; color: var(--bnl-grey-800);
	background: var(--bnl-paper); position: relative;
}
.bnl-share-icon:hover{ background: var(--bnl-red); border-color: var(--bnl-red); color: var(--bnl-paper); }
.bnl-copy-tooltip{
	position: absolute; bottom: 110%; left: 50%; transform: translateX(-50%);
	background: var(--bnl-ink); color: var(--bnl-paper); font-size: .72rem; padding: 4px 8px; border-radius: 4px; white-space: nowrap;
}
.bnl-copy-tooltip[hidden]{ display: none; }

.bnl-single-thumb{ margin: 0 0 18px; }
.bnl-single-thumb img{ border-radius: var(--bnl-radius); width: 100%; }
.bnl-thumb-caption{ background: var(--bnl-grey-150); color: var(--bnl-grey-600); font-size: .85rem; padding: 10px 12px; border-radius: 0 0 var(--bnl-radius) var(--bnl-radius); margin-top: -4px; }

.bnl-single-meta{ margin-bottom: 14px; }
.bnl-single-content{ font-size: 1.05rem; line-height: 1.9; text-align: justify; }
.bnl-single-content p{ margin: 0 0 1.1em; }
.bnl-single-content img{ border-radius: var(--bnl-radius); }
.bnl-single-content blockquote{
	border-right: 4px solid var(--bnl-gold); background: var(--bnl-grey-100);
	margin: 1.2em 0; padding: 14px 18px; font-style: italic; font-weight: 600; text-align: right;
}
.bnl-tag-list{ display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 18px; }
.bnl-tag-list-label{ font-weight: 700; color: var(--bnl-red); font-size: .9rem; }

/* ফটো কার্ড মোডাল */
.bnl-photocard-modal[hidden]{ display: none; }
.bnl-photocard-modal{ position: fixed; inset: 0; z-index: 200; display: flex; align-items: center; justify-content: center; padding: 16px; }
.bnl-photocard-overlay{ position: absolute; inset: 0; background: rgba(0,0,0,.75); }
.bnl-photocard-box{
	position: relative; z-index: 1; background: var(--bnl-paper); border-radius: var(--bnl-radius);
	max-width: 420px; width: 100%; max-height: 92vh; overflow-y: auto; padding: 16px;
}
.bnl-photocard-head{ display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.bnl-photocard-head h3{ font-size: 1.05rem; margin: 0; }
.bnl-photocard-close{
	background: var(--bnl-grey-100); color: var(--bnl-ink); border: 0; border-radius: 50%;
	width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.bnl-photocard-canvas-wrap{ position: relative; border-radius: 8px; overflow: hidden; background: var(--bnl-grey-100); margin-bottom: 14px; }
#bnl-pc-canvas{ width: 100%; height: auto; display: block; }
.bnl-photocard-loading{
	position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
	font-size: .85rem; color: var(--bnl-grey-600); background: var(--bnl-grey-100);
}
.bnl-photocard-templates{ display: flex; gap: 8px; margin-bottom: 14px; }
.bnl-pc-template{
	flex: 1; padding: 9px; border: 2px solid var(--bnl-grey-300); border-radius: 8px; background: var(--bnl-paper);
	font-weight: 600; font-size: .88rem; color: var(--bnl-grey-800);
}
.bnl-pc-template.is-active{ border-color: var(--bnl-red); color: var(--bnl-red); }
.bnl-photocard-controls{ display: flex; flex-direction: column; gap: 10px; margin-bottom: 14px; }
.bnl-pc-control{ display: flex; flex-direction: column; gap: 4px; font-size: .85rem; font-weight: 600; color: var(--bnl-grey-800); }
.bnl-pc-control input[type="range"]{ width: 100%; }
.bnl-photocard-download{ width: 100%; justify-content: center; padding: 12px; }
.bnl-tag{ background: var(--bnl-grey-100); padding: 6px 12px; border-radius: 999px; font-size: .85rem; }
.bnl-tag:hover{ background: var(--bnl-red); color: var(--bnl-paper); }

.bnl-comment-cta{
	display: block; text-align: center; background: var(--bnl-red); color: var(--bnl-paper);
	font-weight: 700; padding: 14px; border-radius: 8px; margin-top: 22px;
}
.bnl-comment-cta:hover{ background: var(--bnl-red-dark); }

.bnl-post-nav{ display: flex; justify-content: space-between; gap: 12px; padding: 16px 0; font-weight: 600; }
.bnl-post-nav a:hover{ color: var(--bnl-red); }
.bnl-related-section{ background: var(--bnl-paper); padding: 18px; border-radius: var(--bnl-radius); margin-top: 18px; }
.bnl-404{ text-align: center; padding: 60px 16px; }
.bnl-404-code{ font-size: 4rem; color: var(--bnl-red); }
.bnl-404-search{ max-width: 360px; margin: 24px auto 0; }

/* =========================================================
   কমেন্ট
   ========================================================= */
.bnl-comments{ background: var(--bnl-paper); padding: 18px; border-radius: var(--bnl-radius); margin-top: 18px; }
.bnl-comment-list .comment-body{ padding: 14px 0; border-bottom: 1px solid var(--bnl-grey-150); }
.bnl-input, .comment-form input[type="text"], .comment-form input[type="email"], .comment-form textarea{
	width: 100%; padding: 11px 14px; border: 1px solid var(--bnl-grey-300); border-radius: 8px; font-family: inherit; margin-bottom: 12px;
}

/* =========================================================
   সাইডবার / উইজেট
   ========================================================= */
.bnl-sidebar .widget{ background: var(--bnl-paper); padding: 16px; border-radius: var(--bnl-radius); margin-bottom: 16px; }

/* ---------- সাইডবার বক্স কমন ---------- */
.bnl-side-box{ background: var(--bnl-paper); border-radius: var(--bnl-radius); margin-bottom: 18px; overflow: hidden; }

/* ---------- ক্যাটাগরি নিউজ বক্স ---------- */
.bnl-side-cat-box{ border: 2px solid var(--bnl-red); padding: 16px; }
.bnl-side-divider-heading{
	text-align: center; position: relative; font-size: 1.05rem; color: var(--bnl-red);
	margin: 0 0 16px; padding-bottom: 8px;
}
.bnl-side-divider-heading::before{
	content: ''; position: absolute; left: 0; right: 0; top: 50%; height: 1px; background: var(--bnl-grey-300); z-index: 0;
}
.bnl-side-divider-heading span{ background: var(--bnl-paper); position: relative; z-index: 1; padding: 0 14px; }
.bnl-side-divider-heading::after{
	content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%);
	width: 70px; height: 3px; background: var(--bnl-red); border-radius: 3px;
}

.bnl-side-hero{ position: relative; display: block; border-radius: var(--bnl-radius); overflow: hidden; aspect-ratio: 16/11; margin-bottom: 14px; }
.bnl-side-hero img{ width: 100%; height: 100%; object-fit: cover; }
.bnl-side-hero-title{
	position: absolute; left: 0; right: 0; bottom: 0; padding: 30px 12px 12px;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.85) 100%);
	color: #fff; font-weight: 700; font-size: .95rem; line-height: 1.4;
}

.bnl-side-row{ display: flex; gap: 10px; align-items: center; padding: 10px 0; border-bottom: 1px solid var(--bnl-grey-150); }
.bnl-side-row:last-child{ border-bottom: 0; }
.bnl-side-row-thumb{ flex-shrink: 0; width: 64px; height: 64px; border-radius: 6px; overflow: hidden; display: block; }
.bnl-side-row-thumb img{ width: 100%; height: 100%; object-fit: cover; }
.bnl-side-row-title{ font-size: .9rem; font-weight: 600; line-height: 1.4; color: var(--bnl-ink); }
.bnl-side-row:hover .bnl-side-row-title{ color: var(--bnl-red); }

/* ---------- জনপ্রিয়/সর্বশেষ সাইডবার ট্যাব উইজেট ---------- */
.bnl-side-tabs-widget{ }
.bnl-side-tab-nav{ display: flex; }
.bnl-side-tab-nav .bnl-tab{
	flex: 1; font-family: var(--bnl-font-display); font-weight: 700; font-size: .95rem;
	padding: 13px 8px; background: var(--bnl-grey-150); color: var(--bnl-grey-600); border: 0;
}
.bnl-side-tab-nav .bnl-tab.is-active{ background: var(--bnl-red); color: var(--bnl-paper); }
.bnl-side-tab-nav .bnl-tab.is-active::after{ display: none; }

.bnl-side-tab-scroll{ max-height: 460px; overflow-y: auto; padding: 4px 14px; }
.bnl-side-tab-scroll::-webkit-scrollbar{ width: 6px; }
.bnl-side-tab-scroll::-webkit-scrollbar-track{ background: var(--bnl-grey-100); }
.bnl-side-tab-scroll::-webkit-scrollbar-thumb{ background: var(--bnl-grey-300); border-radius: 3px; }
.bnl-side-list .bnl-list-item{ padding: 12px 0; }
.bnl-side-list .bnl-list-thumb{ width: 64px; height: 64px; }
.bnl-side-list .bnl-list-title{ font-size: .9rem; }
.widget-title, .footer-widget-title{ font-size: 1.05rem; border-bottom: 2px solid var(--bnl-grey-150); padding-bottom: 8px; }

/* =========================================================
   ফুটার (কেন্দ্রীভূত লেআউট)
   ========================================================= */
.bnl-footer{ background: var(--bnl-grey-100); color: var(--bnl-grey-800); margin-top: 24px; border-top: 4px solid var(--bnl-red); }
.bnl-footer-inner{ display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; padding: 36px 16px 28px; max-width: 640px; margin: 0 auto; }
.bnl-footer-logo img{ max-height: 64px; margin: 0 auto; }
.bnl-footer-logo .bnl-logo-text{ color: var(--bnl-ink); font-size: 1.6rem; }

.bnl-footer-team p, .bnl-footer-address p{ margin: 0 0 6px; font-size: .95rem; color: var(--bnl-grey-800); }
.bnl-footer-team strong, .bnl-footer-address strong{ color: var(--bnl-ink); }

.bnl-footer-contact-line{ font-size: .92rem; }
.bnl-footer-contact-line a:hover{ color: var(--bnl-red); }
.bnl-footer-contact-line .bnl-dot{ margin: 0 8px; color: var(--bnl-grey-600); }

.bnl-footer-links-inline{ display: flex; flex-wrap: wrap; justify-content: center; gap: 0; font-size: .92rem; }
.bnl-footer-links-inline li{ display: flex; align-items: center; }
.bnl-footer-links-inline li:not(:last-child)::after{ content: '|'; margin: 0 10px; color: var(--bnl-grey-300); }
.bnl-footer-links-inline a:hover{ color: var(--bnl-red); }

.bnl-footer-widgets{ width: 100%; }

.bnl-footer-social-block{ margin-top: 6px; }
.bnl-footer-heading{ color: var(--bnl-ink); font-size: 1.05rem; margin-bottom: 10px; }
.bnl-footer-social-block .bnl-social-icons{ justify-content: center; }

.bnl-footer-app-badges{ display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; margin-top: 4px; }
.bnl-app-badge{
	display: inline-flex; align-items: center; gap: 8px;
	background: var(--bnl-ink); color: var(--bnl-paper);
	padding: 9px 18px; border-radius: 8px; font-weight: 600; font-size: .88rem;
}
.bnl-app-badge:hover{ background: var(--bnl-red); }

.bnl-footer-bottom{ padding: 14px 0; text-align: center; }
.bnl-footer-bottom .bnl-container{ display: flex; flex-direction: column; align-items: center; gap: 4px; }
.bnl-footer-bottom .bnl-copyright{ font-size: .85rem; color: rgba(255,255,255,.85); margin: 0; }
.bnl-dev-credit{ font-size: .8rem; color: rgba(255,255,255,.65); margin: 0; }
.bnl-dev-credit a{ color: rgba(255,255,255,.9); text-decoration: underline; }

/* =========================================================
   ব্যাক টু টপ

   ========================================================= */
.bnl-back-to-top{
	position: fixed; right: 18px; bottom: 18px; width: 44px; height: 44px; border-radius: 50%;
	background: var(--bnl-ink); color: var(--bnl-paper); border: 0; display: flex; align-items: center; justify-content: center;
	z-index: 50; box-shadow: 0 4px 12px rgba(0,0,0,.25);
}
.bnl-back-to-top[hidden]{ display: none; }

/* =========================================================
   রেসপন্সিভ ব্রেকপয়েন্ট
   ========================================================= */
@media (min-width: 640px){
	.bnl-archive-list, .bnl-video-grid{ grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 860px){
	.bnl-menu-toggle{ display: none; }
	.bnl-primary-nav{ display: block; }
	.bnl-hero{ display: grid; grid-template-columns: 1.4fr 1fr; gap: 0; align-items: stretch; }
	.bnl-hero-media{ aspect-ratio: auto; height: 100%; }
	.bnl-hero-body{ display: flex; flex-direction: column; justify-content: center; padding: 24px 32px; }
	.bnl-hero-title{ font-size: 2rem; }

	.bnl-cat-block-grid{ grid-template-columns: 1.3fr 1fr; align-items: start; }
	.bnl-cat-block-side{ grid-template-columns: 1fr 1fr; }

	.bnl-archive-grid{ grid-template-columns: 2.2fr 1fr; }
	.bnl-home-grid{ grid-template-columns: 2.2fr 1fr; }
	.bnl-home-hero-grid{ grid-template-columns: 2.2fr 1fr; }
	.bnl-location-form{ flex-direction: row; max-width: none; }
	.bnl-location-submit{ width: auto; white-space: nowrap; }
	.bnl-video-grid{ grid-template-columns: repeat(4, 1fr); }

	.bnl-search-submit span{ display: inline; }
}

@media (min-width: 1024px){
	.bnl-hero-title{ font-size: 2.4rem; }
}

/* =========================================================
   হোমপেজ: হিরো + সাইডবার গ্রিড
   ========================================================= */
.bnl-home-hero-section{ margin: 14px 0; }
.bnl-home-hero-grid{ display: grid; grid-template-columns: 1fr; gap: 18px; align-items: start; }
.bnl-home-hero-main .bnl-hero{ margin: 0; }

.bnl-recent-textlist-items{ list-style: none; margin: 0; padding: 0; counter-reset: bnl-recent; }
.bnl-recent-textlist-items li{
	counter-increment: bnl-recent; padding: 11px 0 11px 30px; position: relative;
	border-bottom: 1px solid var(--bnl-grey-150); font-size: .92rem; font-weight: 600; line-height: 1.45;
}
.bnl-recent-textlist-items li:last-child{ border-bottom: 0; }
.bnl-recent-textlist-items li::before{
	content: counter(bnl-recent); position: absolute; left: 0; top: 10px;
	color: var(--bnl-red); font-family: var(--bnl-font-display); font-weight: 700; font-size: .95rem;
}
.bnl-recent-textlist-items a:hover{ color: var(--bnl-red); }

/* দ্বিতীয় ফিচার্ড পোস্ট */
.bnl-secondary-featured{ margin: 14px 0; }
.bnl-secondary-featured .bnl-hero{ margin: 0; }

/* ক্যাটাগরি ব্রাউজ ট্যাব সেকশন */
.bnl-browse-tabs-section{ background: var(--bnl-paper); margin: 14px 0; padding: 16px 0; }
.bnl-browse-tabs{ display: flex; gap: 8px; overflow-x: auto; border-bottom: 2px solid var(--bnl-grey-150); scrollbar-width: none; }
.bnl-browse-tabs::-webkit-scrollbar{ display: none; }
.bnl-browse-tabs .bnl-tab{ flex: 0 0 auto; padding: 12px 16px; white-space: nowrap; }

/* হোমপেজ মূল গ্রিড (কনটেন্ট + সাইডবার) */
.bnl-home-grid{ display: grid; grid-template-columns: 1fr; gap: 22px; padding: 4px 0 32px; }
.bnl-home-aside > *{ margin-bottom: 18px; }

/* সকল ক্যাটাগরির নিউজ স্ট্যাক (ছবির মতো স্টাইল) */
.bnl-mini-grid{ display: block; }
.bnl-cat-stack{ background: var(--bnl-paper); border-radius: var(--bnl-radius); padding: 18px; margin-bottom: 18px; }

.bnl-stack-heading{
	text-align: center; position: relative; font-size: 1.15rem; color: var(--bnl-red);
	margin: 0 0 16px; padding-bottom: 0;
}
.bnl-stack-heading::before{
	content: ''; position: absolute; left: 0; right: 0; top: 50%; height: 1px; background: var(--bnl-grey-300); z-index: 0;
}
.bnl-stack-heading span{ background: var(--bnl-paper); position: relative; z-index: 1; padding: 0 18px; }

.bnl-stack-hero{ position: relative; display: block; border-radius: var(--bnl-radius); overflow: hidden; aspect-ratio: 16/9; margin-bottom: 14px; }
.bnl-stack-hero img{ width: 100%; height: 100%; object-fit: cover; filter: grayscale(0); }
.bnl-stack-hero-title{
	position: absolute; left: 0; right: 0; bottom: 0; padding: 40px 16px 16px;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.85) 100%);
	color: #fff; font-weight: 700; font-size: 1.1rem; line-height: 1.4;
}

.bnl-stack-row{ display: flex; gap: 14px; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--bnl-grey-150); }
.bnl-stack-row:last-child{ border-bottom: 0; }
.bnl-stack-row-thumb{ flex-shrink: 0; width: 92px; height: 92px; border-radius: 8px; overflow: hidden; display: block; }
.bnl-stack-row-thumb img{ width: 100%; height: 100%; object-fit: cover; }
.bnl-stack-row-title{ font-size: .98rem; font-weight: 700; line-height: 1.45; color: var(--bnl-ink); }
.bnl-stack-row:hover .bnl-stack-row-title{ color: var(--bnl-red); }

@media (min-width: 640px){
	.bnl-stack-hero-title{ font-size: 1.3rem; }
	.bnl-stack-row-thumb{ width: 120px; height: 120px; }
}

/* =========================================================
   অনলাইন জরিপ (পোল) উইজেট
   ========================================================= */
.bnl-poll-widget{ padding: 16px; }
.bnl-poll-heading{ border-bottom: 2px solid var(--bnl-grey-150); padding-bottom: 8px; margin-bottom: 12px; color: var(--bnl-ink); }
.bnl-poll-question{ font-weight: 600; margin-bottom: 14px; line-height: 1.5; }
.bnl-poll-options{ display: flex; gap: 10px; }
.bnl-poll-btn{
	flex: 1; padding: 11px; border: 2px solid var(--bnl-red); border-radius: 8px; background: var(--bnl-paper);
	color: var(--bnl-red); font-weight: 700; font-family: var(--bnl-font-display);
}
.bnl-poll-btn:hover:not(:disabled){ background: var(--bnl-red); color: var(--bnl-paper); }
.bnl-poll-btn:disabled{ opacity: .6; }
.bnl-poll-bar-row{ margin-bottom: 10px; }
.bnl-poll-bar-label{ font-size: .85rem; font-weight: 600; display: block; margin-bottom: 4px; }
.bnl-poll-bar-track{ display: block; height: 10px; background: var(--bnl-grey-150); border-radius: 6px; overflow: hidden; }
.bnl-poll-bar-fill{ display: block; height: 100%; border-radius: 6px; transition: width .4s ease; }
.bnl-poll-bar-yes{ background: var(--bnl-red); }
.bnl-poll-bar-no{ background: var(--bnl-ink); }
.bnl-poll-total{ font-size: .82rem; color: var(--bnl-grey-600); margin: 10px 0 0; }
.bnl-poll-message{ font-size: .82rem; color: var(--bnl-red); margin-top: 10px; }

@media (min-width: 860px){
	.bnl-home-simple{ display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 28px; align-items: start; }
	.bnl-home-simple > .bnl-catnew-section:first-child{ grid-column: 1 / -1; }
}

/* =========================================================
   হোমপেজ: "সর্বশেষ আপডেট" + ক্যাটাগরি সেকশন স্ট্যাক (নতুন ডিজাইন)
   ========================================================= */
.bnl-home-simple{ padding: 18px 0 36px; }

/* ফিচার্ড স্পটলাইট পোস্ট (ট্রেন্ডিং এর ঠিক পরে, হেডিং ছাড়া) */
.bnl-spotlight{ margin-bottom: 8px; }
.bnl-spotlight-media{ display: block; aspect-ratio: 16/10; border-radius: 6px; overflow: hidden; background: var(--bnl-grey-150); }
.bnl-spotlight-media img{ width: 100%; height: 100%; object-fit: cover; }
.bnl-spotlight-title{
	font-size: 1.3rem; font-weight: 700; line-height: 1.4; color: var(--bnl-ink);
	margin: 14px 0 8px;
}
.bnl-spotlight-title a:hover{ color: var(--bnl-red); }
.bnl-spotlight-excerpt{ color: var(--bnl-grey-600); font-size: .95rem; line-height: 1.6; margin: 0 0 8px; }
.bnl-spotlight-time{ display: block; font-size: .8rem; color: var(--bnl-grey-600); margin-bottom: 4px; }
.bnl-spotlight .bnl-share-block{ margin: 10px 0 28px; }
.bnl-spotlight .bnl-share-row{ border-bottom: 0; padding-bottom: 0; }

/* স্পটলাইটের নিচের প্লেইন রো-লিস্ট */
.bnl-recent-rows{ margin-bottom: 28px; }

.bnl-catnew-section{ margin-bottom: 30px; }

.bnl-catnew-heading{
	display: flex; align-items: center; gap: 9px;
	font-size: 1.15rem; font-weight: 700; color: var(--bnl-ink);
	margin: 0 0 14px; padding-bottom: 8px; border-bottom: 1px solid var(--bnl-grey-300);
}
.bnl-catnew-bullet{
	display: inline-block; width: 13px; height: 13px; flex-shrink: 0; background: var(--bnl-red);
}

.bnl-catnew-hero{ display: block; margin-bottom: 16px; }
.bnl-catnew-hero-img{ display: block; aspect-ratio: 16/11; border-radius: 6px; overflow: hidden; background: var(--bnl-grey-150); }
.bnl-catnew-hero-img img{ width: 100%; height: 100%; object-fit: cover; }
.bnl-catnew-hero-title{
	display: block; font-size: 1.15rem; font-weight: 700; line-height: 1.45; color: var(--bnl-ink);
	margin-top: 12px;
}
.bnl-catnew-hero:hover .bnl-catnew-hero-title{ color: var(--bnl-red); }

.bnl-catnew-row{
	display: flex; align-items: center; justify-content: space-between; gap: 14px;
	padding: 14px 0; border-bottom: 1px solid var(--bnl-grey-150);
}
.bnl-catnew-row:last-of-type{ border-bottom: 0; }
.bnl-catnew-row-title{
	flex: 1; font-size: .98rem; font-weight: 600; line-height: 1.45; color: var(--bnl-ink);
}
.bnl-catnew-row:hover .bnl-catnew-row-title{ color: var(--bnl-red); }
.bnl-catnew-row-thumb{
	flex-shrink: 0; width: 84px; height: 84px; border-radius: 6px; overflow: hidden; display: block;
}
.bnl-catnew-row-thumb img{ width: 100%; height: 100%; object-fit: cover; }

.bnl-catnew-more{
	display: block; text-align: center; margin-top: 14px; padding-top: 14px;
	border-top: 1px solid var(--bnl-grey-150); color: var(--bnl-red); font-weight: 700; font-size: .95rem;
}
.bnl-catnew-more:hover{ color: var(--bnl-red-dark); }

@media (min-width: 480px){
	.bnl-catnew-row-thumb{ width: 100px; height: 100px; }
}

.bnl-location-block .bnl-location-form{ margin: 0; max-width: 480px; }
.bnl-poll-section .bnl-poll-widget{ border: 1px solid var(--bnl-grey-150); }

/* =========================================================
   প্রিন্ট ভার্সন
   ========================================================= */
@media print{
	.bnl-masthead, .bnl-mobile-menu, .bnl-overlay, .bnl-footer, .bnl-back-to-top,
	.bnl-share-block, .bnl-single-meta-row, .bnl-comment-cta, .bnl-post-nav,
	.bnl-related-section, .bnl-comments, .bnl-sidebar, .bnl-home-aside, .bnl-single-cat-label, .bnl-photocard-modal{
		display: none !important;
	}
	.bnl-single{ padding: 0; }
	.bnl-single-content{ font-size: 12pt; }
}
