.blog-header {
	margin-bottom: 24px;
}

.blog-header h1 {
	font-size: 36px;
	line-height: 1.2;
	color: #0E2E69;
	margin: 0 0 14px;
	font-weight: 400;
}

.blog-intro {
	font-size: 17px;
	line-height: 1.7;
	max-width: 820px;
	color: #2f3d58;
	margin: 0 0 8px;
}

.blog-hero-image-wrap {
	margin-top: 18px;
}

.blog-hero-image {
	display: block;
	max-width: 240px;
	height: auto;
	border-radius: 10px;
}

.blog-copy {
	margin-top: 16px;
}

.blog-layout {
	display: flex;
	gap: 30px;
	align-items: flex-start;
}

.blog-main {
	flex: 1 1 auto;
	min-width: 0;
}

.blog-sidebar {
	width: 300px;
	flex: 0 0 300px;
	position: sticky;
	top: 20px;
}

.blog-sidebar-block {
	background: #f7f9fc;
	border: 1px solid #e7edf8;
	border-radius: 10px;
	padding: 16px;
	margin-bottom: 16px;
}

.blog-sidebar-block h4 {
	margin: 0 0 12px;
	font-size: 18px;
	color: #0E2E69;
	font-weight: 600;
}

.blog-sidebar-block ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.blog-sidebar-block li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 8px 0;
	border-bottom: 1px solid #e6ecf5;
}

.blog-sidebar-block li:last-child {
	border-bottom: 0;
}

.blog-sidebar-block a {
	color: #0E2E69;
	text-decoration: none;
}

.blog-sidebar-block a:hover {
	text-decoration: underline;
}

.blog-sidebar-block span {
	font-size: 12px;
	padding: 2px 7px;
	background: #0E2E69;
	color: #fff;
	border-radius: 99px;
}

.blog-tag-cloud {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.blog-post-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.blog-post-card {
	background: #fff;
	border: 1px solid #dfe6f1;
	border-radius: 12px;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03);
	overflow: hidden;
	height: 100%;
}

.blog-post-card-inner {
	padding: 18px;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.blog-post-category {
	display: inline-block;
	font-size: 12px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
	color: #0E2E69;
	margin-bottom: 8px;
}

.blog-post-card h3 {
	font-size: 24px;
	line-height: 1.25;
	margin: 0 0 10px;
}

.blog-post-card h3 a {
	color: #162f63;
	text-decoration: none;
}

.blog-post-card h3 a:hover {
	text-decoration: underline;
}

.blog-post-meta {
	font-size: 13px;
	line-height: 1.6;
	color: #677b9b;
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 6px 14px;
}

.blog-post-meta a {
	color: #4368a9;
	text-decoration: none;
}

.blog-post-meta a:hover {
	text-decoration: underline;
}

.blog-post-card p {
	font-size: 15px;
	line-height: 1.7;
	color: #2d3a4f;
	margin: 0 0 12px;
	flex: 1 1 auto;
}

.blog-tag-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 14px;
}

.blog-tag-list-inline {
	margin-bottom: 0;
}

.blog-tag {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	padding: 8px 10px;
	border-radius: 999px;
	background: #e8effa;
	color: #0E2E69;
	text-decoration: none;
}

.blog-read-more {
	display: inline-block;
	margin-top: auto;
	color: #0E2E69;
	text-decoration: none;
	font-weight: 600;
}

.blog-read-more:hover {
	text-decoration: underline;
}

.blog-empty-state {
	background: #f7f9fc;
	border: 1px dashed #b7c8e6;
	border-radius: 12px;
	padding: 26px;
	text-align: center;
}

.blog-empty-state h3 {
	margin: 0 0 6px;
	color: #0E2E69;
	font-size: 24px;
}

.blog-empty-state p {
	margin: 0;
	color: #4d6284;
}

.blog-post-single {
	background: #fff;
	border: 1px solid #dfe6f1;
	border-radius: 12px;
	padding: 0;
	margin-bottom: 24px;
}

.blog-post-header {
	padding: 26px 28px 22px;
	background: linear-gradient(180deg, #f4f8ff 0%, #ffffff 100%);
	border-bottom: 1px solid #e4ebf7;
	border-radius: 12px 12px 0 0;
}

.blog-post-kicker {
	display: inline-block;
	margin: 0 0 10px;
	padding: 5px 10px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	background: #0E2E69;
	color: #ffffff;
}

.blog-post-header h1 {
	font-size: 38px;
	line-height: 1.2;
	margin: 0;
	color: #0E2E69;
	font-weight: 400;
}

.blog-post-header-meta {
	margin-top: 14px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 0;
	font-size: 15px;
	line-height: 1.6;
	color: #495b79;
}

.blog-post-header-meta-item {
	display: inline-flex;
	align-items: center;
}

.blog-post-header-meta-item + .blog-post-header-meta-item:before {
	content: "•";
	display: inline-block;
	margin: 0 10px;
	color: #8da0bf;
}

.blog-post-header-meta a {
	color: #234d91;
	text-decoration: none;
	font-weight: 600;
}

.blog-post-header-meta a:hover {
	text-decoration: underline;
}

.blog-post-content {
	margin-top: 10px;
	padding: 6px 28px 28px;
}

.blog-linked-products {
	margin-top: 0;
	padding: 18px 28px 28px;
	border-top: 1px solid #e4ebf7;
}

.blog-linked-products h3 {
	margin: 0 0 10px;
	font-size: 20px;
	color: #0E2E69;
}

.blog-linked-products ul {
	margin: 0;
	padding-left: 18px;
}

.blog-linked-products li {
	margin: 0 0 6px;
}

.blog-linked-products a {
	color: #2f58a2;
	text-decoration: none;
}

.blog-linked-products a:hover {
	text-decoration: underline;
}

.blog-linked-products .layout-grid {
	margin-top: 10px;
}

.blog-related-posts h2 {
	font-size: 30px;
	margin: 0 0 16px;
	font-weight: 400;
	color: #0E2E69;
}

@media (max-width: 1100px) {
	.blog-layout {
		flex-direction: column;
	}

	.blog-sidebar {
		width: 100%;
		flex-basis: auto;
		position: static;
	}
}

@media (max-width: 800px) {
	.blog-post-grid {
		grid-template-columns: 1fr;
	}

	.blog-header h1 {
		font-size: 30px;
	}

	.blog-post-header h1 {
		font-size: 30px;
	}

	.blog-post-header {
		padding: 20px 18px 18px;
	}

	.blog-post-content,
	.blog-linked-products {
		padding-left: 18px;
		padding-right: 18px;
	}
}
