/**
 * COME Routes single-page layer - v1.3.60
 *
 * Loaded only on 线路文章 single pages (body.single-verhi_solution).
 * Adds the route snapshot card at the top of the article, a route facts +
 * inquiry panel in the sidebar, and keeps the Kadence Table of Contents.
 * Every rule is scoped so normal posts, B2B pages and other columns keep
 * their existing Kadence defaults.
 */

/* Sidebar shell: one card for the TOC, one combined facts + inquiry panel. */
body.single-verhi_solution #secondary .widget_block,
body.single-verhi_solution #secondary .ctc-route-side-panel {
	border: 1px solid rgba(19, 97, 46, 0.16);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 12px 30px rgba(18, 42, 46, 0.06);
}

body.single-verhi_solution #secondary .widget_block {
	padding: 1.15rem 1.2rem;
}

body.single-verhi_solution #secondary .kb-table-of-contents-title {
	font-size: 1.05rem;
	line-height: 1.35;
	letter-spacing: 0;
	color: var(--global-palette3, #202020);
}

body.single-verhi_solution #secondary .kb-table-of-content-list {
	font-size: 0.86rem;
	line-height: 1.55;
}

body.single-verhi_solution #secondary .kb-table-of-content-list a {
	color: var(--global-palette4, #525354);
	text-decoration: none;
	transition: color 0.18s ease;
}

body.single-verhi_solution #secondary .kb-table-of-content-list a:hover {
	color: var(--global-palette11, #13612e);
}

body.single-verhi_solution #secondary .kb-table-of-content-list .active > .kb-table-of-contents__entry {
	color: var(--global-palette1, #c7000b);
}

/* Combined sidebar panel: route facts first, inquiry block below. */
body.single-verhi_solution #secondary .ctc-route-side-panel {
	padding: 1.15rem 1.2rem 1.25rem;
	min-width: 0;
}

body.single-verhi_solution .ctc-route-panel-facts {
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid rgba(19, 97, 46, 0.14);
}

body.single-verhi_solution .ctc-route-panel-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	margin-bottom: 0.6rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--global-palette14, #f7630c);
}

body.single-verhi_solution .ctc-route-panel-eyebrow::before {
	content: "";
	width: 18px;
	height: 2px;
	border-radius: 2px;
	background: var(--global-palette15, #f5a524);
}

body.single-verhi_solution .ctc-route-panel-kicker {
	display: inline-flex;
	align-items: center;
	margin: 0 0 0.75rem;
	padding: 0.28rem 0.6rem;
	border-radius: 999px;
	background: rgba(19, 97, 46, 0.09);
	color: var(--global-palette11, #13612e);
	font-size: 0.76rem;
	font-weight: 700;
	line-height: 1.3;
}

body.single-verhi_solution .ctc-route-panel-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.6rem 0.9rem;
}

body.single-verhi_solution .ctc-route-panel-stat {
	min-width: 0;
}

body.single-verhi_solution .ctc-route-panel-stat-value {
	display: block;
	color: var(--global-palette3, #202020);
	font-size: 0.98rem;
	font-weight: 800;
	line-height: 1.35;
}

body.single-verhi_solution .ctc-route-panel-stat-name {
	display: block;
	margin-top: 0.15rem;
	color: var(--global-palette5, #979797);
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

body.single-verhi_solution .ctc-route-panel-features {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem 0.7rem;
	margin: 0.8rem 0 0;
	padding: 0;
	list-style: none;
}

body.single-verhi_solution .ctc-route-panel-features li {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	margin: 0;
	color: var(--global-palette4, #525354);
	font-size: 0.78rem;
	line-height: 1.45;
}

body.single-verhi_solution .ctc-route-panel-features li::before {
	content: "";
	flex: none;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: var(--global-palette11, #13612e)
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round' d='M3 8.5 6.4 12 13 4.5'/%3E%3C/svg%3E")
		center / 9px no-repeat;
}

body.single-verhi_solution .ctc-route-panel-contact h3 {
	margin: 0 0 0.45rem;
	color: var(--global-palette3, #202020);
	font-size: 1.02rem;
	line-height: 1.35;
	letter-spacing: 0;
}

body.single-verhi_solution .ctc-route-panel-contact p {
	margin: 0 0 0.8rem;
	color: var(--global-palette4, #525354);
	font-size: 0.84rem;
	line-height: 1.55;
}

body.single-verhi_solution .ctc-route-wa-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	width: 100%;
	margin: 0 0 0.55rem;
	padding: 0.72rem 0.9rem;
	border-radius: 6px;
	background: #25d366;
	color: #ffffff;
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
	box-shadow: 0 10px 22px rgba(37, 211, 102, 0.24);
	transition: background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

body.single-verhi_solution .ctc-route-wa-btn:hover,
body.single-verhi_solution .ctc-route-wa-btn:focus {
	background: #1ebe5d;
	color: #ffffff;
	text-decoration: none;
	transform: translateY(-1px);
	box-shadow: 0 14px 28px rgba(37, 211, 102, 0.28);
}

body.single-verhi_solution .ctc-route-wa-btn svg {
	flex: none;
	width: 17px;
	height: 17px;
}

body.single-verhi_solution .ctc-route-email {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	margin: 0 0 0.7rem;
	color: var(--global-palette4, #525354);
	font-size: 0.84rem;
	font-weight: 700;
	text-decoration: none;
}

body.single-verhi_solution .ctc-route-email svg {
	flex: none;
	width: 15px;
	height: 15px;
	color: var(--global-palette11, #13612e);
}

body.single-verhi_solution .ctc-route-email:hover {
	color: var(--global-palette11, #13612e);
	text-decoration: underline;
}

body.single-verhi_solution .ctc-route-cta-btn {
	display: block;
	width: 100%;
	padding: 0.7rem 0.9rem;
	border-radius: 6px;
	background: var(--global-palette1, #c7000b);
	color: #ffffff;
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: background 0.18s ease, transform 0.18s ease;
}

body.single-verhi_solution .ctc-route-cta-btn:hover,
body.single-verhi_solution .ctc-route-cta-btn:focus {
	background: var(--global-palette2, rgba(199, 0, 11, 0.74));
	color: #ffffff;
	text-decoration: none;
	transform: translateY(-1px);
}

/* Route snapshot card injected at the top of the article content. */
body.single-verhi_solution .entry-content.single-content .ctc-route-snapshot-content {
	margin: 0 0 2rem;
	padding: 1.1rem 1.25rem 1rem;
	border: 1px solid rgba(19, 97, 46, 0.18);
	border-left: 5px solid var(--global-palette11, #13612e);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 12px 30px rgba(18, 42, 46, 0.06);
}

body.single-verhi_solution .ctc-route-snapshot-top {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.5rem 0.75rem;
	margin-bottom: 0.8rem;
}

body.single-verhi_solution .ctc-route-snapshot-eyebrow {
	color: var(--global-palette14, #f7630c);
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.single-verhi_solution .ctc-route-snapshot-kicker {
	display: inline-flex;
	align-items: center;
	padding: 0.26rem 0.6rem;
	border-radius: 999px;
	background: rgba(245, 165, 36, 0.14);
	color: var(--global-palette14, #f7630c);
	font-size: 0.76rem;
	font-weight: 700;
	line-height: 1.3;
}

body.single-verhi_solution .ctc-route-snapshot-facts {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 0.7rem 0;
	margin-bottom: 0.8rem;
}

body.single-verhi_solution .ctc-route-fact {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: 0 1.1rem;
}

body.single-verhi_solution .ctc-route-fact + .ctc-route-fact {
	border-left: 1px solid rgba(19, 97, 46, 0.16);
}

body.single-verhi_solution .ctc-route-fact:first-child {
	padding-left: 0;
}

body.single-verhi_solution .ctc-route-fact-value {
	color: var(--global-palette3, #202020);
	font-size: 1.05rem;
	font-weight: 800;
	line-height: 1.35;
	white-space: normal;
}

body.single-verhi_solution .ctc-route-fact-value strong {
	color: var(--global-palette11, #13612e);
	font-weight: 800;
}

body.single-verhi_solution .ctc-route-fact-name {
	margin-top: 0.2rem;
	color: var(--global-palette5, #979797);
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

body.single-verhi_solution .ctc-route-snapshot-features {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem 0.9rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.single-verhi_solution .ctc-route-snapshot-features li {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	margin: 0;
	color: var(--global-palette4, #525354);
	font-size: 0.84rem;
	line-height: 1.45;
}

body.single-verhi_solution .ctc-route-snapshot-features li::before {
	content: "";
	flex: none;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: var(--global-palette11, #13612e)
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round' d='M3 8.5 6.4 12 13 4.5'/%3E%3C/svg%3E")
		center / 10px no-repeat;
}

@media (max-width: 1024px) {
	body.single-verhi_solution .ctc-route-snapshot-facts {
		gap: 0.7rem 0;
	}
}

@media (max-width: 560px) {
	body.single-verhi_solution .ctc-route-snapshot-content,
	body.single-verhi_solution #secondary .ctc-route-side-panel {
		padding-right: 1rem;
		padding-left: 1rem;
	}

	body.single-verhi_solution .ctc-route-fact {
		padding-right: 0.85rem;
		padding-left: 0.85rem;
	}
}
