<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sidebar {
	width: 300px; }
@media screen and (max-width: 1024px) {
	.sidebar {
		width: 500 px; } }
@media all and (max-width: 800px) {
	color: blue; }</pre></body></html>