.pagination { display: flex; justify-content: center; padding: 28px 0; }
.pagination ul { list-style: none; display: flex; gap: 8px; padding: 0; margin: 0; flex-wrap: wrap; }
.pagination a, .pagination span { display: block; padding: 10px 14px; border-radius: 8px; background: #fff; color: #1c1412; text-decoration: none; }
.pagination .current, .pagination a:hover { background: #7d0000; color: #fff; }
.cb-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 36px;
	align-items: start;
	text-align: left;
}
.cb-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}
.cb-card {
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(20, 10, 10, 0.08);
	display: flex;
	flex-direction: column;
	height: 100%;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.cb-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 36px rgba(125, 0, 0, 0.14);
}
.cb-card-media {
	display: block;
	aspect-ratio: 16 / 10;
	background: #efe8e4;
	overflow: hidden;
}
.cb-card-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.cb-card-body {
	padding: 18px 18px 20px;
	display: flex;
	flex-direction: column;
	flex: 1;
}
.cb-card-meta {
	color: #8a6a62;
	font-size: 13px;
	margin-bottom: 8px;
}
.cb-card-meta a {
	color: #7d0000;
	font-weight: 700;
	text-decoration: none;
}
.cb-card h2,
.cb-card h3 {
	font-size: 20px !important;
	line-height: 1.35 !important;
	font-weight: 700 !important;
	margin: 0 0 10px;
}
.cb-card h2 a,
.cb-card h3 a {
	color: #1c1412;
	text-decoration: none;
}
.cb-card p {
	color: #4d403c;
	font-size: 15px;
	line-height: 1.55;
	margin: 0 0 16px;
}
.cb-read {
	margin-top: auto;
	color: #7d0000;
	font-weight: 700;
	text-decoration: none;
}
.cb-sidebar {
	position: sticky;
	top: 20px;
}
.cb-widget {
	background: #fff;
	border-radius: 16px;
	padding: 18px;
	margin-bottom: 18px;
	box-shadow: 0 10px 30px rgba(20, 10, 10, 0.08);
}
.cb-widget-title {
	font-size: 18px !important;
	line-height: 1.3 !important;
	font-weight: 800 !important;
	margin: 0 0 14px;
	color: #1c1412;
}
.cb-recent,
.cb-cats {
	list-style: none;
	margin: 0;
	padding: 0;
}
.cb-recent li + li,
.cb-cats li + li {
	margin-top: 12px;
}
.cb-recent a {
	display: flex;
	gap: 12px;
	text-decoration: none;
	color: #1c1412;
	align-items: center;
}
.cb-recent-thumb {
	width: 64px;
	height: 64px;
	object-fit: cover;
	border-radius: 10px;
	flex: 0 0 64px;
}
.cb-recent strong {
	display: block;
	font-size: 14px;
	line-height: 1.35;
}
.cb-recent time {
	color: #8a6a62;
	font-size: 12px;
}
.cb-cats a {
	display: flex;
	justify-content: space-between;
	text-decoration: none;
	color: #1c1412;
	padding: 8px 0;
	border-bottom: 1px solid #f0e6e2;
}
.cb-cats span {
	background: #f8efe9;
	color: #7d0000;
	border-radius: 999px;
	min-width: 28px;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	padding: 2px 8px;
}
.cb-stories-link a {
	display: block;
	text-align: center;
	background: #7d0000;
	color: #fff;
	text-decoration: none;
	border-radius: 12px;
	padding: 12px 16px;
	font-weight: 700;
}
.cb-article {
	background: #fff;
	border-radius: 18px;
	padding: 28px;
	box-shadow: 0 10px 30px rgba(20, 10, 10, 0.08);
}
.cb-article h1 {
	font-size: clamp(32px, 4vw, 48px) !important;
	line-height: 1.2 !important;
	font-weight: 800 !important;
	margin: 10px 0 16px;
	text-align: left;
}
.cb-hero-img {
	width: 100%;
	border-radius: 14px;
	margin: 8px 0 24px;
	max-height: 460px;
	object-fit: cover;
}
.cb-article-content {
	font-size: 17px;
	line-height: 1.75;
	color: #2b221f;
	text-align: left;
}
.cb-article-content img {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
}
.cb-stories {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}
.cb-story-card {
	display: flex;
	flex-direction: column;
	gap: 10px;
	color: #202124;
	text-decoration: none;
}
.cb-story-visual {
	display: block;
	aspect-ratio: 9 / 16;
	border-radius: 16px;
	overflow: hidden;
	background: #111;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
}
.cb-story-visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.cb-story-caption {
	display: flex;
	gap: 8px;
	align-items: flex-start;
}
.cb-story-caption img {
	width: 28px;
	height: 28px;
	object-fit: contain;
	border-radius: 50%;
	background: #fff;
	flex: 0 0 28px;
}
.cb-story-caption strong {
	font-size: 14px !important;
	line-height: 1.35 !important;
	font-weight: 600 !important;
	color: #202124;
}
@media (max-width: 1100px) {
	.cb-layout {
		grid-template-columns: 1fr;
	}
	.cb-grid {
		grid-template-columns: 1fr 1fr;
	}
	.cb-stories {
		grid-template-columns: 1fr 1fr;
	}
	.cb-sidebar {
		position: static;
	}
}
@media (max-width: 700px) {
	.cb-grid,
	.cb-stories {
		grid-template-columns: 1fr;
	}
}
