div.include-mastodon-feed-wrapper {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

div.include-mastodon-feed-wrapper ol.include-mastodon-feed {
	margin: 0;
}

div.include-mastodon-feed-wrapper li.status {
	background-color: hsl(240, 16%, 11%);
	box-shadow: var(--default-shadow);
	padding: 1em;
	border-radius: 0;
}

div.include-mastodon-feed-wrapper ol.media {
	margin: 0;
	border-radius: 0;
}

div.include-mastodon-feed-wrapper div.contentWrapper a,
div.include-mastodon-feed-wrapper div.contentWrapper a:visited,
div.include-mastodon-feed-wrapper div.contentWrapper a:active,
div.include-mastodon-feed-wrapper div.account a,
div.include-mastodon-feed-wrapper div.account a:visited,
div.include-mastodon-feed-wrapper div.account a:active {
	color: #8c8dff;
	text-decoration: none;
}

div.include-mastodon-feed-wrapper div.content > p {
	color: #fff!important;
	font-size: 1rem!important;
}



div.include-mastodon-feed-wrapper div.contentWrapper a {
	font-size: 1rem!important;
}

div.include-mastodon-feed-wrapper div.account a {
	font-size: 1.5rem!important;
}

div.include-mastodon-feed-wrapper ol.include-mastodon-feed li.status div.account a, span {
	font-size: var(--wp--preset--font-size--medium);
}

div.include-mastodon-feed-wrapper ol.include-mastodon-feed li.status div.account a:hover {

}

