#ai-blog-post-footer-blocks,
#ai-blog-related-posts {
	font-family: Pretendard, sans-serif;
}

body.single-post .section-title.blog-title h1,
body.single-post .heading-title .entry-title {
	max-width: 920px;
	margin-right: auto;
	margin-left: auto;
	color: #111827;
	font-weight: 700;
	line-height: 1.26;
	letter-spacing: 0;
}

body.single-post .post-area article.post .content-inner {
	max-width: 860px;
	margin-right: auto;
	margin-left: auto;
}

body.single-post .post-area article.post .content-inner > h2,
body.single-post .post-area article.post .content-inner > h3 {
	color: #111827;
	font-weight: 700;
	letter-spacing: 0;
}

body.single-post .post-area article.post .content-inner > h2 {
	margin-top: 44px;
	margin-bottom: 14px;
	font-size: 24px;
	line-height: 1.45;
}

body.single-post .post-area article.post .content-inner > h3 {
	margin-top: 34px;
	margin-bottom: 12px;
	font-size: 20px;
	line-height: 1.45;
}

body.single-post .post-area article.post .content-inner > h2:first-child,
body.single-post .post-area article.post .content-inner > h3:first-child {
	margin-top: 0;
}

body.single-post .post-area article.post .content-inner > p,
body.single-post .post-area article.post .content-inner > ul,
body.single-post .post-area article.post .content-inner > ol,
body.single-post .post-area article.post .content-inner li {
	color: #2f3a4a;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.66;
	letter-spacing: 0;
}

body.single-post .post-area article.post .content-inner > p {
	margin-bottom: 14px;
}

body.single-post .post-area article.post .content-inner > ul,
body.single-post .post-area article.post .content-inner > ol {
	margin-bottom: 18px;
	padding-left: 1.25em;
}

#ai-blog-post-footer-blocks {
	margin: 34px 0 0;
}

#ai-blog-post-tags {
	padding: 30px 0 0;
	border-top: 1px solid rgba(17, 24, 39, 0.12);
}

#ai-blog-post-tags .ai-blog-post-tags-title {
	margin: 0 0 14px;
	color: #111827;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0;
}

#ai-blog-post-tags .ai-blog-post-tags-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

#ai-blog-post-tags .ai-blog-post-tag {
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	min-height: 34px;
	padding: 7px 13px;
	border: 1px solid rgba(17, 24, 39, 0.1);
	border-radius: 999px;
	background: #f8fafc;
	color: #374151;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0;
	text-decoration: none;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

#ai-blog-post-tags .ai-blog-post-tag:hover,
#ai-blog-post-tags .ai-blog-post-tag:focus-visible {
	border-color: rgba(0, 120, 241, 0.3);
	background: #eef6ff;
	color: #0078f1;
}

#ai-runmoa-blog-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	margin-top: 38px;
	padding: 34px 32px;
	border: 1px solid rgba(0, 120, 241, 0.16);
	border-radius: 8px;
	background: #f6faff;
}

#ai-runmoa-blog-cta .ai-runmoa-blog-cta-copy {
	min-width: 0;
}

#ai-runmoa-blog-cta .ai-runmoa-blog-cta-kicker {
	margin: 0 0 8px;
	color: #0078f1;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 0;
}

#ai-runmoa-blog-cta .ai-runmoa-blog-cta-title {
	margin: 0;
	color: #111827;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0;
}

#ai-runmoa-blog-cta .ai-runmoa-blog-cta-desc {
	margin: 8px 0 0;
	color: #4b5563;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0;
}

#ai-runmoa-blog-cta .ai-runmoa-blog-cta-button {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	min-width: 190px;
	min-height: 52px;
	padding: 15px 24px;
	border-radius: 999px;
	background: #0078f1;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0;
	text-decoration: none;
	box-shadow: 0 10px 24px rgba(0, 120, 241, 0.22);
	transition: background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

#ai-runmoa-blog-cta .ai-runmoa-blog-cta-button:hover,
#ai-runmoa-blog-cta .ai-runmoa-blog-cta-button:focus-visible {
	background: #0069d4;
	box-shadow: 0 14px 28px rgba(0, 120, 241, 0.28);
	transform: translateY(-1px);
}

#ai-blog-related-posts {
	margin: 46px 0 8px;
	padding: 38px 0 0;
	border-top: 1px solid rgba(17, 24, 39, 0.12);
}

#ai-blog-related-posts .ai-blog-related-header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 20px;
}

#ai-blog-related-posts .ai-blog-related-title {
	margin: 0;
	color: #111827;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0;
}

#ai-blog-related-posts .ai-blog-related-list {
	display: grid;
	grid-template-columns: 1fr;
	border-top: 1px solid rgba(17, 24, 39, 0.08);
}

#ai-blog-related-posts .ai-blog-related-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	min-width: 0;
	padding: 20px 4px;
	border-bottom: 1px solid rgba(17, 24, 39, 0.08);
	background: #fff;
	text-decoration: none;
	transition: background-color 180ms ease;
}

#ai-blog-related-posts .ai-blog-related-item:hover,
#ai-blog-related-posts .ai-blog-related-item:focus-visible {
	background: #f8fbff;
}

#ai-blog-related-posts .ai-blog-related-content {
	display: block;
	flex: 1;
	min-width: 0;
}

#ai-blog-related-posts .ai-blog-related-name {
	overflow: hidden;
	color: #111827;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media (max-width: 1000px) {
	body.single-post .section-title.blog-title h1,
	body.single-post .heading-title .entry-title {
		max-width: 100%;
		font-size: 38px;
		line-height: 1.28;
	}

	body.single-post .post-area article.post .content-inner {
		max-width: 100%;
	}

	#ai-runmoa-blog-cta {
		display: block;
	}

	#ai-runmoa-blog-cta .ai-runmoa-blog-cta-button {
		margin-top: 20px;
	}
}

@media (max-width: 690px) {
	body.single-post .section-title.blog-title h1,
	body.single-post .heading-title .entry-title {
		font-size: 30px;
		line-height: 1.3;
	}

	body.single-post .post-area article.post .content-inner > h2 {
		margin-top: 34px;
		margin-bottom: 11px;
		font-size: 21px;
		line-height: 1.45;
	}

	body.single-post .post-area article.post .content-inner > h3 {
		margin-top: 28px;
		margin-bottom: 10px;
		font-size: 18px;
		line-height: 1.45;
	}

	body.single-post .post-area article.post .content-inner > p,
	body.single-post .post-area article.post .content-inner > ul,
	body.single-post .post-area article.post .content-inner > ol,
	body.single-post .post-area article.post .content-inner li {
		font-size: 16px;
		line-height: 1.62;
	}

	body.single-post .post-area article.post .content-inner > p {
		margin-bottom: 12px;
	}

	#ai-blog-post-footer-blocks {
		margin-top: 28px;
	}

	#ai-blog-post-tags {
		padding-top: 24px;
	}

	#ai-blog-post-tags .ai-blog-post-tags-title {
		font-size: 16px;
	}

	#ai-runmoa-blog-cta {
		margin-top: 34px;
		padding: 24px 20px;
	}

	#ai-runmoa-blog-cta .ai-runmoa-blog-cta-title {
		font-size: 20px;
	}

	#ai-runmoa-blog-cta .ai-runmoa-blog-cta-desc {
		font-size: 14px;
	}

	#ai-runmoa-blog-cta .ai-runmoa-blog-cta-button {
		width: 100%;
		min-height: 52px;
		font-size: 16px;
	}

	#ai-blog-related-posts {
		margin-top: 40px;
		padding-top: 32px;
	}

	#ai-blog-related-posts .ai-blog-related-header {
		display: block;
		margin-bottom: 16px;
	}

	#ai-blog-related-posts .ai-blog-related-title {
		font-size: 22px;
	}

	#ai-blog-related-posts .ai-blog-related-list {
		display: block;
	}

	#ai-blog-related-posts .ai-blog-related-item {
		padding: 15px 0;
	}

	#ai-blog-related-posts .ai-blog-related-content {
		display: block;
	}

	#ai-blog-related-posts .ai-blog-related-name {
		font-size: 15px;
		white-space: normal;
	}
}
