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

.wcsn-popup-box {
	position: relative;
	background: #fff;
	max-width: 420px;
	width: 100%;
	padding: 32px 28px;
	border-radius: 8px;
	box-shadow: 0 10px 40px rgba( 0, 0, 0, 0.2 );
	text-align: center;
	font-family: inherit;
}

.wcsn-popup-box h2 {
	margin: 0 0 12px;
	font-size: 22px;
}

.wcsn-popup-box p {
	margin: 0 0 20px;
	color: #555;
	font-size: 14px;
}

.wcsn-popup-close {
	position: absolute;
	top: 8px;
	right: 12px;
	background: none;
	border: none;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	color: #888;
}

.wcsn-popup-close:hover {
	color: #111;
}

.wcsn-subscribe-form {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
}

.wcsn-email-input {
	flex: 1 1 220px;
	padding: 10px 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
}

.wcsn-submit-button {
	padding: 10px 18px;
	background: #333;
	color: #fff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
	white-space: nowrap;
}

.wcsn-submit-button:hover {
	background: #111;
}

.wcsn-submit-button:disabled {
	opacity: 0.6;
	cursor: default;
}

.wcsn-form-message {
	width: 100%;
	font-size: 13px;
	margin-top: 8px;
}

.wcsn-form-message.wcsn-success {
	color: #1a7a3c;
}

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