.hbcp-custom-printing {
	box-sizing: border-box;
	width: 100%;
	margin: 1.25rem 0;
	padding: 1.25rem;
	border: 1px solid rgba(0, 0, 0, 0.14);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.72);
}

.hbcp-custom-printing .hbcp-heading {
	margin: 0 0 0.6rem;
	font-size: 1.25rem;
	line-height: 1.25;
}

.hbcp-custom-printing .hbcp-help,
.hbcp-custom-printing .hbcp-currency-note {
	margin: 0 0 0.8rem;
}

.hbcp-custom-printing .hbcp-currency-note {
	font-size: 0.9em;
	opacity: 0.78;
}

.hbcp-custom-printing .hbcp-amount-row {
	margin: 0 0 0.65rem;
}

.hbcp-custom-printing .hbcp-input-wrap {
	display: flex;
	align-items: stretch;
	gap: 0.6rem;
	margin-top: 0.35rem;
}

.hbcp-custom-printing .hbcp-amount-input {
	min-width: 0;
	flex: 1 1 160px;
}

.hbcp-custom-printing .hbcp-apply-button {
	flex: 0 0 auto;
	white-space: nowrap;
}

.hbcp-custom-printing.hbcp-classic-checkout .hbcp-apply-button {
	display: none;
}

.hbcp-custom-printing .hbcp-status {
	min-height: 1.25em;
	font-size: 0.9em;
	font-weight: 600;
}

.hbcp-custom-printing .hbcp-status:empty {
	display: none;
}

.hbcp-custom-printing .hbcp-status.hbcp-error {
	color: #b32d2e;
}

.hbcp-fallback-source {
	display: none !important;
}

@media (max-width: 520px) {
	.hbcp-custom-printing .hbcp-input-wrap {
		flex-direction: column;
	}
	.hbcp-custom-printing .hbcp-apply-button {
		width: 100%;
	}
}
