.waoi-wrap {
	margin: 24px 0;
	text-align: center;
	clear: both;
}

.waoi-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 48px;
	padding: 12px 22px;
	border-radius: 8px;
	background: #25d366;
	color: #ffffff !important;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none !important;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.14);
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.waoi-button:hover,
.waoi-button:focus {
	background: #1ebe5d;
	color: #ffffff !important;
	transform: translateY(-1px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.waoi-button:focus-visible {
	outline: 3px solid rgba(37, 211, 102, 0.35);
	outline-offset: 3px;
}

.waoi-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}

@media (max-width: 600px) {
	.waoi-button {
		width: 100%;
		box-sizing: border-box;
		padding: 14px 18px;
	}
}
