@charset "UTF-8";

.tpl-scope-single {
	background: #FFFBF5;
}
.tpl-scope-single .tpl-single {
	padding: 56px 0 100px;
}
.tpl-scope-single .editor-content {
	max-width: 1024px;
	margin: 0 auto;
	color: #2B200E;
}
.tpl-scope-single .editor-content .mp-intro {
	text-align: center;
	color: #5B4A32;
	font-size: 0.98rem;
	line-height: 1.8;
	max-width: 520px;
	margin: 0 auto 48px;
}
.tpl-scope-single .editor-content .mp-list {
	border-top: 1px solid #EBDFC4;
}
.tpl-scope-single .editor-content .mp-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 4px;
	border-bottom: 1px solid #EBDFC4;
	font-size: 1rem;
}
.tpl-scope-single .editor-content .mp-item.is-hidden {
	display: none;
}
.tpl-scope-single .editor-content .mp-item .name {
	color: #2B200E;
}
.tpl-scope-single .editor-content .mp-item.no-link .name {
	color: #A89A7D;
}
.tpl-scope-single .editor-content .mp-item a.visit {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #CB7700;
	font-size: 0.85rem;
	font-weight: 600;
	text-decoration: none;
	padding: 5px 14px;
	border: 1.5px solid #F59E0B;
	border-radius: 999px;
	transition: all 0.2s ease;
	flex-shrink: 0;
	margin-left: 16px;
}
.tpl-scope-single .editor-content .mp-item a.visit svg {
	width: 11px;
	height: 11px;
}
.tpl-scope-single .editor-content .mp-item a.visit:hover {
	background: #F59E0B;
	color: #fff;
}
.tpl-scope-single .editor-content .mp-item .no-link-tag {
	font-size: 0.78rem;
	color: #C4B593;
	flex-shrink: 0;
	margin-left: 16px;
}
.tpl-scope-single .editor-content .mp-more {
	text-align: center;
	margin-top: 32px;
}
.tpl-scope-single .editor-content .mp-more.is-done {
	display: none;
}
.tpl-scope-single .editor-content .mp-more-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: none;
	border: 1.5px dashed #F59E0B;
	color: #CB7700;
	font-size: 0.95rem;
	font-weight: 600;
	padding: 10px 26px;
	border-radius: 999px;
	cursor: pointer;
	transition: all 0.2s ease;
}
.tpl-scope-single .editor-content .mp-more-btn svg {
	width: 12px;
	height: 12px;
}
.tpl-scope-single .editor-content .mp-more-btn:hover {
	border-style: solid;
	background: #FFF1D6;
}
@media (max-width: 576px) {
	.tpl-scope-single .editor-content .mp-item {
		flex-wrap: wrap;
		gap: 8px;
	}
}
.tpl-scope-single .editor-content .mp-header {
	text-align: center;
	margin-bottom: 16px;
}

.tpl-scope-single .editor-content .mp-eyebrow {
	display: table;
	margin: 0 auto 16px;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.12em;
	color: #CB7700;
	padding: 6px 16px;
	border: 1px dashed #F59E0B;
	border-radius: 999px;
}

.tpl-scope-single .editor-content .mp-title {
	font-size: 28px;
	font-weight: 900;
	color: #2B200E;
	margin: 0;
}

.tpl-scope-single {
	background: #FFFBF5;
}

.tpl-scope-single .tpl-single {
	padding: 56px 0 100px;
}

.tpl-scope-single .editor-content .mp-intro {
	text-align: center;
	color: #5B4A32;
	font-size: 18px;
	line-height: 1.85;
	max-width: 580px;
	margin: 0 auto 48px;
	letter-spacing: 1px;
}

.tpl-scope-single .editor-content .mp-back {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #6c3f00;
	text-decoration: none;
	font-size: 16px;
	margin-bottom: 24px;
	transition: color 0.2s ease;
	border: 1px #decda8 dashed;
	padding: 8px 20px;
	border-radius: 50px;
}

.tpl-scope-single .editor-content .mp-back i {
	font-size: 0.8rem;
}

.tpl-scope-single .editor-content .mp-back:hover {
	color: #CB7700;
}

.tpl-scope-single .editor-content .mp-columns {
	column-count: 2;
	column-gap: 80px;
	background: #fff;
	border: 1px solid #EBDFC4;
	border-radius: 18px;
	padding: 36px 40px;
}

.tpl-scope-single .editor-content .mp-col-item {
	break-inside: avoid;
	margin-bottom: 21px;
}

.tpl-scope-single .editor-content .mp-col-item a {
	display: flex;
	align-items: center;
	color: #2B200E;
	text-decoration: none;
	transition: color 0.2s ease;
}

.tpl-scope-single .editor-content .mp-col-item a .name {
	flex-shrink: 0;
	font-size: 16px;
}

.tpl-scope-single .editor-content .mp-col-item a .dots {
	flex: 1 1 auto;
	min-width: 12px;
	margin: 0 8px;
	border-bottom: 1.5px dotted #EBDFC4;
	height: 0;
	transform: translateY(-3px);
	transition: border-color 0.2s ease;
}

.tpl-scope-single .editor-content .mp-col-item a i {
	font-size: 0.7rem;
	color: #F59E0B;
	flex-shrink: 0;
	transition: transform 0.2s ease;
}

.tpl-scope-single .editor-content .mp-col-item a:hover {
	color: #CB7700;
}

.tpl-scope-single .editor-content .mp-col-item a:hover .dots {
	border-color: #F59E0B;
}

.tpl-scope-single .editor-content .mp-col-item a:hover i {
	transform: translateX(3px);
}

@media (max-width: 768px) {
	.tpl-scope-single .editor-content .mp-columns {
		column-count: 2;
	}
}

@media (max-width: 480px) {
	.tpl-scope-single .editor-content .mp-columns {
		column-count: 1;
	}
}