.wwo-wrap {
	margin: 10px 0;
	clear: both;
}

.wwo-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 10px 20px;
	text-decoration: none !important;
	font-weight: 600;
	line-height: 1.2;
	border: none;
	cursor: pointer;
	transition: background-color .2s ease, transform .1s ease;
}

.wwo-button:active {
	transform: scale(0.98);
}

.wwo-button .wwo-icon {
	width: 18px;
	height: 18px;
	flex: 0 0 auto;
}

.wwo-size-small {
	padding: 6px 14px;
	font-size: 13px;
}
.wwo-size-small .wwo-icon { width: 14px; height: 14px; }

.wwo-size-medium {
	padding: 10px 20px;
	font-size: 15px;
}

.wwo-size-large {
	padding: 14px 28px;
	font-size: 17px;
}
.wwo-size-large .wwo-icon { width: 22px; height: 22px; }

.wwo-full-width {
	display: flex;
	width: 100%;
}

/* Floating button */
.wwo-floating-btn {
	position: fixed;
	bottom: 24px;
	z-index: 99999;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 14px rgba(0,0,0,0.25);
	text-decoration: none;
}

.wwo-floating-btn .wwo-icon {
	width: 30px;
	height: 30px;
}

.wwo-pos-right { right: 24px; }
.wwo-pos-left { left: 24px; }

@media (max-width: 480px) {
	.wwo-floating-btn {
		width: 52px;
		height: 52px;
		bottom: 16px;
	}
	.wwo-pos-right { right: 16px; }
	.wwo-pos-left { left: 16px; }
}
