/**
 * Top bar link inside CVD Design Studio (only enqueued when link is shown).
 */
a.cvdds6-top-actions-3d {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 8px;
	padding: 11px 16px;
	border-radius: 12px;
	font-weight: 850;
	font-size: 13px;
	text-decoration: none !important;
	color: #fff !important;
	background: linear-gradient(135deg, #0ea5e9, #6366f1);
	border: 1px solid rgba(255, 255, 255, 0.22);
	box-shadow: 0 0 18px rgba(14, 165, 233, 0.35);
	white-space: nowrap;
}
a.cvdds6-top-actions-3d:hover,
a.cvdds6-top-actions-3d:focus {
	color: #fff !important;
	filter: brightness(1.08);
}
