.sb-preview-banner {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	background: #1d2327;
	color: #fff;
	font-size: 13px;
	line-height: 1.4;
	padding: 10px 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.sb-preview-banner a {
	color: #7fd6ff;
	text-decoration: underline;
}

[id^="sb-anchor-"] {
	display: none !important;
}