/**
 * AI Cricket News articles: the few elements the Match Post Automator's
 * article styles (aimpa-article.css) don't cover. Colours come from its
 * tokens, which the site theme sets for dark and light mode.
 */
.aimpa-article.aicn-news .aicn-story {
	scroll-margin-top: 90px;
}
.aimpa-article.aicn-news .aicn-story h2.aimpa-match__title {
	margin-top: 4px;
}
.aimpa-article.aicn-news blockquote.aicn-quote {
	margin: 14px 0;
	padding: 12px 16px;
	border: 0;
	border-left: 4px solid var( --aimpa-gold, #ffb020 );
	border-radius: 0 12px 12px 0;
	background: var( --aimpa-soft, #f3f6fb );
	quotes: none;
}
.aimpa-article.aicn-news blockquote.aicn-quote::before,
.aimpa-article.aicn-news blockquote.aicn-quote::after {
	content: none;
}
.aimpa-article.aicn-news blockquote.aicn-quote p {
	margin: 0 0 6px;
	color: var( --aimpa-ink, #16233c );
	font-size: 1.02em;
	font-style: italic;
	line-height: 1.55;
}
.aimpa-article.aicn-news blockquote.aicn-quote cite {
	color: var( --aimpa-muted, #6b7a99 );
	font-size: 0.85em;
	font-style: normal;
	font-weight: 700;
}
.aimpa-article.aicn-news blockquote.aicn-quote cite::before {
	content: '— ';
}
.aimpa-article.aicn-news p.aicn-why {
	margin: 12px 0 0;
	padding: 10px 14px;
	border: 1px solid var( --aimpa-line, #e6ebf3 );
	border-radius: 10px;
	color: var( --aimpa-text, #2a3651 );
	font-size: 0.95em;
}
.aimpa-article.aicn-news p.aicn-why strong {
	color: var( --aimpa-blue, #1e5087 );
}
