.bn-single-page {
	padding: 34px 0;
	background: #fff;
}

.bn-single-layout {
	display: grid;
	grid-template-columns: minmax(0, 7fr) minmax(280px, 3fr);
	gap: 34px;
	align-items: start;
}

.bn-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 16px;
	color: #6c7680;
	font-size: 14px;
}

.bn-breadcrumb a,
.bn-article-tax a,
.bn-tags a {
	color: #124b65;
	text-decoration: none;
}

.bn-article-tax {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 14px;
}

.bn-article-category {
	padding: 5px 10px;
	background: #e8192c;
	color: #fff !important;
	font-weight: 800;
}

.bn-topic-pill,
.bn-tags a {
	padding: 5px 10px;
	background: #f1f5f8;
	font-weight: 700;
}

.bn-article-title {
	margin: 0 0 16px;
	color: #17222b;
	font-size: clamp(34px, 5vw, 54px);
	line-height: 1.2;
	font-weight: 800;
}

.bn-article-meta {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 24px;
	color: #6c7680;
	font-size: 14px;
}

.bn-article-avatar,
.bn-author-avatar {
	border-radius: 50%;
}

.bn-article-meta div {
	display: grid;
	gap: 4px;
}

.bn-article-meta strong {
	color: #17222b;
	font-size: 16px;
}

.bn-article-body-wrap {
	display: grid;
	grid-template-columns: 78px minmax(0, 1fr);
	gap: 20px;
}

.bn-share-bar {
	position: sticky;
	top: 70px;
	display: grid;
	gap: 8px;
	align-self: start;
}

.bn-share-bar a,
.bn-share-bar button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	border: 1px solid #d8dee5;
	background: #fff;
	color: #17222b;
	font: inherit;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
}

.bn-featured-figure {
	margin: 0 0 24px;
}

.bn-featured-figure img {
	display: block;
	width: 100%;
	height: auto;
}

.bn-featured-figure figcaption,
.bn-article-content figcaption {
	margin-top: 8px;
	color: #7a8590;
	font-size: 14px;
	text-align: center;
}

.bn-article-content {
	color: #17222b;
	font-family: var(--bn-font-primary, "SolaimanLipi", "Solaiman Lipi", "Hind Siliguri", "Noto Sans Bengali", Arial, sans-serif);
	font-size: 18px;
	line-height: 1.9;
}

.bn-article-content p {
	margin: 0 0 22px;
}

.bn-article-content blockquote {
	margin: 28px 0;
	padding: 10px 0 10px 20px;
	border-left: 5px solid #e8192c;
	color: #334155;
	font-style: italic;
}

.bn-article-content img {
	max-width: 100%;
	height: auto;
}

.bn-tags,
.bn-author-box,
.bn-related,
.bn-comments {
	margin-top: 34px;
}

.bn-tags {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.bn-author-box {
	display: flex;
	gap: 16px;
	padding: 20px;
	background: #f6f8fa;
}

.bn-author-box h2,
.bn-related h2,
.bn-sidebar-widget h2 {
	margin: 0 0 12px;
	color: #17222b;
	font-size: 22px;
}

.bn-author-box p {
	margin: 0 0 8px;
	color: #5f6b76;
	line-height: 1.7;
}

.bn-related-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.bn-single-sidebar {
	display: grid;
	gap: 24px;
}

.bn-sidebar-widget {
	padding: 18px;
	border: 1px solid #e6eaee;
	background: #fff;
}

.bn-sidebar-ad {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 6 / 5;
	border: 1px solid #d8dee5;
	background: #f6f8fa;
	color: #7a8590;
	font-weight: 800;
}

.bn-category-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bn-category-list li {
	display: flex;
	justify-content: space-between;
	padding: 8px 0;
	border-bottom: 1px solid #e6eaee;
}

.bn-category-list a {
	color: #17222b;
	text-decoration: none;
}

@media (max-width: 900px) {
	.bn-single-layout,
	.bn-article-body-wrap {
		grid-template-columns: 1fr;
	}

	.bn-share-bar {
		position: static;
		display: flex;
		flex-wrap: wrap;
	}
}

@media print {
	.bn-topbar,
	.bn-branding,
	.bn-ad-banner,
	.bn-nav-wrap,
	.bn-trending-bar,
	.bn-breaking-ticker,
	.bn-share-bar,
	.bn-single-sidebar,
	.bn-site-footer {
		display: none !important;
	}

	.bn-single-layout,
	.bn-article-body-wrap {
		display: block;
	}

	.bn-article-content {
		color: #000;
		font-size: 16px;
		line-height: 1.8;
	}
}
