.motorica-busy-overlay {
	position: fixed;
	inset: 0;
	z-index: 11000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.5rem;
	background: rgba(15, 23, 42, 0.55);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.2s ease, visibility 0.2s ease;
}

.motorica-busy-overlay--visible {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.motorica-busy-overlay__panel {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	max-width: 20rem;
}

.motorica-loader-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.motorica-loader {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	pointer-events: none;
}

.motorica-loader--page {
	width: 7.5rem;
	height: 7.5rem;
}

.motorica-loader--busy,
.motorica-busy-overlay__logo-wrap {
	width: 5.5rem;
	height: 5.5rem;
	margin-bottom: 1rem;
}

.motorica-busy-overlay__logo {
	width: 5.5rem;
	height: 5.5rem;
}

.motorica-busy-overlay__text {
	margin: 0;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.35;
	color: #fff;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

.motorica-page-loader {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.motorica-page-loader__text {
	margin: 0;
	font-size: 1rem;
	font-weight: 600;
	color: #fff;
}

@media (prefers-reduced-motion: reduce) {
	.motorica-loader-wrap {
		animation: none;
	}
}
