.my-chat-launcher {
	position: fixed;
	right: 10px;
	bottom: 10px;
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	border-radius: 9999px;
	padding: .75rem 1rem;
	color: #fff;
	background: #ffffff;
	border: 0;
	cursor: pointer;
	box-shadow: 0 6px 16px rgba(0,0,0,.2);
	z-index: 9999;
}

.my-chat-launcher img {
	width: 80px;
	height: 80px;
	display: block;
}

#amazon-connect-open-widget-button{
	position: absolute !important;
	left: -9999px !important;
	opacity: 0 !important;
}
