.alidatos-telegram-float {
	position: fixed;
	right: 18px;
	bottom: 18px;
	z-index: 99990;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 12px 16px 12px 12px;
	border-radius: 999px;
	background: linear-gradient(135deg, #27a7e7 0%, #0b84d8 100%);
	box-shadow: 0 18px 35px rgba(11, 132, 216, 0.28);
	color: #ffffff;
	text-decoration: none;
	transition: transform 160ms ease, box-shadow 160ms ease, opacity 160ms ease;
}

.alidatos-telegram-float:hover,
.alidatos-telegram-float:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 22px 42px rgba(11, 132, 216, 0.34);
}

.alidatos-telegram-float:focus-visible {
	outline: 3px solid rgba(39, 167, 231, 0.25);
	outline-offset: 3px;
}

.alidatos-telegram-float__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.18);
	flex: 0 0 auto;
}

.alidatos-telegram-float__icon svg {
	width: 24px;
	height: 24px;
	fill: currentColor;
}

.alidatos-telegram-float__text {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.alidatos-telegram-float__title {
	font-size: 14px;
	font-weight: 800;
	line-height: 1.1;
}

.alidatos-telegram-float__subtitle {
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	opacity: 0.92;
}

@media (max-width: 767px) {
	.alidatos-telegram-float {
		right: 12px;
		bottom: 12px;
		padding-right: 14px;
	}

	.alidatos-telegram-float__subtitle {
		max-width: 120px;
	}
}
