.op-pwa-install-btn.op-pwa-floating {
	position: fixed;
	right: 16px;
	bottom: 16px;
	z-index: 99999;
	padding: 12px 18px;
	background: #000;
	color: #fff;
	border: none;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 600;
	box-shadow: 0 4px 14px rgba( 0, 0, 0, 0.25 );
	cursor: pointer;
}

.op-pwa-install-btn.op-pwa-floating:hover {
	opacity: 0.9;
}

.op-pwa-shortcode-btn {
	padding: 10px 20px;
	background: #000;
	color: #fff;
	border: none;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}

.op-pwa-shortcode-btn:hover {
	opacity: 0.9;
}

.op-pwa-ios-overlay {
	position: fixed;
	inset: 0;
	background: rgba( 0, 0, 0, 0.6 );
	display: flex;
	align-items: flex-end;
	justify-content: center;
	z-index: 999999;
}

.op-pwa-ios-box {
	background: #fff;
	color: #111;
	width: 100%;
	max-width: 420px;
	margin-bottom: 0;
	padding: 20px 22px 24px;
	border-radius: 16px 16px 0 0;
	box-shadow: 0 -4px 20px rgba( 0, 0, 0, 0.2 );
}

.op-pwa-ios-title {
	font-weight: 700;
	font-size: 16px;
	margin: 0 0 10px;
}

.op-pwa-ios-box ol {
	margin: 0 0 16px;
	padding-left: 20px;
}

.op-pwa-ios-box li {
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 1.4;
}

.op-pwa-ios-close {
	width: 100%;
	padding: 12px;
	background: #000;
	color: #fff;
	border: none;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}

.op-pwa-el-btn {
	display: inline-block;
	border: none;
	cursor: pointer;
	font-family: inherit;
	line-height: normal;
	text-decoration: none;
	background-color: #000;
	color: #fff;
	padding: 14px 28px;
	border-radius: 8px;
}

.op-pwa-el-wrapper {
	width: 100%;
}

/*
 * Ascunde automat orice popup Elementor (inclusiv cel de "instaleaza
 * aplicatia") cand site-ul ruleaza deja ca aplicatie instalata pe telefon -
 * nu mai are sens sa i se ceara cuiva care a instalat-o deja s-o instaleze.
 * Functioneaza pe Android si pe iPhone (adaugat pe ecranul principal).
 */
@media all and ( display-mode: standalone ) {
	.elementor-popup-modal,
	.dialog-lightbox-widget {
		display: none !important;
	}
}
