<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* BOTH */
@media screen and (max-width: 979px) {

	.ipsApp_front .ipsBreadcrumb {
		display: none;
	}

	/* Only apply to front because we don't want this in the menu manager acp preview */
	.ipsApp_front .ipsNavBar_primary {
		padding: 0;
	}
	
	#elBackHome {
		color: {theme="text_color"};
	}
}</pre></body></html>