/* Put daily-news notes below the speech balloon and extend heading rules. */

.dm-ai-daily-content .dm-news h2 {
	box-sizing: border-box;
	width: 100%;
	padding-bottom: 4px;
	border-bottom: 2px solid var(--dm-line-2);
}

.dm-ai-daily-content .dm-news h2 a {
	border-bottom: 0;
}

.dm-ai-daily-content .dm-news__note {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	margin: 10px 0 0;
	color: var(--dm-amber-dk);
	font-size: 13px;
	line-height: 1.65;
}

.dm-ai-daily-content .dm-news__note small {
	display: block;
	font-size: inherit;
	line-height: inherit;
}

.dm-ai-daily-content .dm-news__note small b {
	margin-right: .45em;
	font-family: inherit;
	font-size: 1em;
	font-weight: 400;
}
