/* Key Facts box — styled to sit alongside the article, no card/box. */
.grocery-ai-keyfacts {
	margin: 0 0 24px;
	font-size: 0.95rem;
	line-height: 1.5;
}

/* Title is an h2 so it inherits the theme's article-title styling and aligns
   at the same height as the article heading. No box, no offset. */
.grocery-ai-keyfacts__title {
	margin: 0 0 12px;
}

/* Group subheadings: match the article's orange subheadings.
   Adjust --grocery-ai-accent below to your exact orange hex. */
.grocery-ai-keyfacts__body h4 {
	margin: 14px 0 4px;
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-style: normal;          /* no italics */
	color: inherit;              /* simple black / theme text color */
}

/* Belt-and-suspenders: un-italicize any leftover <cite> in already-stored facts. */
.grocery-ai-keyfacts__body cite {
	font-style: normal;
}

.grocery-ai-keyfacts__body ul {
	margin: 0 0 8px;
	padding-left: 18px;
}
.grocery-ai-keyfacts__body li {
	margin: 2px 0;
}

.grocery-ai-keyfacts__updated {
	margin: 12px 0 0;
	font-size: 0.75rem;
	color: #767676;
	font-style: italic;
}

/* Spacer that only appears when the box has content — pushes the block below
   (e.g. "More posts") down on key-facts pages without affecting other pages. */
.grocery-ai-keyfacts__spacer {
	margin: 0;
	height: 2.5rem;
}
