.post-detail {
	padding: 180px 0 180px;
	background:
		linear-gradient(180deg, #f8fbfd 0%, #ffffff 220px);
}

.post-article {
	max-width: 1160px;
	margin: 0 auto;
}

.post-back {
	display: inline-block;
	margin-bottom: 42px;
	color: var(--blue-dark);
	font-size: 14px;
	font-weight: 800;
}

.post-article h1 {
	font-size: clamp(40px, 5vw, 64px);
	line-height: 1.05;
	letter-spacing: -2px;
	margin: 18px 0 20px;
}

.post-date {
	color: var(--muted);
	font-size: 14px;
	margin-bottom: 42px;
}

.post-image {
	width: 100%;
	max-height: 520px;
	object-fit: cover;
	display: block;
	margin: 0 0 46px;
}

.post-excerpt {
	font-size: 21px;
	line-height: 1.6;
	color: var(--blue-dark);
	font-weight: 750;
	margin-bottom: 36px;
}

.post-content {
	color: #334454;
	font-size: 17px;
	line-height: 1.9;
}

.post-content p {
	margin-bottom: 24px;
}