/**
 * Story cluster / related coverage (frontend + editor preview).
 * Complementary content — not main article body.
 */

/* Legacy class from older editor inserts */
.newsroom-os-story-cluster {
	margin: 1.5rem 0;
	padding: 1.25rem;
	background: #fcfcfc;
	border: 1px solid #e2e4e7;
	border-radius: 8px;
	box-sizing: border-box;
	clear: both;
}

.newsroom-os-story-cluster ul {
	margin: 0;
	padding-left: 1.25rem;
}

.newsai-story-cluster,
aside.newsai-story-cluster,
div.newsai-story-cluster {
	margin: 1.5rem 0;
	padding: 1.25rem 1.25rem 1rem;
	background: #fcfcfc;
	border: 1px solid #e2e4e7;
	border-radius: 8px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	box-sizing: border-box;
	clear: both;
}

.newsai-story-cluster__heading {
	margin: 0 0 1rem;
	padding-bottom: 0.65rem;
	border-bottom: 2px solid #2271b1;
	font-size: 1rem;
	line-height: 1.35;
	color: #1d2327;
}

.newsai-story-cluster__topic-link {
	color: #2271b1;
	text-decoration: none;
}

.newsai-story-cluster__topic-link:hover,
.newsai-story-cluster__topic-link:focus {
	text-decoration: underline;
}

.newsai-story-cluster__timeline {
	list-style: none;
	margin: 0;
	padding: 0 0 0 0.5rem;
	border-left: 2px solid #e2e4e7;
}

.newsai-story-cluster__item {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	margin: 0 0 1.25rem;
	padding-left: 0.75rem;
}

.newsai-story-cluster__item::before {
	content: "";
	position: absolute;
	left: -0.35rem;
	top: 0.4rem;
	width: 10px;
	height: 10px;
	background: #2271b1;
	border-radius: 50%;
	border: 2px solid #fcfcfc;
	box-sizing: border-box;
}

.newsai-story-cluster__thumb {
	flex-shrink: 0;
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 4px;
	border: 1px solid #ddd;
	margin-top: 2px;
}

.newsai-story-cluster__body {
	min-width: 0;
	flex: 1;
}

.newsai-story-cluster__date {
	display: block;
	font-size: 0.625rem;
	font-weight: 700;
	color: #2271b1;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	margin-bottom: 0.25rem;
}

.newsai-story-cluster__link {
	font-weight: 600;
	color: #1d2327;
	text-decoration: none;
	line-height: 1.4;
	font-size: 0.875rem;
	display: block;
}

.newsai-story-cluster__link:hover,
.newsai-story-cluster__link:focus {
	color: #2271b1;
	text-decoration: underline;
}

.newsai-story-cluster__footer {
	margin: 0.5rem 0 0;
	padding-left: 1.25rem;
	text-align: left;
}

.newsai-story-cluster__more {
	font-size: 0.75rem;
	font-weight: 700;
	color: #2271b1;
	text-decoration: none;
}

.newsai-story-cluster__more:hover,
.newsai-story-cluster__more:focus {
	text-decoration: underline;
}

/* Editor-inserted simple link list (Smart Links) */
.newsai-story-cluster--links .newsai-story-cluster__list {
	margin: 0;
	padding-left: 1.25rem;
}

.newsai-story-cluster--links .newsai-story-cluster__list li {
	margin-bottom: 0.35rem;
	line-height: 1.45;
}

.newsai-story-cluster--links .newsai-story-cluster__list a {
	color: #2271b1;
	text-decoration: none;
	font-weight: 600;
}

.newsai-story-cluster--links .newsai-story-cluster__list a:hover,
.newsai-story-cluster--links .newsai-story-cluster__list a:focus {
	text-decoration: underline;
}
