.cscolor-ai-fab {
	position: fixed;
	z-index: 100040;
	right: 16px;
	bottom: 16px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 8px 14px 8px 8px;
	background: #004a99;
	color: #fff !important;
	text-decoration: none !important;
	border-radius: 999px;
	box-shadow: 0 8px 24px rgba(0, 74, 153, 0.35);
	font-family: inherit;
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 1.2;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.cscolor-ai-fab[hidden] {
	display: none !important;
}

.cscolor-ai-fab:hover,
.cscolor-ai-fab:focus {
	background: #003670;
	color: #fff !important;
	transform: translateY(-2px);
	box-shadow: 0 10px 28px rgba(0, 74, 153, 0.42);
}

.cscolor-ai-fab__avatar {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
	object-position: center 18%;
	border: 2px solid rgba(255, 255, 255, 0.85);
	background: #eef4fb;
	flex: 0 0 40px;
}

.cscolor-ai-fab__label {
	padding-right: 4px;
	white-space: nowrap;
}

/* Toast promo sopra il FAB quando entrambi presenti. */
body:has(#cscolor-ai-fab) .cscolor-ai-promo-toast {
	bottom: 88px;
}

@media (max-width: 480px) {
	.cscolor-ai-fab {
		right: 12px;
		bottom: 12px;
		padding: 7px 12px 7px 7px;
		font-size: 0.82rem;
	}

	.cscolor-ai-fab__avatar {
		width: 36px;
		height: 36px;
		flex-basis: 36px;
	}

	body:has(#cscolor-ai-fab) .cscolor-ai-promo-toast {
		bottom: 78px;
		right: 12px;
		left: 12px;
		max-width: none;
	}
}
