/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.message-after-price {
	font-size: 12px;
	margin-bottom: 5px;
}

.label-discount {
	width: 100%;
	padding: 6px 8px 5px;
	font-size: 12px;
	line-height: 1;
	background: var(--wp--preset--color--primary, #0A246A);
	display: flex;
	max-width: max-content;
	color: #fff;
	border-radius: 25px;
}

.label-discount-wrapper {
	width: 100%;
}

.theme-storefront .label-discount {
	margin: 0 auto;
}