.wa-suhtlus-button {
	--wa-button-color: #25d366;
	--wa-text-color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	box-sizing: border-box;
	min-height: 52px;
	padding: 12px 18px;
	border: 0;
	border-radius: 999px;
	background: var(--wa-button-color);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
	color: var(--wa-text-color);
	font: 600 16px/1.2 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	text-decoration: none;
	transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.wa-suhtlus-button:visited {
	color: var(--wa-text-color);
}

.wa-suhtlus-button:hover {
	color: var(--wa-text-color);
	filter: brightness(0.96);
	transform: translateY(-2px);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.24);
}

.wa-suhtlus-button:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 3px;
	box-shadow: 0 0 0 6px rgba(37, 211, 102, 0.5);
}

.wa-suhtlus-icon {
	width: 28px;
	height: 28px;
	flex: 0 0 28px;
}

.wa-suhtlus-floating {
	position: fixed;
	z-index: 99999;
	max-width: calc(100vw - 48px);
}

.wa-suhtlus-tawk-launcher {
	position: fixed;
	z-index: 99999;
	max-width: calc(100vw - 48px);
	cursor: pointer;
}

.wa-suhtlus-tawk-launcher[hidden] {
	display: none !important;
}

.wa-suhtlus-tawk-launcher.is-loading {
	cursor: wait;
	opacity: 0.82;
}

.wa-suhtlus-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.wa-suhtlus-inline {
	margin-block: 8px;
}

@media (max-width: 480px) {
	.wa-suhtlus-floating,
	.wa-suhtlus-tawk-launcher {
		width: 56px;
		height: 56px;
		min-height: 56px;
		padding: 0;
	}

	.wa-suhtlus-floating .wa-suhtlus-label,
	.wa-suhtlus-tawk-launcher .wa-suhtlus-label {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border: 0;
	}

	.wa-suhtlus-floating .wa-suhtlus-icon,
	.wa-suhtlus-tawk-launcher .wa-suhtlus-icon {
		width: 30px;
		height: 30px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.wa-suhtlus-button {
		transition: none;
	}
}
