.mchh-seo-push-popup {
	box-sizing: border-box;
	font-family: "Prompt", "Kanit", var(--mchh-seo-push-site-font-family, system-ui, sans-serif);
	left: 0;
	padding: 0 16px;
	position: fixed;
	right: 0;
	top: max(16px, env(safe-area-inset-top));
	z-index: 2147483647;
}

.mchh-seo-push-popup *,
.mchh-seo-push-popup *::before,
.mchh-seo-push-popup *::after {
	box-sizing: border-box;
}

.mchh-seo-push-card {
	background: #111;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 18px;
	box-shadow: 0 14px 40px rgba(0, 0, 0, 0.32);
	color: #fff;
	margin: 0 auto;
	max-width: 440px;
	padding: 18px;
	position: relative;
	width: 100%;
}

.mchh-seo-push-content {
	min-width: 0;
	width: 100%;
}

.mchh-seo-push-content h2 {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 0 0 6px;
}

.mchh-seo-push-content p {
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
	line-height: 1.45;
	margin: 0;
}

.mchh-seo-push-status {
	color: #ffcf33;
	font-size: 13px;
	line-height: 1.4;
	margin-top: 10px;
	min-height: 0;
}

.mchh-seo-push-actions {
	display: flex;
	gap: 8px;
	justify-content: flex-end;
	margin-top: 14px;
}

.mchh-seo-push-popup .mchh-seo-push-actions button {
	appearance: none;
	background: transparent;
	border: 0;
	box-shadow: none;
	color: inherit;
	cursor: pointer;
	font: inherit;
	margin: 0;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	transition: none;
}

.mchh-seo-push-popup .mchh-seo-push-actions .mchh-seo-push-later,
.mchh-seo-push-popup .mchh-seo-push-actions .mchh-seo-push-allow {
	align-items: center;
	border: 0;
	border-radius: 999px;
	box-shadow: none;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	justify-content: center;
	line-height: 1;
	min-height: 42px;
	padding: 0 16px;
	white-space: nowrap;
}

.mchh-seo-push-popup .mchh-seo-push-actions .mchh-seo-push-later {
	background: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.86);
}

.mchh-seo-push-popup .mchh-seo-push-actions .mchh-seo-push-allow {
	background: #9eff00;
	color: #111;
}

.mchh-seo-push-popup .mchh-seo-push-actions .mchh-seo-push-allow:disabled {
	cursor: wait;
	opacity: 0.7;
}

@media (max-width: 360px) {
	.mchh-seo-push-card {
		padding: 14px;
	}

	.mchh-seo-push-actions {
		flex-direction: column-reverse;
	}

	.mchh-seo-push-popup .mchh-seo-push-actions .mchh-seo-push-later,
	.mchh-seo-push-popup .mchh-seo-push-actions .mchh-seo-push-allow {
		width: 100%;
	}
}
