/* 워드프레스 자동발행 포스팅용 디자인 (블루 톤) */
.wp-auto-post {
	max-width: 900px;
	margin: 0 auto;
	padding: 28px 18px 56px;
	line-height: 1.82;
	font-size: 17px;
	color: #1f2933;
}

.wp-auto-post .hero {
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	padding: 28px;
	margin-bottom: 24px;
	box-shadow: 0 12px 30px rgba(15,23,42,.06);
}

.wp-auto-post h1 {
	font-size: 2rem;
	line-height: 1.3;
	margin: 0 0 16px;
	color: #111827;
}

.wp-auto-post h2 {
	font-size: 1.42rem;
	margin: 34px 0 14px;
	padding-bottom: 8px;
	border-bottom: 2px solid #e5e7eb;
	color: #111827;
}

.wp-auto-post h3 {
	font-size: 1.12rem;
	margin: 22px 0 8px;
	color: #1f2937;
}

.wp-auto-post p {
	margin: 0 0 15px;
}

.wp-auto-post .lead {
	font-size: 1.05rem;
	background: #eef6ff;
	border-left: 5px solid #2563eb;
	border-radius: 10px;
	padding: 18px 20px;
	margin: 20px 0;
}

.wp-auto-post .quick-box {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 20px 0;
}

.wp-auto-post .quick-box div {
	background: #f9fafb;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	padding: 14px;
}

.wp-auto-post .quick-box strong {
	display: block;
	color: #2563eb;
	margin-bottom: 4px;
}

.wp-auto-post figure {
	margin: 24px 0;
	background: white;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	overflow: hidden;
}

.wp-auto-post img {
	width: 100%;
	height: auto;
	display: block;
}

.wp-auto-post figcaption {
	font-size: .92rem;
	color: #667085;
	text-align: center;
	padding: 10px 12px;
	background: #f9fafb;
}

.wp-auto-post table {
	width: 100%;
	border-collapse: collapse;
	background: white;
	margin: 18px 0;
	border: 1px solid #d0d5dd;
}

.wp-auto-post th, .wp-auto-post td {
	border: 1px solid #d0d5dd;
	padding: 11px 12px;
	vertical-align: top;
}

.wp-auto-post th {
	background: #f1f5f9;
	text-align: left;
}

.wp-auto-post .checklist li, .wp-auto-post .internal-links li, .wp-auto-post .sources li {
	margin: 8px 0;
}

.wp-auto-post .notice {
	background: #fff7ed;
	border: 1px solid #fed7aa;
	border-radius: 10px;
	padding: 15px 17px;
	margin: 20px 0;
}

.wp-auto-post .faq-item {
	background: #ffffff;
	border: 1px solid #d0d5dd;
	border-radius: 10px;
	padding: 15px 16px;
	margin: 12px 0;
}

.wp-auto-post .faq-item h3 {
	margin: 0 0 8px;
	color: #111827;
}

.wp-auto-post .keywords {
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 16px;
	margin-top: 22px;
}

.wp-auto-post .tagline span {
	display: inline-block;
	background: #eef2ff;
	color: #3730a3;
	border-radius: 999px;
	padding: 5px 10px;
	margin: 4px 3px;
	font-size: .92rem;
}

.wp-auto-post a {
	color: #1d4ed8;
}

@media (max-width: 640px) {
	.wp-auto-post .quick-box {
		grid-template-columns: 1fr;
	}
	
	.wp-auto-post {
		font-size: 16px;
	}
	
	.wp-auto-post h1 {
		font-size: 1.55rem;
	}
}

/* 싱글 포스트 썸네일 중복 노출 방지 */
.single-post .post-thumbnail,
.single-post .featured-media,
.single-post .wp-block-post-featured-image,
.single-post header .wp-post-image {
	display: none !important;
}

/* BEGIN RokiePokie.com site archive polish */
/* RokiePokie.com site archive polish */
.site-intro {
	border-bottom: 1px solid #e5e7eb;
}

.site-intro h1 {
	font-size: 1.72rem;
	line-height: 1.42;
	margin-bottom: 12px;
}

.site-intro-copy {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
	color: #475467;
	line-height: 1.75;
}

.about-page-body,
.archive-page-body {
	font-size: 16.5px;
	line-height: 1.78;
	padding-bottom: 24px;
}

.about-page-body .about-lead,
.archive-page-body .archive-lead {
	color: #344054;
	font-size: 1.02rem;
	line-height: 1.75;
	margin-bottom: 28px;
}

.about-page-body h2,
.archive-page-body h2 {
	font-size: 1.28rem;
	line-height: 1.42;
	margin-top: 30px;
	margin-bottom: 10px;
}

.archive-list-item {
	border-bottom: 1px solid #e5e7eb;
	padding: 0 0 18px;
}

.archive-list-item .wp-block-post-title {
	font-size: 1.08rem !important;
	line-height: 1.45;
	margin-bottom: 8px;
}

body.home .wp-block-post-template.is-layout-grid > li {
	border: 1px solid #e5e7eb;
	background: #fff;
	padding: 16px;
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

body.home .wp-block-post-featured-image {
	margin-bottom: 14px !important;
}

body.home .wp-block-post-title {
	font-size: 1.08rem !important;
	line-height: 1.48;
	margin: 0;
}

body.home .wp-block-post-title a {
	text-decoration: none;
	display: -webkit-box;
	overflow: hidden;
}

body.home .post-card-body {
	gap: 10px;
	flex: 1;
}

.post-card-meta {
	color: #667085;
	font-size: .88rem;
	line-height: 1.4;
	gap: 8px;
}

.post-card-meta a {
	color: #667085;
	text-decoration: none;
}

body.home .wp-block-post-excerpt {
	margin-top: 0;
}

body.home .wp-block-post-excerpt__excerpt {
	display: -webkit-box;
	overflow: hidden;
	line-height: 1.65;
	margin-bottom: 0;
}

.rokie-footer {
	border-top: 1px solid #e5e7eb;
}

.rokie-footer .wp-block-navigation-item__content {
	text-decoration: none;
}

@media (max-width: 782px) {
	.site-intro h1 {
		font-size: 1.34rem;
		line-height: 1.5;
	}
	
	.site-intro-copy,
				.about-page-body,
				.archive-page-body {
		font-size: 15.5px;
		line-height: 1.76;
	}
	
	.about-page-body h2,
				.archive-page-body h2 {
		font-size: 1.12rem;
		line-height: 1.48;
	}
	
	body.home .wp-block-post-template.is-layout-grid {
		gap: 20px;
	}
	
	body.home .wp-block-post-template.is-layout-grid > li {
		padding: 14px;
	}
	
	body.home .wp-block-post-title {
		font-size: 1rem !important;
		line-height: 1.58;
	}
	
	.wp-block-navigation__responsive-container.is-menu-open {
		padding: 28px 24px;
	}
	
	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
		align-items: flex-start;
		gap: 22px;
		padding-top: 44px;
	}
	
	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
		font-size: 1.08rem;
		line-height: 1.5;
		padding: 8px 0;
	}
	
	.wp-block-navigation__responsive-container-close {
		top: 24px;
		right: 24px;
	}
}

/* END RokiePokie.com site archive polish */
/* BEGIN RokiePokie.com trust pages */
.contact-page-body,
.privacy-page-body {
	font-size: 16.5px;
	line-height: 1.78;
	padding-bottom: 24px;
}

.contact-page-body .contact-lead,
.privacy-page-body .privacy-lead {
	color: #344054;
	font-size: 1.02rem;
	line-height: 1.75;
	margin-bottom: 28px;
}

.contact-page-body h2,
.privacy-page-body h2 {
	font-size: 1.28rem;
	line-height: 1.42;
	margin-top: 30px;
	margin-bottom: 10px;
}

@media (max-width: 782px) {
	.contact-page-body,
		.privacy-page-body {
		font-size: 15.5px;
		line-height: 1.76;
	}
	
	.contact-page-body h2,
		.privacy-page-body h2 {
		font-size: 1.16rem;
		line-height: 1.48;
	}
}

/* END RokiePokie.com trust pages */