/**
 * Reciprocal celebrity links on ordinary article pages (plugin-owned).
 *
 * Variant F: ultra-compact inline text flow. No card, columns, list, or arrows.
 */

.entry-content .tvc-article-celebrities {
	box-sizing: border-box;
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 22px 0;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: none;
	text-align: left;
	font-family: inherit;
	font-size: inherit;
	line-height: 1.45;
}

.entry-content .tvc-article-celebrities__label {
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: 1.45;
	color: inherit;
}

.entry-content .tvc-article-celebrities a {
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.45;
	text-decoration: underline;
	text-underline-offset: 0.12em;
	text-decoration-skip-ink: auto;
	white-space: normal;
}

.entry-content .tvc-article-celebrities__sep {
	font-size: 0.9375rem;
	font-weight: 400;
	white-space: nowrap;
}

.entry-content .tvc-article-celebrities a:hover {
	text-decoration: underline;
	opacity: 0.82;
}

.entry-content .tvc-article-celebrities a:focus {
	text-decoration: underline;
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.entry-content .tvc-article-celebrities a:focus:not(:focus-visible) {
	outline: none;
}

.entry-content .tvc-article-celebrities a:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
	text-decoration: underline;
}
