.news-detail-page {
	background: #fff;
}

.news-detail-main {
	position: relative;
	padding-top: 152px;
}

.news-detail-section {
	position: relative;
	overflow: clip;
	padding: 80px 0 160px;
}

.news-detail-section::before,
.news-detail-section::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
}

.news-detail-section::before {
	left: -14px;
	top: -6px;
	width: 471px;
	height: 450px;
	background: url('../images/news/news-bg-1.svg') no-repeat center / contain;
}

.news-detail-section::after {
	right: -125px;
	top: 650px;
	width: 441px;
	height: 450px;
	background: url('../images/news/news-bg-2.svg') no-repeat center / contain;
}

.news-detail-shell {
	position: relative;
	z-index: 1;
	max-width: 800px;
	margin: 0 auto;
}

.news-detail-heading {
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding: 0 40px;
}

.news-detail-meta {
	display: flex;
	align-items: center;
	gap: 15px;
}

.news-detail-date {
	color: rgba(51, 51, 51, 0.4);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.08em;
}

.news-detail-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	padding: 4px 12px;
	border-radius: 4px;
	background: #faf8f6;
	color: #333;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
}

.news-detail-title {
	margin: 0;
	color: #333;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0.03em;
}

.news-detail-body {
	margin-top: 80px;
	color: #333;
	font-size: 16px;
	line-height: 2.05;
	letter-spacing: 0.02em;
}

.news-detail-body p {
	margin: 0;
}

.news-detail-body p + p {
	margin-top: 44px;
}

.news-detail-media {
	margin: 47px 0 51px;
}

.news-detail-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	margin-top: 77px;
}

.news-detail-nav-top {
	display: contents;
}

.news-detail-nav-link {
	display: inline-flex;
	align-items: center;
	gap: 16px;
	color: #333;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.news-detail-nav-link:hover,
.news-detail-nav-link:focus-visible {
	opacity: 0.75;
}

.news-detail-nav-link-next {
	order: 2;
}

.news-detail-nav-circle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #5fb7e1;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	flex: 0 0 auto;
	box-shadow: 0 18px 30px rgba(95, 183, 225, 0.18);
}

.news-detail-nav-center {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	order: 1;
	flex: 0 0 auto;
	min-width: 196px;
	height: 48px;
	padding: 0 56px;
	border-radius: 999px;
	background: #f8f5f1;
	color: #333;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.news-detail-nav-center:hover,
.news-detail-nav-center:focus-visible {
	background: #f1ebe4;
	color: #333;
}

@media (max-width: 991.98px) {
	.news-detail-main {
		padding-top: 122px;
	}

	.news-detail-section {
		padding: 62px 0 76px;
	}

	.news-detail-title {
		font-size: 34px;
	}
}

@media (max-width: 767.98px) {
	.news-detail-main {
		padding-top: 98px;
	}

	.news-detail-section {
		padding: 56px 0 80px;
	}

	.news-detail-section::before {
		left: -118px;
		top: 22px;
		width: 328px;
		height: 328px;
	}

	.news-detail-section::after {
		right: -138px;
		top: 706px;
		width: 240px;
		height: 240px;
	}

	.news-detail-shell {
		padding: 0 24px;
	}

	.news-detail-heading {
		gap: 16px;
		padding: 0;
	}

	.news-detail-meta {
		flex-wrap: wrap;
		gap: 16px;
	}

	.news-detail-date {
		font-size: 14px;
	}

	.news-detail-title {
		font-size: 28px;
		line-height: 1.3;
		letter-spacing: 0.02em;
	}

	.news-detail-body {
		margin-top: 40px;
		font-size: 14px;
		line-height: 2;
	}

	.news-detail-body p + p {
		margin-top: 32px;
	}

	.news-detail-media {
		margin: 30px 0 34px;
	}

	.news-detail-nav {
		display: flex;
		flex-direction: column;
		gap: 32px;
		margin-top: 40px;
	}

	.news-detail-nav-top {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		gap: 16px;
	}

	.news-detail-nav-link {
		gap: 16px;
		font-size: 16px;
		line-height: 1;
	}

	.news-detail-nav-link-next {
		justify-content: flex-end;
	}

	.news-detail-nav-circle {
		width: 48px;
		height: 48px;
		font-size: 20px;
	}

	.news-detail-nav-center {
		align-self: center;
		min-width: 196px;
		height: 48px;
		padding: 0 56px;
		font-size: 16px;
		line-height: 1;
	}
}
