/**
 * NLB Buy&Go catalogue mark — sits with the installment line (not on the image).
 */

.woocommerce ul.products li.product .nlb-bg-calculation,
.woocommerce-page ul.products li.product .nlb-bg-calculation {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	gap: 0.3rem 0.4rem;
	max-width: 100%;
	white-space: nowrap;
}

.woocommerce ul.products li.product .nlb-bg-calculation::before,
.woocommerce-page ul.products li.product .nlb-bg-calculation::before {
	-webkit-font-smoothing: antialiased;
	background: #230077;
	border-radius: 3px;
	color: #fff;
	content: "NLB Buy&Go";
	flex: 0 0 auto;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1;
	order: -1;
	padding: 0.3rem 0.4rem;
	white-space: nowrap;
}
