.mvw-global-banner {
	position: relative;
	z-index: 999;
	width: 100%;
	box-sizing: border-box;
	border-top: 3px solid #7a160f;
	border-bottom: 3px solid #7a160f;
	background: #b42318;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	animation: mvw-alert-flash 1.4s ease-in-out infinite;
}

.mvw-global-banner--fallback {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
}

.mvw-global-banner__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 16px 20px;
	text-align: center;
}

.mvw-global-banner p,
.mvw-notice p,
.mvw-email-message p {
	margin: 0;
}

.mvw-global-banner .mvw-vacation-dates,
.mvw-notice .mvw-vacation-dates,
.mvw-email-message .mvw-vacation-dates {
	margin-top: 8px;
	font-size: 0.95em;
}

.mvw-global-banner a {
	color: inherit;
	text-decoration: underline;
}

.mvw-notice {
	clear: both;
	margin-bottom: 24px;
	padding: 16px 20px;
	border: 3px solid #7a160f;
	background: #b42318;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	animation: mvw-alert-flash 1.4s ease-in-out infinite;
}

.mvw-notice--product {
	margin-top: 16px;
}

.mvw-notice::before {
	color: inherit;
}

@keyframes mvw-alert-flash {
	0%,
	100% {
		border-color: #7a160f;
		background-color: #b42318;
		color: #fff;
	}

	50% {
		border-color: #b77900;
		background-color: #ffd54f;
		color: #211a00;
	}
}

@media (prefers-reduced-motion: reduce) {
	.mvw-global-banner,
	.mvw-notice {
		animation: none;
	}
}
