/** EPC package detail — complements blog-single.css detail shell */

.yb-epc-package-body {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	min-width: 0;
}

.yb-epc-scope h2 {
	margin: 0 0 1rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #f3f4f6;
	font-size: 1.5rem;
	font-weight: 700;
	color: #111827;
}

.yb-epc-scope__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.yb-epc-scope__list li {
	display: flex;
	align-items: flex-start;
	gap: 0.625rem;
	font-size: 0.875rem;
	line-height: 1.5;
}

.yb-epc-scope__list--included li {
	color: #374151;
}

.yb-epc-scope__list--included i {
	margin-top: 0.125rem;
	color: #c9a868;
}

.yb-epc-scope__list--excluded li {
	color: #4b5563;
}

.yb-epc-scope__list--excluded i {
	margin-top: 0.125rem;
	color: #9ca3af;
}

.yb-epc-scope__bullets {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.yb-epc-scope__bullets li {
	font-size: 0.875rem;
	color: #374151;
}

.yb-epc-scope__bullets li::before {
	content: "· ";
}

.yb-epc-scope__note {
	margin: 1rem 0 0;
	font-size: 0.875rem;
	color: #4b5563;
}

.yb-epc-compare-phases {
	padding: 1.5rem;
	border: 1px solid #f3f4f6;
	border-radius: 1rem;
	background: #faf8f4;
}

.yb-epc-compare-phases h2 {
	margin: 0 0 1rem;
	font-size: 1.125rem;
	font-weight: 700;
	color: #111827;
}

.yb-epc-compare-phases__list {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.yb-epc-compare-phases__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.5rem 0.75rem;
	border-radius: 0.5rem;
	font-size: 0.875rem;
	color: #4b5563;
	text-decoration: none;
	transition: background 0.15s ease, color 0.15s ease;
}

.yb-epc-compare-phases__row:hover {
	background: #fff;
	color: #111827;
}

.yb-epc-compare-phases__row.is-active {
	background: rgba(201, 168, 104, 0.15);
	font-weight: 600;
	color: #111827;
}

.yb-detail-hero__pill--accent {
	background: rgba(201, 168, 104, 0.9);
	color: #fff;
}
