/**
 * Build a Box by Weight — front-end styles.
 *
 * @package ModernLogic\BuildABoxByWeight
 */

.babw-item-weight {
	margin-top: 0.25em;
	font-size: 0.85em;
	color: #555;
	font-weight: 600;
}

.babw-total {
	margin: 1em 0;
	padding: 0.6em 0.9em;
	border-radius: 4px;
	background: #f4f6f8;
	border: 1px solid #e2e6ea;
	font-size: 1.05em;
}

.babw-total__label {
	font-weight: 600;
}

.babw-total__amount {
	font-weight: 700;
}

.babw-total--over {
	background: #fbeaea;
	border-color: #e6b8b8;
	color: #b32d2e;
}

.babw-total--under {
	background: #fdf6e3;
	border-color: #ecdca5;
	color: #8a6d00;
}
