.obwfw-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 12px 0;
}

.obwfw-button {
	align-items: center;
	border-style: solid;
	cursor: pointer;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	justify-content: center;
	line-height: 1.2;
	text-decoration: none;
	transition: filter 0.2s ease, transform 0.2s ease;
}

.obwfw-button:hover,
.obwfw-button:focus {
	filter: brightness(0.95);
	text-decoration: none;
	transform: translateY(-1px);
}

.obwfw-order-button {
	background: #22c55e;
	border-color: #16a34a;
	border-radius: 6px;
	border-width: 0;
	color: #fff;
	padding: 12px 18px;
}

.obwfw-share-button {
	background: #111827;
	border-color: #111827;
	border-radius: 6px;
	border-width: 0;
	color: #fff;
	padding: 10px 16px;
}

.payment_method_obwfw_gateway label {
	align-items: center;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.obwfw-blocks-label {
	align-items: center;
	display: inline-flex;
	gap: 10px;
	justify-content: space-between;
	width: 100%;
}

.obwfw-blocks-icon {
	color: #16a34a;
	font-size: 12px;
	font-weight: 700;
}

@media (max-width: 600px) {
	.obwfw-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.obwfw-actions .obwfw-button {
		width: 100%;
	}
}
