.wcno-button {
	cursor: pointer;
}

.wcno-modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba( 0, 0, 0, 0.6 );
	z-index: 100000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 20px;
	box-sizing: border-box;
}

body.wcno-modal-open {
	overflow: hidden;
}

.wcno-modal {
	background: #fff;
	max-width: 420px;
	width: 100%;
	border-radius: 6px;
	padding: 28px 24px 24px;
	position: relative;
	box-shadow: 0 10px 40px rgba( 0, 0, 0, 0.2 );
	box-sizing: border-box;
	max-height: 90vh;
	overflow-y: auto;
}

.wcno-modal h2 {
	margin: 0 0 12px;
	font-size: 1.2em;
	padding-right: 24px;
}

.wcno-modal-description {
	margin: 0 0 16px;
	color: #555;
	font-size: 0.95em;
	line-height: 1.6;
}

.wcno-modal-close {
	position: absolute;
	top: 12px;
	right: 14px;
	background: none;
	border: none;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	color: #666;
	padding: 4px;
}

.wcno-modal-close:hover {
	color: #000;
}

.wcno-form-row {
	margin: 0 0 14px;
}

.wcno-form-row label {
	display: block;
	margin-bottom: 6px;
	font-weight: 600;
	font-size: 0.9em;
}

.wcno-form-row input[type="email"] {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 1em;
}

.wcno-privacy-row label {
	font-weight: normal;
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 0.85em;
	line-height: 1.6;
	color: #555;
}

.wcno-privacy-row input[type="checkbox"] {
	margin-top: 3px;
	flex-shrink: 0;
}

.wcno-form-message {
	min-height: 1.4em;
	font-size: 0.9em;
	margin: 0 0 10px;
}

.wcno-form-message.wcno-error {
	color: #c0392b;
}

.wcno-form-message.wcno-success {
	color: #2e7d32;
	font-weight: 600;
}

.wcno-form-submit-row {
	margin-top: 18px;
}

.wcno-form-submit-row .wcno-submit-button,
.wcno-form-submit-row .wcno-close-button {
	width: 100%;
}

.wcno-close-button {
	background: #e5e5e5;
	border-color: #ccc;
	color: #333;
}

.wcno-close-button:hover {
	background: #d5d5d5;
	color: #000;
}

.wcno-variable-waitlist {
	margin: 12px 0;
}
