.edove-push-alerts-widget[hidden],
.edove-push-alerts-popup[hidden],
.edove-push-alerts-backdrop[hidden],
.edove-push-alerts-email-field[hidden] {
	display: none !important;
}

.edove-push-alerts-widget {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	position: fixed;
	z-index: 99999;
}

.edove-push-alerts-widget[data-edove-push-alerts-layout="corner_bell"] {
	bottom: 22px;
	right: 22px;
}

.edove-push-alerts-widget[data-edove-push-alerts-layout="center_modal"] {
	inset: 0;
	pointer-events: none;
}

.edove-push-alerts-widget[data-edove-push-alerts-layout="top_alert"] {
	left: 50%;
	top: 18px;
	transform: translateX(-50%);
	width: min(720px, calc(100vw - 28px));
}

.edove-push-alerts-backdrop {
	background: rgba(15, 23, 42, 0.42);
	inset: 0;
	position: fixed;
}

.edove-push-alerts-bell {
	align-items: center;
	background: #1d4ed8;
	border: 0;
	border-radius: 999px;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.22);
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 24px;
	height: 58px;
	justify-content: center;
	line-height: 1;
	transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
	width: 58px;
}

.edove-push-alerts-widget[data-edove-push-alerts-layout="center_modal"] .edove-push-alerts-bell,
.edove-push-alerts-widget[data-edove-push-alerts-layout="top_alert"] .edove-push-alerts-bell {
	display: none;
}

.edove-push-alerts-bell:hover,
.edove-push-alerts-bell:focus {
	background: #1e40af;
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.28);
	transform: translateY(-1px);
}

.edove-push-alerts-bell:focus,
.edove-push-alerts-allow:focus,
.edove-push-alerts-later:focus,
.edove-push-alerts-popup-close:focus,
.edove-push-alerts-email-field input:focus {
	outline: 3px solid rgba(29, 78, 216, 0.28);
	outline-offset: 3px;
}

.edove-push-alerts-popup {
	background: #fff;
	border: 1px solid rgba(15, 23, 42, 0.1);
	border-radius: 10px;
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.2);
	box-sizing: border-box;
	padding: 20px;
	position: absolute;
	width: 350px;
}

.edove-push-alerts-widget[data-edove-push-alerts-layout="corner_bell"] .edove-push-alerts-popup {
	bottom: 74px;
	right: 0;
}

.edove-push-alerts-widget[data-edove-push-alerts-layout="center_modal"] .edove-push-alerts-popup {
	left: 50%;
	max-width: calc(100vw - 32px);
	pointer-events: auto;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 390px;
}

.edove-push-alerts-widget[data-edove-push-alerts-layout="top_alert"] .edove-push-alerts-popup {
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
}

.edove-push-alerts-widget[data-edove-push-alerts-layout="corner_bell"] .edove-push-alerts-popup::after {
	background: #fff;
	border-bottom: 1px solid rgba(15, 23, 42, 0.1);
	border-right: 1px solid rgba(15, 23, 42, 0.1);
	bottom: -7px;
	content: "";
	height: 14px;
	position: absolute;
	right: 22px;
	transform: rotate(45deg);
	width: 14px;
}

.edove-push-alerts-popup-close {
	background: transparent;
	border: 0;
	color: #64748b;
	cursor: pointer;
	font-size: 22px;
	line-height: 1;
	padding: 0;
	position: absolute;
	right: 14px;
	top: 12px;
}

.edove-push-alerts-popup h2 {
	color: #0f172a;
	font-size: 19px;
	font-weight: 750;
	line-height: 1.3;
	margin: 0 26px 8px 0;
}

.edove-push-alerts-popup p {
	color: #475569;
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 16px;
}

.edove-push-alerts-email-field {
	margin: 0 0 14px;
}

.edove-push-alerts-email-field label {
	color: #334155;
	display: block;
	font-size: 12px;
	font-weight: 700;
	margin: 0 0 6px;
}

.edove-push-alerts-email-field input {
	background: #fff;
	border: 1px solid #cbd5e1;
	border-radius: 7px;
	box-sizing: border-box;
	color: #0f172a;
	font-size: 14px;
	min-height: 40px;
	padding: 8px 10px;
	width: 100%;
}

.edove-push-alerts-actions {
	display: flex;
	gap: 10px;
}

.edove-push-alerts-allow,
.edove-push-alerts-later {
	border-radius: 6px;
	cursor: pointer;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	padding: 10px 12px;
}

.edove-push-alerts-allow {
	background: #1d4ed8;
	border: 1px solid #1d4ed8;
	color: #fff;
}

.edove-push-alerts-allow:hover,
.edove-push-alerts-allow:focus {
	background: #1e40af;
	border-color: #1e40af;
}

.edove-push-alerts-allow:disabled,
.edove-push-alerts-later:disabled {
	cursor: progress;
	opacity: 0.75;
}

.edove-push-alerts-later {
	background: #fff;
	border: 1px solid #cbd5e1;
	color: #334155;
}

.edove-push-alerts-later:hover,
.edove-push-alerts-later:focus {
	background: #f8fafc;
	border-color: #94a3b8;
}

.edove-push-alerts-status-message {
	color: #64748b !important;
	font-size: 12px !important;
	margin: 12px 0 0 !important;
}

@media (max-width: 480px) {
	.edove-push-alerts-widget[data-edove-push-alerts-layout="corner_bell"] {
		bottom: 16px;
		right: 16px;
	}

	.edove-push-alerts-widget[data-edove-push-alerts-layout="top_alert"] {
		top: 10px;
		width: calc(100vw - 20px);
	}

	.edove-push-alerts-widget[data-edove-push-alerts-layout="corner_bell"] .edove-push-alerts-popup {
		bottom: 70px;
		right: 0;
		width: min(330px, calc(100vw - 32px));
	}

	.edove-push-alerts-widget[data-edove-push-alerts-layout="center_modal"] .edove-push-alerts-popup {
		width: calc(100vw - 28px);
	}

	.edove-push-alerts-actions {
		flex-direction: column;
	}

	.edove-push-alerts-allow,
	.edove-push-alerts-later {
		width: 100%;
	}
}