.dzupn-prompt,
.dzupn-ios-onboarding {
	box-sizing: border-box;
	color: #111827;
	font-family: inherit;
}

.dzupn-prompt {
	background: #ffffff;
	border: 1px solid rgba(17, 24, 39, 0.12);
	border-radius: 8px;
	bottom: 16px;
	box-shadow: 0 18px 50px rgba(17, 24, 39, 0.18);
	left: 16px;
	max-width: min(420px, calc(100vw - 32px));
	padding: 18px;
	position: fixed;
	right: 16px;
	z-index: 99998;
}

.dzupn-prompt[hidden],
.dzupn-ios-onboarding[hidden] {
	display: none !important;
}

.dzupn-prompt__title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 8px;
}

.dzupn-prompt__body {
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
}

.dzupn-prompt__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 16px;
}

.dzupn-prompt__button {
	align-items: center;
	border: 1px solid #d1d5db;
	border-radius: 6px;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 14px;
	font-weight: 600;
	justify-content: center;
	line-height: 1.2;
	min-height: 42px;
	padding: 10px 14px;
	text-decoration: none;
	transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease;
}

.dzupn-prompt__button--primary {
	background: #111827;
	border-color: #111827;
	color: #ffffff;
}

.dzupn-prompt__button--secondary {
	background: #ffffff;
	color: #111827;
}

.dzupn-prompt__button--plain {
	background: transparent;
	border-color: transparent;
	color: #4b5563;
}

.dzupn-prompt__button:focus-visible {
	outline: 3px solid rgba(37, 99, 235, 0.35);
	outline-offset: 2px;
}

.dzupn-prompt__button[disabled] {
	cursor: wait;
	opacity: 0.7;
}

.dzupn-ios-onboarding {
	background: rgba(17, 24, 39, 0.48);
	inset: 0;
	position: fixed;
	z-index: 99999;
}

.dzupn-ios-onboarding__sheet {
	background: #ffffff;
	border-radius: 8px 8px 0 0;
	bottom: 0;
	left: 0;
	padding: 20px;
	position: absolute;
	right: 0;
}

.dzupn-ios-onboarding__title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 10px;
}

.dzupn-ios-onboarding__copy {
	font-size: 14px;
	line-height: 1.55;
	margin: 0 0 16px;
}

.dzupn-ios-onboarding__steps {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 0 0 18px;
	padding: 0;
}

.dzupn-ios-onboarding__steps li {
	align-items: center;
	display: grid;
	font-size: 14px;
	gap: 10px;
	grid-template-columns: 30px 1fr;
	line-height: 1.35;
}

.dzupn-ios-onboarding__steps span {
	align-items: center;
	background: #111827;
	border-radius: 999px;
	color: #ffffff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	height: 30px;
	justify-content: center;
	width: 30px;
}

.dzupn-ios-onboarding__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

@media (min-width: 560px) {
	.dzupn-prompt {
		left: auto;
		right: 24px;
	}

	.dzupn-ios-onboarding__sheet {
		border-radius: 8px;
		bottom: 24px;
		left: 50%;
		max-width: 460px;
		right: auto;
		transform: translateX(-50%);
		width: calc(100vw - 48px);
	}
}
