.wppwa-install-btn {
	align-items: center;
	background: #0073aa;
	border: none;
	border-radius: 999px;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-size: 14px;
	font-weight: 600;
	gap: 8px;
	padding: 12px 20px;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.wppwa-install-btn:hover {
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
	transform: translateY(-1px);
}

.wppwa-install-btn .wppwa-icon {
	font-size: 16px;
	line-height: 1;
}

.wppwa-floating {
	position: fixed;
	z-index: 99999;
}

.wppwa-pos-bottom-right {
	bottom: 24px;
	right: 24px;
}

.wppwa-pos-bottom-left {
	bottom: 24px;
	left: 24px;
}

.wppwa-pos-top-right {
	top: 24px;
	right: 24px;
}

.wppwa-pos-top-left {
	top: 24px;
	left: 24px;
}

.wppwa-ios-tip {
	align-items: center;
	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100000;
}

.wppwa-ios-tip-inner {
	background: #fff;
	border-radius: 12px;
	max-width: 320px;
	padding: 20px;
	text-align: center;
}

.wppwa-ios-tip-inner p {
	margin: 0 0 16px;
}

.wppwa-ios-tip-close {
	background: #0073aa;
	border: none;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	font-weight: 600;
	padding: 8px 18px;
}

@media (max-width: 480px) {
	.wppwa-floating {
		bottom: 16px !important;
		right: 16px !important;
		left: 16px !important;
	}
	.wppwa-install-btn.wppwa-floating {
		justify-content: center;
		width: calc(100% - 32px);
	}
}
