body.hkgram-b2b-product-presentation .summary .hkgram-b2b-panel {
	--hkgram-b2b-ink: #1d2023;
	--hkgram-b2b-muted: #596269;
	--hkgram-b2b-line: #d7dde0;
	--hkgram-b2b-surface: #f5f7f7;
	--hkgram-b2b-gold: #cf8d00;
	margin: 22px 0 28px;
	border: 1px solid var(--hkgram-b2b-line);
	border-radius: 4px;
	background: #ffffff;
	color: var(--hkgram-b2b-ink);
}

body.hkgram-b2b-product-presentation .hkgram-b2b-panel__heading {
	padding: 22px 22px 18px;
	border-bottom: 1px solid var(--hkgram-b2b-line);
	background: var(--hkgram-b2b-surface);
}

body.hkgram-b2b-product-presentation .hkgram-b2b-panel__eyebrow,
body.hkgram-b2b-product-presentation .hkgram-b2b-panel__sku {
	margin: 0;
	color: var(--hkgram-b2b-muted);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.4;
	text-transform: uppercase;
}

body.hkgram-b2b-product-presentation .hkgram-b2b-panel__eyebrow {
	color: #765100;
}

body.hkgram-b2b-product-presentation .hkgram-b2b-panel h2 {
	margin: 8px 0 9px;
	color: var(--hkgram-b2b-ink);
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.18;
}

body.hkgram-b2b-product-presentation .hkgram-b2b-panel__intro {
	margin: 0;
	color: var(--hkgram-b2b-muted);
	font-size: 14px;
	line-height: 1.55;
}

body.hkgram-b2b-product-presentation .hkgram-b2b-panel__sku {
	margin-top: 13px;
	text-transform: none;
}

body.hkgram-b2b-product-presentation .hkgram-b2b-panel__points {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid var(--hkgram-b2b-line);
	list-style: none;
}

body.hkgram-b2b-product-presentation .hkgram-b2b-panel__points li {
	position: relative;
	margin: 0;
	padding: 11px 22px 11px 38px;
	border-bottom: 1px solid #edf0f1;
	color: var(--hkgram-b2b-ink);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
}

body.hkgram-b2b-product-presentation .hkgram-b2b-panel__points li:last-child {
	border-bottom: 0;
}

body.hkgram-b2b-product-presentation .hkgram-b2b-panel__points li::before {
	position: absolute;
	top: 17px;
	left: 22px;
	width: 7px;
	height: 7px;
	border: 1px solid var(--hkgram-b2b-gold);
	border-radius: 50%;
	background: #ffffff;
	content: '';
}

body.hkgram-b2b-product-presentation .hkgram-b2b-panel__route {
	padding: 19px 22px 20px;
}

body.hkgram-b2b-product-presentation .hkgram-b2b-panel__section-title {
	margin: 0 0 12px;
	color: var(--hkgram-b2b-ink);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
}

body.hkgram-b2b-product-presentation .hkgram-b2b-panel__route-options {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 6px;
}

body.hkgram-b2b-product-presentation .hkgram-b2b-panel__route-option {
	min-height: 42px;
	padding: 7px 8px;
	border: 1px solid var(--hkgram-b2b-line);
	border-radius: 4px;
	background: #ffffff;
	color: var(--hkgram-b2b-ink);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.2;
	cursor: pointer;
}

body.hkgram-b2b-product-presentation .hkgram-b2b-panel__route-option:hover {
	border-color: #848d92;
}

body.hkgram-b2b-product-presentation .hkgram-b2b-panel__route-option.is-active {
	border-color: var(--hkgram-b2b-ink);
	box-shadow: inset 0 -3px 0 var(--hkgram-b2b-gold);
}

body.hkgram-b2b-product-presentation .hkgram-b2b-panel__route-option:focus-visible,
body.hkgram-b2b-product-presentation .hkgram-b2b-panel__quote-button:focus-visible,
body.hkgram-b2b-product-presentation .hkgram-b2b-panel__datasheet-link:focus-visible {
	outline: 3px solid #2491ff;
	outline-offset: 2px;
}

body.hkgram-b2b-product-presentation .hkgram-b2b-panel__route-copy {
	min-height: 42px;
	margin: 12px 0 0;
	color: var(--hkgram-b2b-muted);
	font-size: 13px;
	line-height: 1.48;
}

body.hkgram-b2b-product-presentation .hkgram-b2b-panel__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	padding: 0 22px 20px;
}

body.hkgram-b2b-product-presentation .hkgram-b2b-panel__quote-button {
	min-height: 44px;
	margin: 0;
	padding: 12px 18px;
	border-radius: 4px;
	background: var(--hkgram-b2b-gold);
	color: #1b1e20;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
	text-shadow: none;
}

body.hkgram-b2b-product-presentation .hkgram-b2b-panel__quote-button:hover {
	background: #b97d00;
	color: #1b1e20;
}

body.hkgram-b2b-product-presentation .hkgram-b2b-panel__datasheet-link {
	color: var(--hkgram-b2b-ink);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

body.hkgram-b2b-product-presentation .hkgram-b2b-panel__note {
	margin: 0;
	padding: 14px 22px;
	border-top: 1px solid var(--hkgram-b2b-line);
	background: #fafbfb;
	color: var(--hkgram-b2b-muted);
	font-size: 12px;
	line-height: 1.5;
}

@media (max-width: 520px) {
	body.hkgram-b2b-product-presentation .hkgram-b2b-panel__heading,
	body.hkgram-b2b-product-presentation .hkgram-b2b-panel__route,
	body.hkgram-b2b-product-presentation .hkgram-b2b-panel__actions,
	body.hkgram-b2b-product-presentation .hkgram-b2b-panel__note {
		padding-right: 16px;
		padding-left: 16px;
	}

	body.hkgram-b2b-product-presentation .hkgram-b2b-panel__points li {
		padding-right: 16px;
		padding-left: 32px;
	}

	body.hkgram-b2b-product-presentation .hkgram-b2b-panel__points li::before {
		left: 16px;
	}

	body.hkgram-b2b-product-presentation .hkgram-b2b-panel__route-options {
		grid-template-columns: 1fr;
	}

	body.hkgram-b2b-product-presentation .hkgram-b2b-panel__route-copy {
		min-height: 0;
	}

	body.hkgram-b2b-product-presentation .hkgram-b2b-panel__quote-button {
		width: 100%;
		text-align: center;
	}
}
