/**
 * Stock + note rows: tight gaps; last note keeps spacing before next block.
 */

.single-product .pieejami:not(.product-stock-note) {
	margin-bottom: 4px !important;
}

.single-product .pieejami.product-stock-note {
	margin-top: 0 !important;
	margin-bottom: 4px !important;
}

.single-product .pieejami.product-stock-note:last-of-type {
	margin-bottom: 24px !important;
}

@media print, screen and (min-width: 40em) {
	.single-product .pieejami.product-stock-note:last-of-type {
		margin-bottom: 32px !important;
	}
}

/* Only stock, no notes */
.single-product .pieejami:not(.product-stock-note):last-child {
	margin-bottom: 24px !important;
}

@media print, screen and (min-width: 40em) {
	.single-product .pieejami:not(.product-stock-note):last-child {
		margin-bottom: 32px !important;
	}
}
