body.single-post {
	background: #f6f7f8;
}

body.single-post main.wp-block-group {
	padding-top: clamp(24px, 5vw, 56px);
}

body.single-post .wp-block-post-title {
	max-width: 860px;
	margin-right: auto;
	margin-left: auto;
	font-size: clamp(2.25rem, 4.5vw, 4.65rem);
	line-height: 1.04;
	letter-spacing: 0;
	text-wrap: balance;
}

body.single-post .wp-block-post-featured-image {
	max-width: 920px;
	margin-right: auto;
	margin-left: auto;
}

body.single-post .wp-block-post-content {
	max-width: 920px;
	margin-right: auto;
	margin-left: auto;
}

body.single-post .ch-guide-article {
	max-width: 860px;
	margin: clamp(24px, 4vw, 44px) auto;
	padding: clamp(24px, 4vw, 48px);
	border: 1px solid #dde3ea;
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 20px 60px rgba(18, 31, 49, 0.08);
	color: #172033;
	font-size: 1.0625rem;
	line-height: 1.72;
}

body.single-post .ch-guide-article > *:first-child {
	margin-top: 0;
}

body.single-post .ch-guide-article > *:last-child {
	margin-bottom: 0;
}

body.single-post .ch-guide-article p {
	margin-top: 0;
	margin-bottom: 1.15rem;
}

body.single-post .ch-guide-article h2 {
	margin-top: clamp(32px, 5vw, 46px);
	margin-bottom: 14px;
	padding-top: 20px;
	border-top: 1px solid #e7ebef;
	color: #0f172a;
	font-size: clamp(1.55rem, 2.6vw, 2rem);
	line-height: 1.18;
	letter-spacing: 0;
}

body.single-post .ch-guide-article h2:first-of-type {
	margin-top: 28px;
}

body.single-post .ch-guide-article h3 {
	margin-top: 22px;
	margin-bottom: 8px;
	color: #14213d;
	font-size: 1.18rem;
	line-height: 1.3;
	letter-spacing: 0;
}

body.single-post .ch-guide-article a {
	color: #0b65c2;
	font-weight: 700;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.18em;
}

body.single-post .ch-guide-article h2:first-of-type + p {
	margin: 0 0 1.4rem;
	padding: 18px 20px 18px 22px;
	border-left: 5px solid #1769d1;
	border-radius: 12px;
	background: #edf5ff;
	color: #10243f;
	font-size: 1.12rem;
	font-weight: 650;
	line-height: 1.65;
}

body.single-post .ch-guide-article h2:nth-of-type(2) + p {
	padding: 18px 20px;
	border: 1px solid #cfe0f6;
	border-radius: 14px;
	background: #f7fbff;
}

body.single-post .ch-guide-article h2:nth-of-type(2) + p a {
	display: inline-flex;
	align-items: center;
	margin: 8px 6px 0 0;
	padding: 10px 15px;
	border-radius: 999px;
	background: #1769d1;
	color: #ffffff;
	text-decoration: none;
	box-shadow: 0 8px 22px rgba(23, 105, 209, 0.22);
}

body.single-post .ch-guide-article .ch-converter-note {
	display: block;
	margin-top: 12px;
	color: #30445f;
	font-weight: 500;
	line-height: 1.6;
}

body.single-post .ch-guide-article h2:nth-of-type(3) + p {
	padding: 18px 20px;
	border: 1px solid #d7dde5;
	border-radius: 14px;
	background: linear-gradient(180deg, #fbfcfe, #f1f5f9);
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
	font-size: 1rem;
	color: #111827;
}

body.single-post .ch-guide-article ol {
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: guide-step;
}

body.single-post .ch-guide-article ol li {
	position: relative;
	margin-bottom: 12px;
	padding: 16px 18px 16px 58px;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	background: #fbfcfd;
}

body.single-post .ch-guide-article ol li::before {
	position: absolute;
	top: 16px;
	left: 18px;
	display: grid;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #172033;
	color: #ffffff;
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1;
	place-items: center;
	counter-increment: guide-step;
	content: counter(guide-step);
}

body.single-post .ch-guide-article ul {
	margin: 0 0 1.25rem;
	padding: 0;
	list-style: none;
}

body.single-post .ch-guide-article ul li {
	margin-bottom: 10px;
	padding: 14px 16px;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	background: #fbfcfd;
}

body.single-post .ch-guide-article h2:nth-of-type(7) + ul li {
	border-color: #f1d6a8;
	background: #fff8ed;
}

body.single-post .ch-guide-article h2:nth-of-type(8) + ul li {
	border-color: #d6ead8;
	background: #f4fbf5;
}

body.single-post .ch-guide-article table {
	display: table;
	width: 100%;
	margin: 18px 0 22px;
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
	border: 1px solid #d8dee8;
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 10px 28px rgba(18, 31, 49, 0.06);
}

body.single-post .ch-guide-article th,
body.single-post .ch-guide-article td {
	padding: 13px 16px;
	border-bottom: 1px solid #e6ebf0;
	text-align: left;
}

body.single-post .ch-guide-article th {
	background: #172033;
	color: #ffffff;
	font-weight: 800;
}

body.single-post .ch-guide-article tbody tr:nth-child(even) td {
	background: #f8fafc;
}

body.single-post .ch-guide-article tbody tr:last-child td {
	border-bottom: 0;
}

body.single-post .ch-guide-article h2:nth-of-type(9) + ul {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

body.single-post .ch-guide-article h2:nth-of-type(9) + ul li {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

body.single-post .ch-guide-article h2:nth-of-type(9) + ul a {
	display: flex;
	min-height: 76px;
	align-items: center;
	justify-content: center;
	padding: 14px;
	border: 1px solid #cddbed;
	border-radius: 14px;
	background: #f4f8fd;
	color: #123a6f;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 8px 22px rgba(18, 31, 49, 0.05);
}

body.single-post .ch-guide-article h2:nth-of-type(9) + ul a:hover,
body.single-post .ch-guide-article h2:nth-of-type(9) + ul a:focus {
	border-color: #1769d1;
	background: #eaf3ff;
	color: #0f4f9d;
}

body.single-post .ch-guide-article h2:nth-of-type(10) ~ h3 {
	margin-top: 16px;
	margin-bottom: 0;
	padding: 16px 18px 7px;
	border-top: 1px solid #dce4ee;
	border-right: 1px solid #e2e8f0;
	border-left: 1px solid #e2e8f0;
	border-radius: 14px 14px 0 0;
	background: #f7f9fc;
}

body.single-post .ch-guide-article h2:nth-of-type(10) ~ h3 + p {
	margin-bottom: 16px;
	padding: 0 18px 18px;
	border-right: 1px solid #e2e8f0;
	border-bottom: 1px solid #e2e8f0;
	border-left: 1px solid #e2e8f0;
	border-radius: 0 0 14px 14px;
	background: #f7f9fc;
	color: #26364d;
}

body.single-post .post-navigation-link-previous,
body.single-post .post-navigation-link-next,
body.single-post .wp-block-post-navigation-link {
	max-width: 860px;
	margin-right: auto;
	margin-left: auto;
}

@media (max-width: 760px) {
	body.single-post main.wp-block-group {
		padding-top: 18px;
	}

	body.single-post .wp-block-post-title {
		max-width: calc(100vw - 28px);
		font-size: clamp(2rem, 11vw, 3rem);
		line-height: 1.08;
	}

	body.single-post .wp-block-post-content {
		max-width: 100%;
	}

	body.single-post .ch-guide-article {
		width: calc(100vw - 24px);
		max-width: none;
		margin-top: 18px;
		padding: 18px;
		border-radius: 14px;
		font-size: 1rem;
		line-height: 1.68;
		box-shadow: 0 12px 36px rgba(18, 31, 49, 0.07);
	}

	body.single-post .ch-guide-article h2 {
		margin-top: 30px;
		padding-top: 18px;
		font-size: 1.45rem;
		line-height: 1.22;
	}

	body.single-post .ch-guide-article h2:first-of-type + p {
		padding: 16px 16px 16px 18px;
		font-size: 1.04rem;
	}

	body.single-post .ch-guide-article h2:nth-of-type(2) + p {
		padding: 16px;
	}

	body.single-post .ch-guide-article h2:nth-of-type(2) + p a {
		width: 100%;
		justify-content: center;
		margin-right: 0;
	}

	body.single-post .ch-guide-article ul li {
		padding: 13px 14px;
	}

	body.single-post .ch-guide-article h2:nth-of-type(9) + ul {
		grid-template-columns: 1fr;
	}

	body.single-post .ch-guide-article table {
		display: table;
		table-layout: fixed;
		width: 100%;
		white-space: nowrap;
	}

	body.single-post .ch-guide-article th,
	body.single-post .ch-guide-article td {
		padding: 12px 10px;
	}

	body.single-post .ch-guide-article ol li {
		padding-left: 52px;
	}

	body.single-post .ch-guide-article h2:nth-of-type(10) ~ h3 {
		padding: 15px 16px 7px;
	}

	body.single-post .ch-guide-article h2:nth-of-type(10) ~ h3 + p {
		padding: 0 16px 16px;
	}
}
