.related-posts-container-77678da1 {
	margin-top: 50px;
	border-top: 1px solid #e1e1e1;
	padding-top: 30px;
	font-family: inherit;
}

.related-posts-title-77678da1 {
	font-size: 1.5rem;
	margin-bottom: 20px;
	font-weight: 700;
	color: #333;
}

.related-posts-grid-77678da1 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

@media (max-width: 768px) {
	.related-posts-grid-77678da1 {
		grid-template-columns: 1fr;
	}
}

.related-post-card-77678da1 {
	background: #fff;
	border: 1px solid #eaeaea;
	border-radius: 8px;
	overflow: hidden;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	display: flex;
	flex-direction: column;
}

.related-post-card-77678da1:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.related-post-thumb-77678da1 img {
	width: 100%;
	height: 280px;
	object-fit: cover;
	display: block;
	margin-bottom:30px;
}

.related-post-content-77678da1 {
	padding: 15px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.related-post-entry-title-77678da1 {
	margin: 0 0 10px 0;
	font-size: 1.1rem;
	line-height: 1.4;
}

.related-post-entry-title-77678da1 a {
	color: #333;
	text-decoration: none;
	font-weight: 600;
}

.related-post-entry-title-77678da1 a:hover {
	color: #2a4712;
}

.related-post-date-77678da1 {
	font-size: 0.85rem;
	color: #777;
	margin-top: auto;
}
