.tmac-tweet-comment {
	border-left: 3px solid #0c447c;
	padding-left: 10px;
}

.tmac-avatar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #0c1116;
	color: #fff;
	border-radius: 50%;
	font-weight: 700;
	font-family: Georgia, serif;
}

.tmac-badge {
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	background: #e6f1fb;
	color: #0c447c;
	padding: 2px 8px;
	border-radius: 4px;
	margin-bottom: 6px;
}

.tmac-source-link {
	display: block;
	font-size: 13px;
	margin-top: 6px;
	text-decoration: none;
}
