.wcwob-wrapper {
	margin-top: 16px;
}

.wcwob-fallback-host {
	display: none;
}

.wcwob-button.button.alt {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	padding: 14px 18px;
	border: 1px solid #1f9d55;
	border-radius: 8px;
	background: #25d366;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 10px 24px rgba(37, 211, 102, 0.18);
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.wcwob-button.button.alt:hover,
.wcwob-button.button.alt:focus {
	background: #1ebe5d;
	color: #ffffff;
	transform: translateY(-1px);
	box-shadow: 0 14px 28px rgba(37, 211, 102, 0.22);
}

.wcwob-button__icon {
	display: inline-flex;
	width: 20px;
	height: 20px;
	line-height: 0;
}

.wcwob-button__icon svg {
	width: 20px;
	height: 20px;
}

.wcwob-wrapper--checkout {
	margin-top: 18px;
}

.woocommerce-checkout .wcwob-button.button.alt {
	margin-bottom: 12px;
}

.wc-block-cart .wcwob-wrapper,
.wc-block-checkout .wcwob-wrapper {
	margin-top: 20px;
}
