/* ============================================================
   WooCommerce B2B/B2C Manager — Frontend Styles
   ============================================================ */

/* Label IVA esclusa accanto al prezzo B2B */
.mm-b2b-tax-label {
	font-weight: normal;
	opacity: 0.65;
	font-size: 0.85em;
	margin-left: 2px;
}

/* Wrapper campi business nel form di registrazione */
#mm-b2b-business-fields {
	padding: 16px;
	background: #f9f9f9;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	margin-top: 8px;
}

#mm-b2b-business-fields p {
	margin-bottom: 14px;
}

#mm-b2b-business-fields p:last-child {
	margin-bottom: 0;
}
