:root {
	--aura-maintenance-notice-height: 3.25rem;
}

html.aura-maintenance-notice-active body {
	padding-top: var(--aura-maintenance-notice-height) !important;
}

.aura-maintenance-notice {
	position: fixed;
	inset-block-start: 0;
	inset-inline: 0;
	z-index: 10050;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: var(--aura-maintenance-notice-height);
	box-sizing: border-box;
	padding: 0.65rem 1.25rem;
	background: #b42318;
	color: #ffffff;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	box-shadow: 0 2px 8px rgb(0 0 0 / 28%);
}

@media (max-width: 767px) {
	:root {
		--aura-maintenance-notice-height: 4.5rem;
	}

	.aura-maintenance-notice {
		padding-inline: 0.75rem;
		font-size: 0.9rem;
	}
}
