.bakhtech-click-call {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	margin-inline-start: 0.875rem;
	position: relative;
	z-index: 3;
}

.bakhtech-click-call--flex-parent {
	margin-inline-start: auto;
	padding-inline-start: 0.875rem;
}

.bakhtech-click-call--grid-parent {
	justify-self: end;
}

.bakhtech-click-call--floating {
	--bakhtech-floating-bottom-offset: 1rem;
	--bakhtech-floating-right-offset: 1rem;
	position: fixed;
	bottom: calc(var(--bakhtech-floating-bottom-offset) + env(safe-area-inset-bottom));
	right: calc(var(--bakhtech-floating-right-offset) + env(safe-area-inset-right));
	margin-inline-start: 0;
	z-index: 8995;
}

.bakhtech-click-call--floating .bakhtech-click-call__button {
	align-items: center;
	font-size: 0.875rem;
	gap: 0.5rem;
	line-height: 1.15;
	max-width: min(calc(100vw - 2rem), 280px);
	min-height: 42px;
	padding: 0.6875rem 0.875rem;
	white-space: normal;
}

.bakhtech-click-call--floating .bakhtech-click-call__icon svg {
	height: 1rem;
	width: 1rem;
}

.bakhtech-click-call--floating .bakhtech-click-call__label {
	max-width: 100%;
	overflow: visible;
	text-overflow: clip;
	white-space: normal;
	word-break: break-word;
}

.bakhtech-click-call__button {
	--bakhtech-call-bg-start: #0f766e;
	--bakhtech-call-bg-end: #14b8a6;
	--bakhtech-call-text: #ffffff;
	--bakhtech-call-shadow: 0 16px 34px rgba(15, 118, 110, 0.22);
	align-items: center;
	background: linear-gradient(135deg, var(--bakhtech-call-bg-start), var(--bakhtech-call-bg-end));
	border: 0;
	border-radius: 999px;
	box-shadow: var(--bakhtech-call-shadow);
	box-sizing: border-box;
	color: var(--bakhtech-call-text) !important;
	display: inline-flex;
	font: inherit;
	font-size: 0.95rem;
	font-weight: 600;
	gap: 0.625rem;
	line-height: 1;
	min-height: 48px;
	padding: 0.875rem 1.15rem;
	text-decoration: none !important;
	transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
	white-space: nowrap;
}

.bakhtech-click-call__button:hover,
.bakhtech-click-call__button:focus {
	box-shadow: 0 20px 40px rgba(15, 118, 110, 0.28);
	color: var(--bakhtech-call-text) !important;
	filter: saturate(1.08);
	outline: none;
	text-decoration: none !important;
	transform: translateY(-1px);
}

.bakhtech-click-call__button:focus-visible {
	outline: 3px solid rgba(20, 184, 166, 0.28);
	outline-offset: 3px;
}

.bakhtech-click-call__icon {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
	justify-content: center;
}

.bakhtech-click-call__icon svg {
	display: block;
	height: 1.1rem;
	width: 1.1rem;
}

.bakhtech-click-call__label {
	display: inline-block;
}

.bakhtech-click-call__label--mobile {
	display: none;
}

@media (max-width: 782px) {
	.bakhtech-click-call {
		margin-inline-start: 0.5rem;
	}

	.bakhtech-click-call__button {
		gap: 0;
		min-height: 42px;
		min-width: 42px;
		padding: 0.75rem;
	}

	.bakhtech-click-call--floating .bakhtech-click-call__button {
		font-size: 0.8125rem;
		max-width: min(calc(100vw - 1.25rem), 180px);
		min-height: 36px;
		min-width: 36px;
		padding: 0.5625rem 0.7rem;
	}

	.bakhtech-click-call__label--desktop {
		display: none;
	}

	.bakhtech-click-call__button.has-mobile-text {
		gap: 0.5rem;
		padding-inline: 0.9rem;
	}

	.bakhtech-click-call--floating .bakhtech-click-call__button.has-mobile-text {
		gap: 0.35rem;
		padding-inline: 0.7rem;
	}

	.bakhtech-click-call--floating .bakhtech-click-call__icon svg {
		height: 0.95rem;
		width: 0.95rem;
	}

	.bakhtech-click-call__button.has-mobile-text .bakhtech-click-call__label--mobile {
		display: inline-block;
	}
}

@media (max-width: 420px) {
	.bakhtech-click-call--floating .bakhtech-click-call__button {
		max-width: min(calc(100vw - 1rem), 160px);
	}

	.bakhtech-click-call--floating .bakhtech-click-call__button.has-mobile-text {
		padding-inline: 0.625rem;
	}
}
