.blog-banner-description {
	color: #fff;
	margin: 8px 0 0;
	line-height: 1.5;
	font-size: 16px;
	text-align: center;
}

.blog-item {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.12);
	margin-bottom: 24px;
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	cursor: pointer;
}

.blog-item-image {
	flex: none;
	width: 100%;
	min-height: 180px;
	padding: 0;
	overflow: hidden;
}

.blog-item-image img {
	width: 100%;
	height: 100%;
	min-height: 180px;
	object-fit: cover;
	display: block;
}

.blog-item-image .blog-placeholder {
	width: 100%;
	height: 100%;
	min-height: 180px;
	background: linear-gradient(135deg, #508f95 0%, #3a6b70 100%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.blog-item-image .blog-placeholder i {
	font-size: 40px;
	color: rgba(255, 255, 255, 0.6);
}

.blog-item-content {
	flex: 1 1 auto;
	padding: 20px 24px;
	min-width: 0;
}

@media (min-width: 768px) {
	.blog-item {
		flex-direction: row;
	}

	.blog-item-image {
		flex: 0 0 220px;
		width: 220px;
		min-height: 160px;
	}

	.blog-item-image img {
		min-height: 160px;
	}

	.blog-item-image .blog-placeholder {
		min-height: 160px;
	}
}

.blog-item-content h3 {
	font-size: 1.1rem;
	font-weight: 700;
	margin: 0 0 8px;
	line-height: 1.4;
}

.blog-item-content h3 a {
	color: #222;
	text-decoration: none;
}

.blog-item-content h3 a:hover {
	color: #508f95;
	text-decoration: underline;
}

.blog-open-modal {
	cursor: pointer;
}

.blog-item-meta {
	font-size: 0.82rem;
	color: #777;
	margin-bottom: 10px;
}

.blog-item-meta .blog-author {
	margin-right: 12px;
}

.blog-item-description {
	font-size: 0.9rem;
	color: #555;
	line-height: 1.5;
	margin-bottom: 12px;
}

.blog-read-more {
	color: #508f95;
	font-size: 0.85rem;
	font-weight: 600;
	text-decoration: none;
}

.blog-read-more:hover {
	color: #3a6b70;
	text-decoration: underline;
}

.blog-read-more i {
	font-size: 18px;
	vertical-align: middle;
}

#blog-loading {
	text-align: center;
	padding: 60px 0;
	color: #777;
}

#blog-loading .spinner-border {
	width: 2.5rem;
	height: 2.5rem;
	color: #508f95;
}

#blog-error {
	display: none;
	padding: 40px 20px;
	text-align: center;
	color: #666;
}

#blog-error i {
	font-size: 48px;
	color: #ccc;
	display: block;
	margin-bottom: 16px;
}

#blog-load-more-wrap {
	margin: 10px 0 30px;
	text-align: center;
}

#blog-load-more {
	background-color: #508f95;
	border-color: #508f95;
	color: #fff;
	padding: 10px 36px;
	font-size: 0.95rem;
	font-weight: 600;
	border-radius: 4px;
	border: none;
	cursor: pointer;
	transition: background-color 0.2s;
}

#blog-load-more:hover {
	background-color: #3a6b70;
}

#blog-load-more:disabled {
	opacity: 0.65;
	cursor: default;
}

#blog-all-loaded {
	color: #999;
	font-size: 0.9rem;
	display: none;
}

.blog-post-page {
	max-width: 800px;
	margin: auto;
}

.blog-post-page h1,
.blog-post-page .blog-banner-description {
	text-align: left;
	max-width: 90%;
	margin-left: 0px;
	line-height: 1.2;
}

.blog-post-content {
	color: #444;
	line-height: 1.7;
	font-size: 1rem;
	margin-top: 14px;
}

.blog-post-content p,
.blog-post-content ul,
.blog-post-content ol,
.blog-post-content blockquote {
	margin-bottom: 14px;
}

.blog-post-content p {
	text-align: left;
	font-size: 1.25rem;
	line-height: 1.8;
	font-family: "Georgia", serif;
}

.blog-post-content blockquote {
	border-left: 4px solid #508f95;
	padding-left: 16px;
	color: #666;
	font-style: italic;
	background: #f8f8f8;
}

.blog-post-content h2,
.blog-post-content h3 {
	font-weight: 700;
}

.blog-post-content h2 {
	font-size: 1.85rem;
	margin-top: 24px;
	margin-bottom: 12px;
}

.blog-post-content h3 {
	font-size: 1.65rem;
	margin-top: 20px;
	margin-bottom: 10px;
}

.blog-post-content img {
	max-width: 100%;
	height: auto;
	border-radius: 4px;
}

.blog-post-content a {
	color: #508f95;
	text-decoration: underline;
}

.blog-post-nav {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	margin-top: 28px;
	padding-top: 18px;
	border-top: 1px solid #ececec;
}

.blog-post-nav-item {
	flex: 1 1 0;
}

.blog-post-nav-item a {
	display: block;
	padding: 12px 14px;
	border: 1px solid #d7e7e8;
	border-radius: 4px;
	text-decoration: none;
	background: #f8fbfb;
}

.blog-post-nav-item a:hover {
	border-color: #508f95;
	background: #eef6f7;
}

.blog-post-nav-label {
	display: block;
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #508f95;
	margin-bottom: 4px;
}

.blog-post-nav-title {
	display: block;
	font-size: 0.92rem;
	line-height: 1.4;
	color: #2d3b3d;
}

.blog-post-nav-next {
	text-align: right;
}

@media (max-width: 575px) {
	.blog-post-page {
		padding: 18px;
	}

	.blog-post-nav {
		flex-direction: column;
	}

	.blog-post-nav-next {
		text-align: left;
	}
}
