.ppb-print-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.75rem 1.1rem;
	border: 1px solid currentColor;
	border-radius: 0.4rem;
	background-color: var(--e-global-color-primary);
	color: #fff;
	font: inherit;
	font-weight: bold;
	line-height: 1.2;
	cursor: pointer;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.ppb-print-button:hover,
.ppb-print-button:focus-visible {
	opacity: 0.88;
}

.ppb-print-button:active {
	transform: translateY(1px);
}

