.glf-demo-banner {
	position: relative;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 34px;
	padding: 6px 16px;
	color: #fff;
	background: #102a43;
	font: 13px/1.3 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	text-align: center;
}

.glf-demo-banner strong {
	color: #b8e65b;
}

@media (max-width: 640px) {
	.glf-demo-banner {
		align-items: flex-start;
		flex-direction: column;
		gap: 2px;
	}
}

