.ebpch-trigger,
.ebpch-modal {
	display: none;
}

@media (min-width: 900px) {
	/*
	 * The theme gives the product description a fixed height even when its
	 * table/add-on/actions need more room. Let it grow, and make the action area
	 * a real wrapping row so following reviews or product content cannot overlap.
	 */
	.product-description {
		height: auto !important;
	}

	.buttons-product {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
	}

	.buttons-product .wbe-addon-row {
		flex: 0 0 100%;
	}

	.buttons-product form.i-am-here {
		display: block !important;
		float: none !important;
		flex: 0 0 154px;
	}

	.buttons-product > a {
		display: block;
		flex: 0 0 140px;
		margin-right: 4px;
	}

	.buttons-product > .download-demo {
		flex: 0 0 140px;
	}

	html[data-ebpch-placement="rating"] .product-logo .stars-rating .ebpch-trigger,
	html[data-ebpch-placement="actions"] .buttons-product form.i-am-here .ebpch-trigger {
		display: block;
		box-sizing: border-box;
		min-height: 32px;
		padding: 6px 0;
		border: 0;
		background: transparent;
		color: #3b75a5;
		font: inherit;
		font-size: 13px;
		font-weight: 600;
		line-height: 20px;
		text-align: center;
		text-decoration: underline;
		text-underline-offset: 2px;
		cursor: pointer;
	}

	html[data-ebpch-placement="rating"] .product-logo .stars-rating .ebpch-trigger {
		width: auto;
		min-height: 34px;
		margin: 10px 0 0;
		padding: 6px 11px;
		border: 1px solid #b9d3e6;
		border-radius: 3px;
		background: #f4f8fb;
		color: #315f82;
		font-size: 13px;
		text-align: left;
		text-decoration: none;
	}

	html[data-ebpch-placement="actions"] .buttons-product form.i-am-here .ebpch-trigger {
		width: 140px;
		margin: 6px 14px 0 0;
		text-align: center;
	}

	.product-logo .stars-rating .ebpch-trigger:hover,
	.product-logo .stars-rating .ebpch-trigger:focus-visible,
	.buttons-product form.i-am-here .ebpch-trigger:hover,
	.buttons-product form.i-am-here .ebpch-trigger:focus-visible {
		background: transparent;
		color: #245a85;
		outline: 3px solid rgba(59, 117, 165, 0.24);
		outline-offset: 2px;
	}

	html[data-ebpch-placement="rating"] .product-logo .stars-rating .ebpch-trigger:hover,
	html[data-ebpch-placement="rating"] .product-logo .stars-rating .ebpch-trigger:focus-visible {
		border-color: #84b2d2;
		background: #eaf3f9;
		color: #244f70;
	}

	.ebpch-modal:not([hidden]) {
		display: flex;
		position: fixed;
		z-index: 999999;
		inset: 0;
		align-items: center;
		justify-content: center;
		padding: 24px;
	}
}

.ebpch-modal[hidden] {
	display: none !important;
}

.ebpch-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 39, 59, 0.7);
}

.ebpch-dialog {
	position: relative;
	box-sizing: border-box;
	width: min(640px, 100%);
	max-height: calc(100vh - 48px);
	overflow: auto;
	padding: 30px;
	border-top: 5px solid #ffb03f;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 24px 70px rgba(8, 32, 52, 0.3);
	color: #333;
}

.ebpch-dialog:focus {
	outline: none;
}

.ebpch-close {
	position: absolute;
	top: 14px;
	right: 16px;
	padding: 6px 8px;
	border: 0;
	background: transparent;
	color: #506270;
	font: inherit;
	font-size: 13px;
	font-weight: 700;
	text-decoration: underline;
	cursor: pointer;
}

.ebpch-close:focus-visible,
.ebpch-copy:focus-visible {
	outline: 3px solid rgba(59, 117, 165, 0.28);
	outline-offset: 2px;
}

.ebpch-heading {
	padding-right: 55px;
}

.ebpch-eyebrow {
	margin: 0 0 5px;
	color: #3b75a5;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ebpch-dialog h2 {
	margin: 0 0 8px;
	color: #244c6b;
	font-size: 26px;
	line-height: 1.2;
}

.ebpch-heading > p:last-child {
	margin: 0;
	color: #506270;
	font-size: 15px;
	line-height: 1.55;
}

.ebpch-content {
	display: grid;
	grid-template-columns: 216px 1fr;
	gap: 24px;
	align-items: center;
	margin-top: 24px;
}

.ebpch-qr-wrap {
	box-sizing: border-box;
	width: 216px;
	height: 216px;
	padding: 12px;
	border: 1px solid #d5e0e8;
	border-radius: 4px;
	background: #fff;
}

.ebpch-qr {
	display: flex;
	width: 190px;
	height: 190px;
	align-items: center;
	justify-content: center;
	background: #f2f5f7;
}

.ebpch-qr canvas {
	display: block;
	width: 190px;
	height: 190px;
}

.ebpch-summary {
	min-width: 0;
}

.ebpch-summary > strong,
.ebpch-price,
.ebpch-web-label {
	display: block;
}

.ebpch-summary > strong {
	color: #263947;
	font-size: 18px;
	line-height: 1.35;
}

.ebpch-price {
	margin-top: 3px;
	color: #244c6b;
	font-size: 24px;
	font-weight: 700;
}

.ebpch-web-label {
	margin-top: 8px;
	padding: 7px 9px;
	border: 1px solid #9ed7b0;
	border-radius: 4px;
	background: #eefaf1;
	color: #1e6b40;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
}

.ebpch-web-label[hidden] {
	display: none;
}

.ebpch-status {
	min-height: 38px;
	margin: 13px 0;
	color: #506270;
	font-size: 13px;
	line-height: 1.4;
}

.ebpch-status.is-error {
	color: #a22b21;
}

.ebpch-status.is-success {
	color: #315b78;
}

.ebpch-copy {
	box-sizing: border-box;
	min-height: 40px;
	padding: 9px 14px;
	border: 0;
	border-radius: 2px;
	background: #3b75a5;
	color: #fff;
	font: inherit;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}

.ebpch-copy:hover:not(:disabled) {
	background: #2d638f;
}

.ebpch-copy:disabled {
	opacity: 0.55;
	cursor: wait;
}

.ebpch-privacy {
	margin: 22px 0 0;
	padding-top: 14px;
	border-top: 1px solid #e1e8ed;
	color: #60717e;
	font-size: 12px;
	line-height: 1.45;
}

body.ebpch-modal-open {
	overflow: hidden;
}

@media print {
	.ebpch-trigger,
	.ebpch-modal {
		display: none !important;
	}
}
