/* Category + tag pills below article content (news + guides singles) */
body.single-news_article ul.ci-article-topics,
body.ci-news-article-v2 ul.ci-article-topics,
body.ci-guides-single-page ul.ci-article-topics {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 1.5rem 0 0;
	padding: 0;
}

body.single-news_article ul.ci-article-topics li,
body.ci-news-article-v2 ul.ci-article-topics li,
body.ci-guides-single-page ul.ci-article-topics li {
	margin: 0;
}

body.single-news_article ul.ci-article-topics a,
body.single-news_article ul.ci-article-topics .ci-article-topics__label,
body.ci-news-article-v2 ul.ci-article-topics a,
body.ci-news-article-v2 ul.ci-article-topics .ci-article-topics__label,
body.ci-guides-single-page ul.ci-article-topics a,
body.ci-guides-single-page ul.ci-article-topics .ci-article-topics__label {
	display: inline-block;
	padding: 6px 14px;
	border: 1px solid #e5e7eb;
	border-radius: 999px;
	background: #fff;
	color: #6b7280;
	font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.3;
	text-decoration: none;
	box-shadow: none;
}

body.single-news_article ul.ci-article-topics a:hover,
body.ci-news-article-v2 ul.ci-article-topics a:hover,
body.ci-guides-single-page ul.ci-article-topics a:hover {
	border-color: #8b1538;
	color: #8b1538;
}

body.single-news_article ul.ci-article-topics .ci-article-topics__item--tag .ci-article-topics__label,
body.ci-news-article-v2 ul.ci-article-topics .ci-article-topics__item--tag .ci-article-topics__label,
body.ci-guides-single-page ul.ci-article-topics .ci-article-topics__item--tag .ci-article-topics__label {
	cursor: default;
}
