.fpd-no-overlap-addon-message {
	position: fixed;
	left: 50%;
	bottom: 24px;
	z-index: 999999;
	max-width: min(420px, calc(100vw - 32px));
	padding: 12px 16px;
	border-radius: 6px;
	background: #222;
	color: #fff;
	font-size: 14px;
	line-height: 1.35;
	text-align: center;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .22);
	transform: translate(-50%, 16px);
	opacity: 0;
	pointer-events: none;
	transition: opacity .18s ease, transform .18s ease;
}

.fpd-no-overlap-addon-message.is-visible {
	transform: translate(-50%, 0);
	opacity: 1;
}
