.creator-woo-newsletter-popup[hidden] {
	display: none;
}

.creator-woo-newsletter-popup {
	position: fixed;
	inset: 0;
	z-index: 99998;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 18px;
	background: rgba(15, 23, 42, 0.48);
}

.creator-woo-newsletter-popup__panel {
	position: relative;
	width: min(100%, 440px);
	max-height: calc(100vh - 36px);
	overflow: auto;
	padding: 22px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 24px 80px rgba(15, 23, 42, 0.24);
	color: #111827;
}

.creator-woo-newsletter-popup__panel h2 {
	margin: 0 32px 8px 0;
	font-size: 22px;
	line-height: 1.2;
}

.creator-woo-newsletter-popup__panel p {
	margin: 0 0 12px;
	line-height: 1.45;
}

.creator-woo-newsletter-popup__close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 32px;
	height: 32px;
	border: 0;
	border-radius: 999px;
	background: #f3f4f6;
	color: #111827;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
}

.creator-woo-newsletter-form label {
	display: block;
	font-size: 14px;
	font-weight: 700;
}

.creator-woo-newsletter-form input[type="text"],
.creator-woo-newsletter-form input[type="email"] {
	box-sizing: border-box;
	width: 100%;
	min-height: 42px;
	margin-top: 5px;
	border: 1px solid #d1d5db;
	border-radius: 6px;
	padding: 8px 10px;
	font-size: 15px;
}

.creator-woo-newsletter-form input[type="checkbox"] {
	margin-right: 6px;
}

.creator-woo-newsletter-form .button,
.creator-woo-newsletter-form button {
	width: 100%;
	min-height: 44px;
	border: 0;
	border-radius: 6px;
	background: #6f4bd8;
	color: #fff;
	font-weight: 800;
	cursor: pointer;
}

@media (max-width: 480px) {
	.creator-woo-newsletter-popup {
		align-items: flex-end;
		padding: 10px;
	}

	.creator-woo-newsletter-popup__panel {
		width: 100%;
		max-height: calc(100vh - 20px);
		padding: 18px;
	}
}
