.lfpb-banner {
	position: fixed;
	bottom: 24px;
	right: 24px;
	width: 100%;
	max-width: 400px;
	box-sizing: border-box;
	background: #ffffff;
	color: #4E4E5A;
	border-radius: 12px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.18);
	padding: 24px 24px 28px;
	max-height: 85vh;
	overflow-y: auto;
	z-index: 999999;
	opacity: 0;
	transform: translateY(16px);
	transition: opacity 0.35s ease, transform 0.35s ease;
	pointer-events: none;
	text-align: center;
}

.lfpb-banner.lfpb-visible {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

.lfpb-banner[data-position="bottom-left"] {
	right: auto;
	left: 24px;
}

.lfpb-close {
	position: absolute;
	top: 8px;
	right: 10px;
	background: none;
	border: 0;
	font-size: 24px;
	line-height: 1;
	color: #4E4E5A;
	cursor: pointer;
	padding: 6px;
	border-radius: 4px;
}

.lfpb-close:hover,
.lfpb-close:focus {
	color: #FFF;
	border:none;
	position:absolute;
}

.lfpb-close:focus-visible {
	outline: 2px solid #1a73e8;
	outline-offset: 2px;
}

.lfpb-eyebrow {
	margin: 0 0 4px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #4E4E5A;
}

.lfpb-headline {
	margin: 0 0 6px;
	padding-right: 20px;
	color:#4A6C7E;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
}

.lfpb-event {
	margin: 0 0 12px;
	font-size: 14px;
	font-weight: 600;
	color: #4E4E5A;
}

.lfpb-copy {
	margin: 0 0 16px;
	font-size: 14px;
	line-height: 1.5;
	color: #4E4E5A;
}

.lfpb-cta {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	padding: 8px 16px;
	border-radius: 99px;
	box-sizing: border-box;
}

.lfpb-cta-primary {
	background: #ADA273;
	color: #ffffff!important;
	border: none;
	margin-bottom: 8px;
}

.lfpb-cta-primary:hover {
	background: #4A6C7E;
}

.lfpb-cta-secondary {
	background: transparent;
	color: #4E4E5A;
	border: 1px solid #4E4E5A;
}

.lfpb-cta-secondary:hover {
	background: #4A6C7E;
	color: #fff!important;
	border: 1px solid #4A6C7E;
}

.lfpb-cta:focus-visible {
	outline: 2px solid #4A6C7E;
	outline-offset: 2px;
}

.lfpb-divider {
	border: none;
	border-top: 1px solid #e5e5e5;
	margin: 16px 0;
}

@media (max-width: 600px) {
	.lfpb-banner {
		left: 16px;
		right: 16px;
		bottom: 16px;
		width: auto;
		max-width: none;
	}

	.lfpb-banner[data-position="bottom-left"] {
		left: 16px;
		right: 16px;
	}

	.lfpb-cta {
		width: 100%;
	}
}
