.stacked-container {
	display: flex;
	flex-direction: column;
	gap: 16px;
	max-width: 600px;
	margin: 0 auto;
}

.stacked-row {
	display: flex;
	flex-direction: column;
	gap: 12px;
	background-color: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	padding: 16px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
	margin-bottom: 5px;
}
.stacked-field {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #f1f5f9;
	padding-bottom: 8px;
}

.stacked-field:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.field-label {
	font-weight: 600;
	color: #64748b;
	font-size: 14px;
}

.field-value {
	color: #1e293b;
	font-size: 14px;
}
.stacked-field-tr {
	justify-content: right;
}
.meal-type-title {
	margin: 5px 0;
	font-size: 1.2em;
}
.meal-type-wrap {
	margin-bottom: 20px;
}
.bb-weight-value, .bb-weight-unit {
    color: #1a6b3e;
    font-weight: 600;
    white-space: nowrap;
}