<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
	Custom styles for the core/rss block
	so they match the UCSC design spec.

	@since 1.0.0-beta.6
*/
.wp-block-rss__item {
	display: flex;
	flex-direction: column;
	margin-bottom: var(--wp--custom--spacing--medium);
}

.is-style-ucsc-rss-list .wp-block-rss__item {
	margin-bottom: var(--wp--custom--spacing--small);
}

.wp-block-rss__item-title {
	font-size: var(--wp--preset--font-size--medium);
	font-weight: 400;
	margin-bottom: 0.5em;
	line-height: var(--wp--custom--line-height--small);
	order: 1;
}

.is-style-ucsc-rss-list .wp-block-rss__item-title {
	font-size: var(--wp--preset--font-size--base);
}

.is-style-ucsc-rss-block .wp-block-rss__item-title {
	font-size: var(--wp--preset--font-size--medium);
}

.wp-block-rss__item-title a {
	text-decoration: none;
	color: var(--wp--custom--color--link);
	display: block;
}

.wp-block-rss__item-publish-date {
	color: var(--ucsc-dark-gray);
	font-size: var(--wp--preset--font-size--small);
	margin: 0 0 var(--wp--custom--spacing--x-small) 0;
	order: 3;
}

.wp-block-rss__item-publish-date:last-child {
	margin-top: calc(var(--wp--custom--spacing--small) * -0.5);
}

.wp-block-rss__item-author {
	order: 2;
}

.wp-block-rss__item-excerpt {
	font-size: var(--wp--preset--font-size--small);
	margin-bottom: var(--wp--custom--spacing--medium);
	order: 4;
}
</pre></body></html>