.qwpc-whatsapp-button {
	--qwpc-color: #25D366;
	--qwpc-hover: #1ebe57;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 12px;
	padding: 13px 18px;
	min-height: 48px;
	border-radius: 12px;
	background: var(--qwpc-color);
	color: #fff !important;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none !important;
	box-shadow: 0 10px 22px rgba(37, 211, 102, 0.22);
	transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.qwpc-whatsapp-button:hover,
.qwpc-whatsapp-button:focus {
	background: var(--qwpc-hover);
	color: #fff !important;
	transform: translateY(-1px);
	box-shadow: 0 13px 26px rgba(37, 211, 102, 0.28);
	outline: none;
}

.qwpc-whatsapp-icon {
	width: 22px;
	height: 22px;
	flex: 0 0 22px;
}

.qwpc-floating-button {
	position: fixed;
	right: 18px;
	bottom: var(--qwpc-floating-offset, 86px);
	z-index: 9996;
	margin: 0;
	border-radius: 999px;
	padding: 13px 18px;
}

@media (max-width: 768px) {
	.qwpc-whatsapp-button {
		width: 100%;
		font-size: 15px;
		border-radius: 10px;
	}

	.qwpc-floating-button {
		left: 14px;
		right: 14px;
		bottom: var(--qwpc-floating-offset, 86px);
		width: auto;
		min-height: 52px;
		border-radius: 14px;
	}
}

@media (min-width: 769px) {
	.qwpc-mobile-only {
		display: none !important;
	}
}
