.single-post-breadcrumbs {
	color: #e0e0e0 !important;
}

.single-post-breadcrumbs a {
	color: #e0e0e0 !important;
}

.single-header {
	position: relative;
	width: 100%;
	height: 438px;
	overflow: hidden;
	margin-bottom: 100px;
}

.posts-header-content .post-date {
	margin-top: 10px;
	font-family: "Work Sans", serif;
	font-size: 14px;
	opacity: 0.8;
	color: #e0e0e0;
}

.posts-header-content .post-date i {
	margin-right: 10px;
}

.post-content {
	color: var(--primary-color);
	font-family: "Work Sans", serif;
	font-size: 16px;
	margin: 82px auto;
	width: 1280px;
	line-height: 130%;
}

.post-flex-container {
	align-items: center;
	justify-items: center;
	gap: 32px;
	margin-bottom: 100px;
}

.post-flex-container p {
	width: 100dvh;
	width: -webkit-fill-available;
}

.post-flex-container img {
	height: 414px;
	max-width: none !important;
	border-radius: 16px;
}

.related-articles {
	max-width: 1280px;
	margin: 0 auto;
	background-color: #edf0f4;
	padding: 54px 0;
}

.related-articles h2 {
	text-align: center;
	font-size: 42px;
	font-weight: 500;
	color: #1f91b1;
	margin-top: 0;
}

.related-posts-container {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: center;
}

.related-post {
	width: 100%;
	max-width: 416px;
	background: #f8f8f8;
	border-radius: 16px;
	box-shadow: 0px 3px 8px 0px #00000014, 0px 15px 15px 0px #00000012, 0px 34px 20px 0px #0000000c,
		0px 60px 24px 0px #00000008, 0px 95px 28px 0px #00000000;
	transition: transform 0.3s;
}

.related-post-content {
	font-family: "Work Sans", serif;
	padding: 16px;
	overflow-x: clip;
}

.related-post:hover {
	transform: translateY(-5px);
}

.related-post img {
	width: 100%;
	height: 408px !important;
	object-fit: cover;
	border-radius: 16px 16px 0 0 !important;
}

.related-post-info {
	padding: 10px 0;
}

.related-category {
	font-size: 14px;
	color: var(--accent-color);
	font-weight: 500;
	margin-right: auto;
	text-transform: uppercase;
}

.related-post h4 {
	font-size: 24px;
	font-family: "Ubuntu", serif;
	font-weight: 700;
	color: var(--primary-color);
	margin: 0 0 10px 0;
}

.related-post h4 a {
	color: var(--primary-color);
}

.category-date-container {
	display: flex;
	justify-content: space-between;
}

.related-post-date {
	font-size: 14px;
	color: #868686;
}

.related-post-excerpt {
	font-size: 16px;
	color: var(--primary-color);
}

.read-more-button {
	margin-top: 54px;
	color: var(--accent-color);
	font-size: 16px;
	transition: 0.3s color ease-in-out;
}

.read-more-button:hover {
	color: var(--primary-color);
}

.related-excerpt {
	line-height: 130%;
}

@media (max-width: 1280px) {
	.related-articles {
		padding: 54px 25px;
	}
	.post-content {
		width: 100%;
		margin: 41px 0;
	}
	.post-flex-container img {
		max-width: 100% !important;
	}
	.post-flex-container {
		flex-wrap: wrap !important;
		justify-content: center !important;
		padding: 0 25px;
		margin-bottom: 50px;
	}
	.post-flex-container:nth-child(even) {
		flex-direction: column-reverse;
	}
	.post-text-container {
		padding: 0 25px;
	}
	.post-flex-container img {
		height: 100%;
	}
}
