.od-profile-tabs.is-loading {
	cursor: progress;
}

.od-profile-tabs.is-loading a {
	pointer-events: none;
}

.od-vehicle-content[aria-busy="true"] {
	opacity: .58;
	transition: opacity .16s ease;
}

.od-tab-status {
	position: fixed;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

@media (prefers-reduced-motion: reduce) {
	.od-vehicle-content[aria-busy="true"] {
		transition: none;
	}
}
