.llf-product-summary,
.llf-serving-specs,
.llf-dietary-flags-wrap,
.llf-who-its-for,
.llf-quick-points,
.llf-wholesale-specs,
.llf-product-faqs {
	margin: 0 0 24px;
	padding: 20px;
	border: 1px solid #d9e3d6;
	border-radius: 12px;
	background: #f9fcf8;
}

.llf-product-summary p,
.llf-who-its-for p,
.llf-faq-answer p {
	margin: 0;
}

.llf-serving-specs ul,
.llf-quick-points ul,
.llf-wholesale-specs ul {
	margin: 12px 0 0 18px;
	padding: 0;
}

.llf-serving-specs h3,
.llf-dietary-flags-wrap h3,
.llf-who-its-for h3,
.llf-quick-points h3,
.llf-wholesale-specs h3,
.llf-product-faqs h3 {
	margin: 0 0 12px;
	font-size: 1.2rem;
	line-height: 1.3;
}

.llf-dietary-flags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.llf-flag-pill {
	display: inline-flex;
	align-items: center;
	padding: 8px 14px;
	border-radius: 999px;
	background: #e5f4e1;
	border: 1px solid #7ba36d;
	color: #355b2f;
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.2;
}

.llf-faq-item {
	border-top: 1px solid #d9e3d6;
}

.llf-faq-item:first-child {
	border-top: 0;
}

.llf-faq-question {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	padding: 16px 0;
	background: transparent;
	border: 0;
	cursor: pointer;
	text-align: left;
	font-size: 1rem;
	font-weight: 700;
	color: #2d3b2a;
}

.llf-faq-answer {
	padding: 0 0 16px;
}

.llf-faq-icon {
	font-size: 1.2rem;
	line-height: 1;
}