.pwa-install-guide {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	background: rgba(0, 0, 0, .55);
}

.pwa-install-guide__content {
	box-sizing: border-box;
	width: 100%;
	max-width: 360px;
	border-radius: 12px;
	padding: 24px 20px 20px;
	background: #fff;
	color: #222;
}

.pwa-install-guide__content h2 {
	margin: 0 0 12px;
	font-size: 20px;
	line-height: 1.35;
}

.pwa-install-guide__content p,
.pwa-install-guide__content ol {
	margin: 0 0 16px;
	font-size: 15px;
	line-height: 1.6;
}

.pwa-install-guide__content ol {
	list-style: decimal;
	padding-left: 22px;
}

.pwa-install-guide__buttons {
	display: flex;
	gap: 8px;
}

.pwa-install-guide__buttons button {
	flex: 1;
}

.pwa-install-guide__primary,
.pwa-install-guide__secondary {
	width: 100%;
	border: 0;
	border-radius: 6px;
	padding: 12px;
	background: #1667d9;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
}

.pwa-install-guide__secondary {
	border: 1px solid #ddd;
	background: #fff;
	color: #555;
}

.pwa-notification-guide {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	background: rgba(0, 0, 0, .55);
}

.pwa-notification-guide__content {
	box-sizing: border-box;
	width: 100%;
	max-width: 360px;
	border-radius: 12px;
	padding: 24px 20px 20px;
	background: #fff;
	color: #222;
}

.pwa-notification-guide__content h2 {
	margin: 0 0 12px;
	font-size: 20px;
	line-height: 1.35;
}

.pwa-notification-guide__content p {
	margin: 0 0 16px;
	font-size: 15px;
	line-height: 1.6;
}

.pwa-notification-guide__buttons {
	display: flex;
	gap: 8px;
}

.pwa-notification-guide__buttons button {
	flex: 1;
}

.pwa-notification-guide__primary,
.pwa-notification-guide__secondary {
	border: 0;
	border-radius: 6px;
	padding: 12px;
	background: #1667d9;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
}

.pwa-notification-guide__secondary {
	border: 1px solid #ddd;
	background: #fff;
	color: #555;
}
