.delar-wa-float {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #25d366;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
	z-index: 9999;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
	text-decoration: none;
}

.delar-wa-float:hover,
.delar-wa-float:focus {
	background: #1ebe5d;
	transform: scale(1.08);
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
	color: #fff;
}

.delar-wa-float__icon {
	width: 32px;
	height: 32px;
	display: block;
}

@media (max-width: 600px) {
	.delar-wa-float {
		right: 16px;
		bottom: 16px;
		width: 52px;
		height: 52px;
	}

	.delar-wa-float__icon {
		width: 28px;
		height: 28px;
	}
}
