/* Commercial link graph — contextual bridges only */
.rs-clg-bridge,
.rs-clg-related,
.rs-clg-editorial {
	--rs-clg-ink: #1c222b;
	--rs-clg-muted: #5c6673;
	--rs-clg-line: #d7dde6;
	--rs-clg-bg: #f4f6f8;
	--rs-clg-accent: #2f4f6b;
}

.rs-clg-bridge {
	margin: 0.85rem 0 1.25rem;
	padding: 0.95rem 1.1rem;
	background: var(--rs-clg-bg);
	border-left: 3px solid var(--rs-clg-accent);
	color: var(--rs-clg-ink);
	max-width: 52rem;
}

.rs-clg-bridge p {
	margin: 0;
	line-height: 1.55;
}

.rs-clg-bridge a {
	color: var(--rs-clg-accent);
	font-weight: 600;
	text-decoration: underline;
}

.rs-clg-related {
	margin: 1.75rem 0;
	padding: 1.15rem 1.2rem;
	border-top: 1px solid var(--rs-clg-line);
	border-bottom: 1px solid var(--rs-clg-line);
}

.rs-clg-related h2 {
	margin: 0 0 0.5rem;
	font-size: 1.25rem;
	font-family: Georgia, "Times New Roman", serif;
}

.rs-clg-related p {
	margin: 0 0 0.75rem;
	color: var(--rs-clg-muted);
	max-width: 48rem;
}

.rs-clg-related ul {
	margin: 0;
	padding-left: 1.15rem;
}

.rs-clg-related li {
	margin: 0.35rem 0;
}

.rs-clg-related a {
	color: var(--rs-clg-accent);
	font-weight: 600;
}

.rs-clg-editorial {
	margin-top: 1.5rem;
	padding: 0.95rem 1.1rem;
	background: var(--rs-clg-bg);
	border-left: 3px solid var(--rs-clg-accent);
}

.rs-clg-editorial a {
	color: var(--rs-clg-accent);
	font-weight: 600;
}
