/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.eurivana-floating-whatsapp {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9999;
	display: inline-flex;
	align-items: center;
	gap: 9px;
	min-height: 46px;
	padding: 0 17px;
	border-radius: 999px;
	background: #168c4a;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
	transition: transform .2s ease, background-color .2s ease;
}

.eurivana-floating-whatsapp:hover,
.eurivana-floating-whatsapp:focus {
	background: #106d39;
	color: #fff;
	transform: translateY(-2px);
}

.eurivana-floating-whatsapp__icon {
	display: inline-grid;
	place-items: center;
	width: 22px;
	height: 22px;
	border: 2px solid currentColor;
	border-radius: 50%;
	font-size: 15px;
}

@media (max-width: 600px) {
	.eurivana-floating-whatsapp {
		right: 14px;
		bottom: 14px;
		min-height: 44px;
		padding: 0 14px;
	}
	.eurivana-floating-whatsapp__label {
		font-size: 13px;
	}
}
