<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.jetpack-subscribe-floating-button {
	position: fixed;
	z-index: 50000; /* Same as WP.com Action bar */
	bottom: 0;
	right: 0;
}

@media screen and (max-width: 640px) {

	.jetpack-subscribe-floating-button {
		display: none;
	}
}
</pre></body></html>