.bobine-pwa-install {
	position: fixed;
	left: 1rem;
	bottom: 1rem;
	z-index: 9998;
	padding: 0.75rem 1rem;
	border: 0;
	border-radius: 999px;
	background: #000090;
	box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.25);
	color: #fff;
	font: inherit;
	font-weight: 600;
	cursor: pointer;
}

.bobine-pwa-install:hover,
.bobine-pwa-install:focus-visible {
	background: #00006b;
}

.bobine-pwa-install:focus-visible,
.bobine-pwa-dialog__close:focus-visible {
	outline: 3px solid #f2cf00;
	outline-offset: 3px;
}

.bobine-pwa-dialog {
	width: min(32rem, calc(100% - 2rem));
	padding: 0;
	border: 0;
	border-radius: 0.5rem;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.35);
	color: #111;
}

.bobine-pwa-dialog::backdrop {
	background: rgba(0, 0, 0, 0.65);
}

.bobine-pwa-dialog__content {
	position: relative;
	padding: 2rem;
}

.bobine-pwa-dialog h2 {
	margin: 0 2rem 1rem 0;
	color: #000090;
}

.bobine-pwa-dialog p {
	margin: 0;
	line-height: 1.6;
}

.bobine-pwa-dialog__close {
	position: absolute;
	top: 0.75rem;
	right: 0.75rem;
	width: 2.5rem;
	height: 2.5rem;
	padding: 0;
	border: 0;
	background: transparent;
	font-size: 2rem;
	line-height: 1;
	cursor: pointer;
}

@media (max-width: 575.98px) {
	.bobine-pwa-install {
		left: 0.25rem;
		bottom: 0.75rem;
	}

	.bobine-pwa-dialog__content {
		padding: 1.5rem;
	}
}

@media (display-mode: standalone) {
	.bobine-pwa-install {
		display: none !important;
	}
}
