body {
	margin: 0;
	background: #e9e9e9;
	color: #111;
}

#container {
	width: 768px;
	margin: 24px auto 12px;
}

.label-card {
	display: grid;
	grid-template-columns: 1.08fr 1fr;
	column-gap: 0;
	width: 656px;
	margin: 0 auto;
	border: 2px solid #666;
	background: #ececec;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.15;
	box-sizing: border-box;
	padding: 16px 12px;
	gap: 12px;
}

.col-left,
.col-right {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.brand-section {
	line-height: 1.3;
}

.brand-section em {
	font-style: italic;
	font-size: 11px;
}

.brand-section strong {
	font-weight: 900;
	font-size: 13px;
	display: block;
	margin-top: 8px;
}

.cocoa-section {
	font-size: 11.5px;
	line-height: 1.12;
}

.cocoa-section strong {
	font-weight: 900;
}

.ingredients-section {
	font-size: 11px;
	line-height: 1.18;
}

.ingredients-section strong {
	font-weight: 900;
}

.ingredients-section em {
	font-style: italic;
}

.product-section {
	font-size: 11.5px;
	line-height: 1.2;
}

.product-section strong {
	font-weight: 900;
	display: block;
}

.product-section em {
	font-style: italic;
}

.nutrition-section {
	font-size: 11px;
	line-height: 1.15;
}

.nutrition-section strong {
	font-weight: 900;
}

.nutrition-section em {
	font-style: italic;
}

.company-section {
	font-size: 11px;
	line-height: 1.15;
}

.company-section strong {
	font-weight: 900;
	line-height: 1.18;
}

.company-section em {
	font-style: italic;
}

#info {
	width: 768px;
	margin: 12px auto 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.5;
	color: #222;
}

@media (max-width: 860px) {
	#container,
	#info {
		width: calc(100% - 20px);
	}

	.label-card {
		transform-origin: top center;
		transform: scale(calc((100vw - 20px) / 768));
		margin-left: auto;
		margin-right: auto;
	}

	#info {
		font-size: clamp(11px, 2.8vw, 12px);
	}
}
