/*
Theme Name: Meopham
Version: 1.0
*/

/* WhatsApp Button Styles */
.whatsapp-button {
	position: fixed;
	bottom: 25px;
	right: 15px; 
	z-index: 1000;
	display: flex;
	align-items: center;
}

.whatsapp-link {
	display: flex;
	align-items: center;
	text-decoration: none;
}

.whatsapp-text {
	background-color: #25D366;
	color: white;
	margin-right: 15px;;
	padding: 18px 10px;
	font-size: 14px;
	border-radius: 50px;
}

.whatsapp-icon {
	background-color: #25D366;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-left: -10px;
}

.whatsapp-icon svg {
	fill: white;
	width: 24px;
	height: 24px;
}
