.xf-installment-container {
	display: flex;
	flex-direction: column;
	gap: 2px;
	margin-top: 4px;
	margin-bottom: 12px;
}

.xf-installment-koko,
.xf-installment-mint {
	line-height: 1.3;
}

/* Home page "New Arrivals" masonry grid: widen the gap between rows.
   Scoped to body.home so other product grids (shop, categories, etc.)
   that reuse Flatsome's row-xsmall spacing class are unaffected. */
body.home .row-masonry.row-xsmall > .col {
	padding-bottom: 16px;
}

/* Checkout: small gap between MintPay's gateway icon and the border line
   below its payment option row (each wc_payment_method li is bottom-bordered). */
li.payment_method_mintpay label img {
	margin-bottom: 8px;
}
