/**
 * Content Tools front-end styles.
 *
 * Registered in the module boot() and enqueued from inside the shortcodes that need
 * them, so the CSS loads once per page (WordPress prints late-enqueued styles in the
 * footer) instead of being emitted inline per shortcode instance.
 */

.related-posts ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.related-posts li {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.related-posts img {
	width: 64px;
	height: 64px;
	object-fit: cover;
	border-radius: 5px;
	margin-right: 16px;
	display: block;
}
