.gmlt-watermark {
	position: fixed;
	left: 1rem;
	bottom: 1rem;
	z-index: 9998;
	font: 500 11px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: rgba(0, 0, 0, .38);
	background: rgba(255, 255, 255, .82);
	backdrop-filter: blur(6px);
	border: 1px solid rgba(0, 0, 0, .08);
	border-radius: 999px;
	padding: .55em .9em;
	transition: color .18s ease;
}

.gmlt-watermark a {
	color: #C81E1E;
	text-decoration: none;
	font-weight: 600;
}

.gmlt-watermark:hover { color: rgba(0, 0, 0, .7); }
.gmlt-watermark a:hover { text-decoration: underline; }

@media (max-width: 640px) {
	.gmlt-watermark { font-size: 10px; padding: .5em .75em; }
}
