#ddwpp-install-banner,
#ddwpp-push-banner {
	position: fixed;
	left: 16px;
	right: 16px;
	bottom: 16px;
	max-width: 420px;
	margin: 0 auto;
	background: #1a1a1a;
	color: #fff;
	padding: 14px 16px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 14px;
	line-height: 1.4;
	z-index: 999999;
	box-shadow: 0 6px 24px rgba( 0, 0, 0, 0.25 );
}

#ddwpp-push-banner {
	bottom: 76px;
}

#ddwpp-install-banner span,
#ddwpp-push-banner span {
	flex: 1;
}

#ddwpp-install-banner button,
#ddwpp-push-banner button {
	border: none;
	border-radius: 6px;
	padding: 8px 12px;
	font-size: 13px;
	cursor: pointer;
}

#ddwpp-install-btn,
#ddwpp-push-allow {
	background: #fff;
	color: #1a1a1a;
	font-weight: 600;
}

#ddwpp-install-dismiss,
#ddwpp-push-dismiss {
	background: transparent;
	color: #bbb;
	font-size: 18px;
	line-height: 1;
	padding: 4px 8px;
}

@media ( max-width: 480px ) {
	#ddwpp-install-banner,
	#ddwpp-push-banner {
		left: 10px;
		right: 10px;
		bottom: 10px;
	}
	#ddwpp-push-banner {
		bottom: 66px;
	}
}
