.mds-alert-banner {
	box-sizing: border-box;
	width: 100%;
	min-height: 40px;
	padding: 10px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--color-amber);
	color: #1a0635;
	position: relative;
	z-index: 999;
	text-align: center;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.25px;
	text-transform: uppercase;
}

.mds-alert-banner *,
.mds-alert-banner *::before,
.mds-alert-banner *::after {
	box-sizing: border-box;
}

.mds-alert-banner__inner {
	width: 100%;
	margin: 0 auto;
}

.mds-alert-banner p {
	margin: 0;
	font-weight: 500!important;
	font-size: 12px;
}

.mds-alert-banner a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.mds-alert-banner a:hover,
.mds-alert-banner a:focus {
	color: inherit;
	text-decoration-thickness: 2px;
}

@media (max-width: 767px) {
	.mds-alert-banner {
		padding: 9px 15px;
		font-size: 10px;
	}
}
