.pwa484-banner {
	position: fixed;
	left: 12px;
	right: 12px;
	bottom: 12px;
	bottom: calc(12px + env(safe-area-inset-bottom));
	z-index: 999999;
	display: flex;
	align-items: center;
	gap: 12px;
	background: #fff;
	color: #1a1a1a;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
	padding: 12px 14px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 14px;
	max-width: 480px;
	margin: 0 auto;
}

.pwa484-banner-icon {
	width: 44px;
	height: 44px;
	border-radius: 10px;
	flex: 0 0 44px;
	object-fit: cover;
}

.pwa484-banner-text {
	flex: 1 1 auto;
	min-width: 0;
}

.pwa484-banner-title {
	font-weight: 600;
	margin-bottom: 2px;
}

.pwa484-banner-ios-hint {
	display: block;
	font-size: 12.5px;
	color: #555;
}

.pwa484-share-glyph {
	vertical-align: -3px;
}

.pwa484-banner-install {
	background: #1877f2;
	color: #fff;
	border: none;
	border-radius: 8px;
	padding: 6px 14px;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
}

.pwa484-banner-dismiss {
	background: none;
	border: none;
	font-size: 22px;
	line-height: 1;
	color: #888;
	cursor: pointer;
	padding: 4px 6px;
	flex: 0 0 auto;
}
