html.pei-banner-alert-enabled {
	--pei-header-stack-height: 0px;
	--pei-sticky-cover-height: 0px;
	scroll-padding-top: var(--pei-sticky-cover-height);
}

.pei-banner-alert {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0 !important;
	box-sizing: border-box;
	background: var(--pei-banner-alert-background);
	color: var(--pei-banner-alert-text);
	text-align: center;
}

.pei-banner-alert .pei-banner-alert-text {
	width: 100%;
	margin: 0 !important;
	padding: 10px clamp(16px, 4vw, 48px) !important;
	box-sizing: border-box;
	font-size: clamp(18px, 2vw, 25px);
	font-weight: 700;
	line-height: 1.35;
	text-align: center !important;
	white-space: pre-line;
}

.pei-banner-images {
	position: sticky;
	top: var(--pei-header-stack-height, 0px);
	z-index: 998;
	display: flex;
	align-items: stretch;
	justify-content: center;
	width: 100%;
	background: var(--pei-white);
}

.pei-banner-image-link {
	display: flex;
	min-width: 0;
}

.pei-banner-image {
	display: block;
	max-width: 100%;
	height: auto;
}

html.pei-banner-alert-enabled.html_header_top.html_header_sticky.html_bottom_nav_header #main {
	padding-top: 0 !important;
}

@media screen and (max-width: 767px) {
	.pei-banner-alert .pei-banner-alert-text {
		padding-right: 16px !important;
		padding-left: 16px !important;
	}

	.pei-banner-images {
		display: none;
	}
}
