.my911-pwa-install-wrap {
	display: inline-block;
}

.my911-pwa-install {
	display: inline-block;
	padding: 20px 30px;
	border: 2px solid #ff0000;
	border-radius: 32px;
	background-color: transparent;
	background-image: linear-gradient(302deg, #1b0505 0%, #ce2f2f 100%);
	color: #ffffff !important;
	font-family: "Roboto", sans-serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none !important;
	cursor: pointer;
}

.my911-pwa-install:hover,
.my911-pwa-install:focus {
	color: #ffffff !important;
	filter: brightness(1.08);
}

.my911-pwa-install.is-installed {
	opacity: 0.75;
	cursor: default;
}

.my911-pwa-modal {
	position: fixed;
	inset: 0;
	z-index: 2147483600;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(0, 20, 40, 0.72);
}

.my911-pwa-modal[hidden] {
	display: none !important;
}

.my911-pwa-modal__card {
	max-width: 360px;
	width: 100%;
	padding: 24px;
	border-radius: 16px;
	background: #ffffff;
	color: #111111;
	text-align: center;
}

.my911-pwa-modal__card h2 {
	margin: 0 0 12px;
	font-size: 1.25rem;
}

.my911-pwa-modal__card p {
	margin: 0 0 18px;
	line-height: 1.45;
}

.my911-pwa-modal__card button {
	border: 0;
	border-radius: 999px;
	padding: 10px 22px;
	background: #ce2f2f;
	color: #ffffff;
	font-weight: 700;
	cursor: pointer;
}
