html body .nkv-outer-wrap {
	all: initial;
	display: block !important;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
	max-width: 640px !important;
	margin: 0 auto !important;
}

html body .nkv-outer-wrap .nkv-wrap {
	display: block !important;
	background: #fff !important;
	background-color: #fff !important;
	color: #222 !important;
	-webkit-text-fill-color: #222 !important;
	border: 1px solid #e2e2e2 !important;
	border-radius: 10px !important;
	padding: 24px !important;
	margin: 20px 0 !important;
	box-sizing: border-box !important;
}

html body .nkv-outer-wrap .nkv-wrap * { box-sizing: border-box !important; }

html body .nkv-outer-wrap .nkv-event-title {
	margin: 0 0 6px 0 !important;
	font-size: 22px !important;
	color: #222 !important;
	-webkit-text-fill-color: #222 !important;
}

html body .nkv-outer-wrap .nkv-event-meta,
html body .nkv-outer-wrap .nkv-price,
html body .nkv-outer-wrap .nkv-available {
	margin: 4px 0 !important;
	color: #444 !important;
	-webkit-text-fill-color: #444 !important;
	font-size: 14px !important;
}

html body .nkv-outer-wrap .nkv-available { color: #226622 !important; -webkit-text-fill-color: #226622 !important; font-weight: 600 !important; }
html body .nkv-outer-wrap .nkv-payment-note { color: #666 !important; -webkit-text-fill-color: #666 !important; font-size: 13px !important; margin: 4px 0 14px 0 !important; }
html body .nkv-outer-wrap .nkv-soldout { color: #a11212 !important; -webkit-text-fill-color: #a11212 !important; font-weight: 700 !important; }

html body .nkv-outer-wrap .nkv-form-row {
	display: flex !important;
	gap: 16px !important;
	margin: 18px 0 0 0 !important;
	flex-wrap: wrap !important;
}

html body .nkv-outer-wrap .nkv-form-row label,
html body .nkv-outer-wrap label.nkv-full,
html body .nkv-outer-wrap label.nkv-consent,
html body div.nkv-outer-wrap form label {
	flex: 1 1 220px !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: flex-start !important;
	align-items: stretch !important;
	float: none !important;
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
	line-height: normal !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	color: #444 !important;
	-webkit-text-fill-color: #444 !important;
	gap: 6px !important;
	padding: 0 !important;
	margin: 0 0 14px 0 !important;
}

html body .nkv-outer-wrap input[type="text"],
html body .nkv-outer-wrap input[type="email"],
html body .nkv-outer-wrap input[type="number"],
html body .nkv-outer-wrap select {
	background: #fff !important;
	background-color: #fff !important;
	color: #222 !important;
	-webkit-text-fill-color: #222 !important;
	border: 1px solid #ccc !important;
	border-radius: 6px !important;
	padding: 10px 12px !important;
	margin: 0 !important;
	float: none !important;
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
	line-height: normal !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	width: 100% !important;
	appearance: none !important;
}

html body .nkv-outer-wrap .nkv-honeypot-field {
	position: absolute !important;
	left: -9999px !important;
	top: -9999px !important;
}

html body .nkv-outer-wrap .nkv-consent {
	flex-direction: row !important;
	align-items: flex-start !important;
	font-weight: 400 !important;
	font-size: 12px !important;
}
html body .nkv-outer-wrap .nkv-consent input[type="checkbox"] {
	width: auto !important;
	margin-right: 8px !important;
	margin-top: 3px !important;
}
html body .nkv-outer-wrap .nkv-consent a {
	color: #1d5fa8 !important;
	-webkit-text-fill-color: #1d5fa8 !important;
}

html body .nkv-outer-wrap .nkv-submit-btn {
	background: #1d5fa8 !important;
	background-color: #1d5fa8 !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	border: none !important;
	border-radius: 6px !important;
	padding: 12px 28px !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	cursor: pointer !important;
	appearance: none !important;
}

html body .nkv-outer-wrap .nkv-form-message {
	margin-top: 14px !important;
	padding: 12px !important;
	border-radius: 6px !important;
	font-size: 14px !important;
}
html body .nkv-outer-wrap .nkv-form-message.nkv-success { background: #eafbea !important; background-color: #eafbea !important; color: #226622 !important; -webkit-text-fill-color: #226622 !important; }
html body .nkv-outer-wrap .nkv-form-message.nkv-error { background: #fde3e3 !important; background-color: #fde3e3 !important; color: #a11212 !important; -webkit-text-fill-color: #a11212 !important; }

@media (max-width: 600px) {
	html body .nkv-outer-wrap .nkv-form-row { flex-direction: column !important; gap: 0 !important; }
	html body .nkv-outer-wrap .nkv-form-row label,
	html body .nkv-outer-wrap label.nkv-full,
	html body .nkv-outer-wrap label.nkv-consent,
	html body div.nkv-outer-wrap form label {
		flex: 1 1 auto !important;
	}
}
