<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import "shared-styles.css";

.catbox:hover {
	text-decoration: none;
}

.catbox #img {
	border: solid thin var(--lightergray-color);
	margin-top: 0;
}

.catbox #text {
	margin: 8px 0 0 0;
	font-size: 12px;
	color: var(--darkgray-color);
	text-transform: uppercase;
	font-weight: 700;
}

.catbox #text:hover {
	text-decoration: none;
}

.catbox {
	margin-bottom: 20px;
}</pre></body></html>