.hpm-product-manual,
.hpm-product-manual * {
	box-sizing: border-box;
}

.hpm-product-manual {
	--hpm-title: #102747;
	--hpm-meta: #657b98;
	--hpm-border: rgba(36, 105, 177, 0.22);
	--hpm-border-hover: rgba(28, 117, 211, 0.52);
	--hpm-surface-a: rgba(255, 255, 255, 0.94);
	--hpm-surface-b: rgba(238, 247, 255, 0.9);
	--hpm-icon: #2679cf;
	--hpm-icon-bg: rgba(54, 135, 220, 0.13);
	--hpm-shadow: 0 10px 24px rgba(16, 58, 102, 0.1);
	position: relative;
	z-index: 3;
	display: block !important;
	flex: 0 0 auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.25;
	text-align: left;
}

.hpm-product-manual__link {
	display: flex !important;
	gap: 11px;
	align-items: center;
	width: 100%;
	min-height: 66px;
	padding: 10px 12px;
	color: var(--hpm-title) !important;
	text-decoration: none !important;
	background: linear-gradient(135deg, var(--hpm-surface-a), var(--hpm-surface-b));
	border: 1px solid var(--hpm-border);
	border-radius: 14px;
	box-shadow: var(--hpm-shadow);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.hpm-product-manual__link:hover,
.hpm-product-manual__link:focus-visible {
	color: var(--hpm-title) !important;
	text-decoration: none !important;
	border-color: var(--hpm-border-hover);
	box-shadow: 0 13px 28px rgba(16, 79, 145, 0.16);
	transform: translateY(-1px);
}

.hpm-product-manual__link:focus-visible {
	outline: 2px solid #2f8fe8;
	outline-offset: 3px;
}

.hpm-product-manual__icon {
	display: grid;
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	color: var(--hpm-icon);
	background: var(--hpm-icon-bg);
	border: 1px solid rgba(54, 135, 220, 0.25);
	border: 1px solid color-mix(in srgb, var(--hpm-icon) 25%, transparent);
	border-radius: 11px;
	place-items: center;
}

.hpm-product-manual__icon svg {
	width: 23px;
	height: 23px;
}

.hpm-product-manual__icon path:first-child {
	fill: none;
	stroke: currentColor;
	stroke-linejoin: round;
	stroke-width: 1.6;
}

.hpm-product-manual__icon path:last-child,
.hpm-product-manual__download path {
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.hpm-product-manual__copy {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 3px;
	min-width: 0;
}

.hpm-product-manual__copy strong {
	display: block;
	overflow: hidden;
	color: var(--hpm-title) !important;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hpm-product-manual__copy small {
	display: block;
	overflow: hidden;
	color: var(--hpm-meta) !important;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.2;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hpm-product-manual__download {
	display: grid;
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	color: var(--hpm-icon);
	border-radius: 8px;
	place-items: center;
}

.hpm-product-manual__download svg {
	width: 19px;
	height: 19px;
}

html[data-rizon-theme="dark"] .hpm-product-manual,
body.rizon-theme-dark .hpm-product-manual {
	--hpm-title: #f5f9ff;
	--hpm-meta: #a8c3e7;
	--hpm-border: rgba(48, 127, 211, 0.38);
	--hpm-border-hover: rgba(68, 160, 255, 0.7);
	--hpm-surface-a: rgba(10, 40, 81, 0.9);
	--hpm-surface-b: rgba(5, 23, 49, 0.94);
	--hpm-icon: #66aaff;
	--hpm-icon-bg: rgba(49, 122, 219, 0.2);
	--hpm-shadow: 0 13px 28px rgba(0, 0, 0, 0.22), inset 0 0 0 1px rgba(103, 172, 255, 0.04);
}

.hpm-placement--pending {
	width: min(100%, 270px);
	margin: 18px auto;
}

.hpm-how-to-row {
	display: flex;
	gap: 55px;
	align-items: center;
	margin: 0 0 18px;
}

.horizon-ebay-layout .use-section .hpm-how-to-row > h1,
.horizon-ebay-layout .use-section .hpm-how-to-row > h2,
.horizon-ebay-layout .use-section .hpm-how-to-row > h3,
.horizon-ebay-layout .use-section .hpm-how-to-row > h4 {
	flex: 0 0 auto;
	width: auto;
	margin: 0 !important;
}

.hpm-placement--desktop {
	top: auto;
	clear: none;
	float: none;
	flex: 0 0 220px;
	width: 220px;
	margin: 0 !important;
}

.hpm-placement--desktop .hpm-product-manual__link {
	gap: 8px;
	min-height: 56px;
	padding: 8px 9px;
	border-radius: 12px;
}

.hpm-placement--desktop .hpm-product-manual__icon {
	flex-basis: 34px;
	width: 34px;
	height: 34px;
	border-radius: 9px;
}

.hpm-placement--desktop .hpm-product-manual__icon svg {
	width: 19px;
	height: 19px;
}

.hpm-placement--desktop .hpm-product-manual__copy {
	gap: 2px;
}

.hpm-placement--desktop .hpm-product-manual__copy strong {
	font-size: 14px !important;
	line-height: 1.2 !important;
}

.hpm-placement--desktop .hpm-product-manual__copy small {
	font-size: 10px !important;
	line-height: 1.2 !important;
}

.hpm-placement--desktop .hpm-product-manual__download {
	flex-basis: 24px;
	width: 24px;
	height: 24px;
}

.hpm-placement--desktop .hpm-product-manual__download svg {
	width: 16px;
	height: 16px;
}

.hpm-placement--desktop-standard {
	width: min(100%, 300px);
	margin: 22px 0 0 auto;
}

.hpm-placement--tablet-portrait {
	align-self: center;
	width: min(calc(100% - 30px), 590px);
	margin: 20px 15px 0;
}

.hpm-placement--tablet-landscape {
	align-self: center;
	width: min(calc(100% - 30px), 590px);
	margin: 20px 15px 0;
}

.hpm-placement--mobile,
.hpm-placement--fallback {
	clear: both;
	width: min(calc(100% - 32px), 720px);
	margin: 20px auto 24px;
}

@media (max-width: 767px) {
	.horizon-ebay-layout.hpm-has-mobile-manual .header {
		margin-bottom: 0 !important;
	}

	.horizon-ebay-layout .hpm-placement--mobile {
		left: 50%;
		width: min(calc(100vw - 32px), 540px);
		margin: 30px 0 !important;
		transform: translateX(-50%);
	}

	.horizon-ebay-layout .hpm-placement--mobile + .hpdd-mobile-accordion {
		margin-top: 30px !important;
	}

	.hpm-product-manual__link {
		min-height: 64px;
		border-radius: 13px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hpm-product-manual__link {
		transition: none;
	}

	.hpm-product-manual__link:hover,
	.hpm-product-manual__link:focus-visible {
		transform: none;
	}
}
