/**
 * Blog Fact Checked - base styles
 *
 * Minimal styling for the badge wrapper produced by the [fact_checked]
 * shortcode. Extend this file as the plugin grows beyond the SVG badge.
 */
.blog-fact-checked-badge {
	display: inline-flex;
	align-items: center;
	line-height: 0;
}

.blog-fact-checked-badge svg {
	display: block;
	height: auto;
	max-width: 100%;
}
