.dwow-button-wrapper {
	margin-top: 14px;
	clear: both;
	direction: rtl;
}

.dwow-place-order-button {
	width: 100%;
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 14px 18px !important;
	border-radius: 14px !important;
	background: linear-gradient(135deg, #0f766e 0%, #115e59 100%) !important;
	border: 0 !important;
	box-shadow: 0 10px 24px rgba(15, 118, 110, 0.18);
	transition: all .25s ease;
	min-height: 64px;
}

.dwow-place-order-button:hover {
	transform: translateY(-1px);
	box-shadow: 0 14px 28px rgba(15, 118, 110, 0.24);
}

.dwow-place-order-button.processing {
	opacity: 0.8;
	pointer-events: none;
}

.dwow-btn-main {
	font-size: 17px;
	font-weight: 700;
	line-height: 1.3;
	color: #fff;
}

.dwow-btn-balance {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 4px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	color: #ecfeff;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
}

.dwow-balance-label {
	opacity: .92;
}

.dwow-balance-value .woocommerce-Price-amount,
.dwow-balance-value {
	color: #ffffff;
	font-weight: 700;
}

#dwow-message {
	margin-top: 12px;
	padding: 12px 14px;
	border-radius: 12px;
	font-size: 14px;
	line-height: 1.7;
}

#dwow-message.woocommerce-error {
	display: block;
	background: #fff1f2;
	border: 1px solid #fecdd3;
	color: #9f1239;
}

#dwow-message.woocommerce-message {
	display: block;
	background: #ecfdf5;
	border: 1px solid #a7f3d0;
	color: #065f46;
}

/* Required field error highlight (dwow-frontend.js adds this class) */
form.cart .dwow-field-error,
form.cart .dwow-field-error:focus {
    border-color: #e2401c !important;
    box-shadow: 0 0 0 2px rgba(226, 64, 28, 0.18) !important;
    outline: none;
}
