/* Base Button Styles */
.wa-btn-2f99f4af {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	border-radius: 50px;
	padding: 12px 24px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.15);
	transition: all 0.3s ease;
	z-index: 9999;
}

.wa-btn-2f99f4af:hover {
	transform: translateY(-3px);
	box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}

.wa-icon-2f99f4af {
	display: flex;
	align-items: center;
	justify-content: center;
}

.wa-text-2f99f4af {
	margin-left: 8px;
	font-weight: 600;
}

.wa-btn-2f99f4af:not(:has(.wa-text-2f99f4af)) .wa-icon-2f99f4af {
    margin-right: 0;
}

/* Position Styles */
.wa-pos-floating-br {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

.wa-pos-floating-bl {
	position: fixed;
	bottom: 20px;
	left: 20px;
}

.wa-pos-inline {
	position: relative;
}
