/* PWA Install (VT) — structural styles only; visual styling belongs to the
   widget's Elementor controls. */

.vt-pwa-install {
	position: relative;
	display: inline-block;
}

.vt-pwa-install [hidden] {
	display: none !important;
}

.vt-pwa-btn {
	cursor: pointer;
	border: none;
	background: #1d307c;
	color: #fff;
	padding: 10px 22px;
	border-radius: 8px;
	font: inherit;
	line-height: 1.4;
}

.vt-pwa-installed {
	display: inline-block;
	padding: 10px 0;
	opacity: 0.75;
}

.vt-pwa-pop {
	position: fixed;
	left: 50%;
	bottom: 24px;
	transform: translateX(-50%);
	width: calc(100% - 32px);
	max-width: 340px;
	background: #fff;
	color: #1e2430;
	border-radius: 12px;
	box-shadow: 0 12px 40px rgba(15, 23, 42, 0.25);
	padding: 20px;
	z-index: 9999;
	text-align: left;
}

.vt-pwa-pop-heading {
	font-weight: 600;
	margin: 0 24px 10px 0;
}

.vt-pwa-pop-steps {
	margin: 0;
	padding-left: 20px;
	list-style: decimal;
}

.vt-pwa-pop-steps li {
	margin-bottom: 6px;
}

.vt-pwa-pop-fallback {
	margin: 0;
}

.vt-pwa-pop-close {
	position: absolute;
	top: 8px;
	right: 10px;
	border: none;
	background: none;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	color: inherit;
	opacity: 0.6;
	padding: 4px;
}

.vt-pwa-pop-close:hover {
	opacity: 1;
}

@media (min-width: 768px) {
	.vt-pwa-pop {
		position: absolute;
		left: 0;
		bottom: auto;
		top: calc(100% + 10px);
		transform: none;
		width: 340px;
	}
}
