.acfcu-lightbox-protection-notice {
	position: fixed;
	left: 50%;
	bottom: 24px;
	transform: translateX(-50%) translateY(10px);
	background: #053742;
	color: #f6830f;
	border: 1px solid #f6830f;
	border-radius: 6px;
	padding: 10px 14px;
	font-size: 13px;
	line-height: 1.25;
	z-index: 999999;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.18s ease, transform 0.18s ease;
}

.acfcu-lightbox-protection-notice--visible {
	opacity: 1;
	transform: translateX(-50%) translateY(0);
}
