.amw-wa--fixed {
	position: fixed;
	z-index: 9999;
}

.amw-wa--bottom-right {
	right: 18px;
	bottom: 12%;
}

.amw-wa--bottom-left {
	left: 18px;
	bottom: 100px;
}

.amw-wa__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	text-decoration: none;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.amw-wa__btn--fab {
	width: 56px;
	height: 56px;
	border-radius: 50%;
}

.amw-wa__btn--text {
	border-radius: 999px;
}

.amw-wa__btn:hover {
	transform: translateY(-2px) scale(1.03);
}

@media (max-width: 767px) {
	.amw-wa--bottom-right,
	.amw-wa--bottom-left {
		bottom: 14px;
	}
}
