

.mgwnc-card,
.mgwnc-card * {
	font-weight: 400 !important;
}

.mgwnc-card {
	border: 1px solid rgba(20, 20, 20, 0.10);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.035);
	margin: 1.25rem 0;
	overflow: hidden;
}

.mgwnc-card summary {
	list-style: none;
}

.mgwnc-card summary::-webkit-details-marker {
	display: none;
}


.mgwnc-summary,
.mgwnc-summary * {
	-webkit-user-select: none;
	user-select: none;
	caret-color: transparent;
}

.mgwnc-summary:focus,
.mgwnc-summary:active {
	outline: none;
}

.mgwnc-summary:focus-visible {
	outline: 2px solid rgba(20, 20, 20, 0.25);
	outline-offset: -2px;
}

.mgwnc-summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem 1.2rem;
	cursor: pointer;
	background: #fcfcfb;
	transition: background 180ms ease;
}

.mgwnc-summary:hover {
	background: #f7f7f4;
}

.mgwnc-summary-copy {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
}

.mgwnc-summary-title {
	font-size: clamp(1rem, 1.3vw, 1.2rem);
	font-weight: 400;
	letter-spacing: -0.01em;
	line-height: 1.2;
}

.mgwnc-summary-hint {
	font-size: 0.84rem;
	font-weight: 400;
	opacity: 0.62;
}

.mgwnc-chevron {
	width: 0.75rem;
	height: 0.75rem;
	border-right: 1.8px solid currentColor;
	border-bottom: 1.8px solid currentColor;
	transform: rotate(45deg);
	transition: transform 180ms ease;
	margin-right: 0.15rem;
	flex: 0 0 auto;
}

.mgwnc-card[open] .mgwnc-chevron {
	transform: rotate(-135deg);
}

.mgwnc-panel {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding: 1.1rem 1.2rem 1.2rem;
	align-items: stretch;
	border-top: 1px solid rgba(20, 20, 20, 0.06);
}

.mgwnc-ingredients {
	border-radius: 12px;
	background: #f7f7f4;
	padding: 0.95rem 1rem;
}

.mgwnc-ingredients h3 {
	font-size: 0.95rem;
	font-weight: 400;
	margin: 0 0 0.45rem;
}

.mgwnc-ingredients p {
	margin: 0;
	line-height: 1.65;
}

.mgwnc-nutrition-facts {
	background: #fff;
	border: 1px solid #333;
	color: #111;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0.7rem 0.85rem 0.75rem;
	max-width: 100%;
}

.mgwnc-facts-title {
	font-size: 1.15rem;
	font-weight: 400;
	letter-spacing: -0.03em;
	line-height: 1.1;
	padding-bottom: 0.4rem;
	border-bottom: 2px solid #111;
	margin-bottom: 0.15rem;
}

.mgwnc-nutrition-facts table {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
}

.mgwnc-nutrition-facts th,
.mgwnc-nutrition-facts td {
	font-size: 0.96rem;
	line-height: 1.28;
	padding: 0.42rem 0;
	border-bottom: 1px solid #444;
	vertical-align: top;
}

.mgwnc-nutrition-facts th {
	font-weight: 400;
	text-align: left;
	padding-right: 0.75rem;
}

.mgwnc-nutrition-facts td {
	font-weight: 400;
	text-align: right;
	white-space: nowrap;
}

.mgwnc-nutrition-facts tr:last-child th,
.mgwnc-nutrition-facts tr:last-child td {
	border-bottom: 0;
}

.mgwnc-row-sub th {
	font-weight: 400;
	padding-left: 0.95rem;
}

@media (max-width: 760px) {
	.mgwnc-summary {
		padding: 0.95rem 1rem;
	}

	.mgwnc-panel {
		padding: 1rem;
	}

	.mgwnc-facts-title {
		font-size: 1.15rem;
	}

	.mgwnc-nutrition-facts th,
	.mgwnc-nutrition-facts td {
		font-size: 0.92rem;
	}
}
