.pr-push-settings-card {
	margin-top: 1rem;
}

.pr-pwa-setup {
	scroll-margin-top: 5rem;
}

.pr-pwa-setup__eyebrow {
	margin: 0 0 0.35rem;
	color: #d64045;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.pr-pwa-setup-step {
	margin-top: 1rem;
	padding: 1rem;
	border: 1px solid #e4eaf2;
	border-radius: 18px;
	background: #fff;
}

.pr-pwa-setup-step.is-complete {
	border-color: #b8dec7;
	background: #f6fff9;
}

.pr-pwa-setup-step__header {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 0.6rem;
	margin-bottom: 0.45rem;
}

.pr-pwa-setup-step__header h3 {
	margin: 0;
	font-size: 1rem;
	color: #183153;
}

.pr-pwa-setup-step__number,
.pr-pwa-setup-step__status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 1.7rem;
	padding: 0.2rem 0.55rem;
	border-radius: 999px;
	font-size: 0.75rem;
	font-weight: 800;
	white-space: nowrap;
}

.pr-pwa-setup-step__number {
	background: #fff0f1;
	color: #d64045;
}

.pr-pwa-setup-step__status {
	background: #eef3f9;
	color: #183153;
}

.pr-push-settings-actions {
	align-items: stretch;
	gap: 0.65rem;
}

.pr-push-settings-actions button[hidden] {
	display: none;
}

.pr-pwa-install-card {
	margin: 0 0 1rem;
	padding: 1rem;
	border: 1px solid #f0cfd2;
	border-radius: 18px;
	background: #fff8f8;
	box-shadow: 0 10px 24px rgb(24 49 83 / 8%);
	color: #16233b;
}

.pr-pwa-install-card--dashboard {
	display: grid;
	justify-items: center;
	gap: 0.75rem;
	margin: 0.35rem auto 1rem;
	background: linear-gradient(135deg, #fff5f6 0%, #ffffff 100%);
	text-align: center;
}

.pr-pwa-install-card__icon {
	display: grid;
	width: 2.9rem;
	height: 2.9rem;
	place-items: center;
	border-radius: 1rem;
	background: #fff0f1;
	font-size: 1.55rem;
}

.pr-pwa-install-card__payris {
	display: grid;
	width: clamp(4.2rem, 18vw, 5.4rem);
	height: clamp(4.2rem, 18vw, 5.4rem);
	place-items: center;
	overflow: hidden;
	border: 2px solid #fff;
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 8px 20px rgb(24 49 83 / 10%);
	color: #183153;
	font-size: 0.78rem;
	font-weight: 800;
}

.pr-pwa-install-card__payris img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.pr-pwa-install-card__body {
	min-width: 0;
	width: 100%;
}

.pr-pwa-install-card__title {
	margin: 0 0 0.45rem;
	color: #183153;
	font-size: clamp(1.05rem, 4.5vw, 1.22rem);
	font-weight: 900;
	line-height: 1.35;
}

.pr-pwa-install-card__lead,
.pr-pwa-install-card__android {
	margin: 0.35rem 0;
	line-height: 1.55;
}

.pr-pwa-install-card__lead {
	font-size: clamp(0.93rem, 3.8vw, 1rem);
}

.pr-pwa-install-card__lead-line {
	display: block;
	white-space: nowrap;
}

.pr-pwa-install-card__bookmark {
	margin-top: 0.75rem;
	text-align: center;
}

.pr-pwa-install-card__bookmark-intro {
	margin: 0 0 0.25rem;
	color: #5a687c;
	font-size: 0.86rem;
}

.pr-pwa-install-card__bookmark-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2rem;
	padding: 0;
	border: 0;
	background: transparent;
	color: #183153;
	font: inherit;
	font-size: 0.92rem;
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 0.18em;
	cursor: pointer;
}

.pr-pwa-install-card__bookmark-link:focus-visible {
	outline: 3px solid rgb(214 64 69 / 28%);
	outline-offset: 3px;
	border-radius: 8px;
}

.pr-pwa-install-card__bookmark-help {
	margin: 0.45rem auto 0;
	max-width: 22rem;
	padding: 0.55rem 0.65rem;
	border-radius: 12px;
	background: #f5f7fb;
	color: #42526b;
	font-size: 0.85rem;
	line-height: 1.55;
}

.pr-pwa-install-card__bookmark-help[hidden] {
	display: none;
}

.pr-pwa-install-steps {
	display: grid;
	gap: 0.45rem;
	margin: 0.75rem 0;
	padding-left: 1.35rem;
}

.pr-pwa-install-steps--visual {
	margin-top: 0.65rem;
	padding-left: 0;
	list-style: none;
}

.pr-pwa-install-steps--visual li {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 0.65rem;
	padding: 0.65rem;
	border: 1px solid #edf1f7;
	border-radius: 14px;
	background: #fbfdff;
}

.pr-pwa-install-steps__icon {
	display: inline-grid;
	width: 2rem;
	height: 2rem;
	place-items: center;
	border-radius: 0.75rem;
	background: #fff0f1;
	color: #d64045;
	font-weight: 900;
}

.pr-pwa-platform-tabs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.45rem;
	margin: 0.8rem 0;
	padding: 0.25rem;
	border-radius: 999px;
	background: #f2f5fa;
}

.pr-pwa-platform-tab {
	min-height: 2.4rem;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: #183153;
	font-weight: 800;
	cursor: pointer;
}

.pr-pwa-platform-tab.is-active {
	background: #d64045;
	color: #fff;
	box-shadow: 0 0.45rem 1rem rgb(214 64 69 / 18%);
}

.pr-pwa-platform-guide[hidden],
.pr-pwa-install-card__button[hidden] {
	display: none;
}

.pr-pwa-safari-helper {
	margin: 0.75rem 0;
	padding: 0.9rem;
	border: 1px solid #f0cfd2;
	border-radius: 16px;
	background: #fff8f8;
}

.pr-pwa-safari-helper[hidden] {
	display: none;
}

.pr-pwa-safari-helper h4 {
	margin: 0 0 0.35rem;
	color: #183153;
	font-size: 1rem;
}

.pr-pwa-safari-helper p {
	margin: 0.35rem 0;
	line-height: 1.7;
}

.pr-helper-text.is-emphasized,
.pr-pwa-platform-guide .is-emphasized {
	color: #d64045;
	font-weight: 800;
}

.pr-pwa-install-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	margin-top: 0.8rem;
}

.pr-pwa-install-card--dashboard .pr-pwa-install-card__actions {
	justify-content: center;
}

.pr-pwa-install-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.75rem;
	padding: 0.72rem 1rem;
	border: 1px solid #d64045;
	border-radius: 999px;
	background: #d64045;
	color: #fff;
	font-weight: 800;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.pr-pwa-install-card__button--secondary {
	background: #fff;
	color: #183153;
	border-color: #d8e0ea;
}

@media (max-width: 640px) {
	.pr-pwa-install-card {
		margin-right: 0;
		margin-left: 0;
	}

	.pr-pwa-install-card--dashboard {
		justify-items: center;
		text-align: center;
	}

	.pr-pwa-install-card__icon {
		width: 2.6rem;
		height: 2.6rem;
	}

	.pr-pwa-setup-step {
		padding: 0.9rem;
	}

	.pr-pwa-setup-step__header {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.pr-pwa-install-card__actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.pr-pwa-install-card__button {
		width: 100%;
	}
}
