.nwo-btn {
	background: #25D366 !important;
	color: #fff !important;
	border: none;
	display: inline-block;
	text-align: center;
}
.nwo-btn:hover {
	background: #1ebd5a !important;
	color: #fff !important;
}

.nwo-modal-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,0.55);
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
}

.nwo-modal {
	background: #fff;
	max-width: 420px;
	width: 100%;
	border-radius: 10px;
	padding: 28px;
	position: relative;
}

.nwo-modal-close {
	position: absolute;
	top: 10px;
	right: 14px;
	background: none;
	border: none;
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
	color: #888;
}

.nwo-modal h3 {
	margin-top: 0;
}

.nwo-modal label {
	display: block;
	font-weight: 600;
	margin: 14px 0 4px;
	font-size: 14px;
}

.nwo-modal input,
.nwo-modal textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 6px;
	box-sizing: border-box;
	font-size: 14px;
}

.nwo-modal .nwo-error {
	color: #d63638;
	font-size: 13px;
	margin: 10px 0 0;
}

.nwo-modal-step[data-step="success"] .nwo-btn {
	width: 100%;
	padding: 12px;
	border-radius: 6px;
	margin-top: 10px;
	text-decoration: none;
	font-weight: 600;
}

.nwo-modal-step[data-step="success"] .nwo-btn-secondary {
	background: #f1f1f1 !important;
	color: #222 !important;
}

#nwo-submit-order {
	width: 100%;
	padding: 12px;
	border-radius: 6px;
	margin-top: 18px;
	font-weight: 600;
	cursor: pointer;
}
