.sll-links-bar {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 12px;
	color: #999;
}

.sll-links-bar a {
	color: #999;
	text-decoration: underline;
}

.sll-links-bar a:hover {
	color: #3498db;
}

.sll-sep {
	margin: 0 6px;
	color: #ccc;
}

.sll-inline {
	max-width: 340px;
	margin: 6px 0 20px;
	padding: 0 14px;
}

.sll-floating {
	position: fixed;
	bottom: 12px;
	right: 12px;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 20px;
	padding: 6px 14px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	z-index: 99999;
}
