<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Remove extra space below detail pages */

body &gt; img[src*='//idsync'], 
body &gt; iframe {
    display: none;
}

/* Fix sort menu overlapping with mobile header (https://prnt.sc/g0ow8u) */

.ip-container #main-wrapper {
	position:relative;
	z-index:1;
}</pre></body></html>