.loading-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: calc(var(--z-index-base) - 1);
  line-height: 0;
}

.loading-overlay > div {
  width: 100%;
  height: 100%;
  padding: 3rem;
  background: rgba(var(--color-background), 0.6);
}

.loading-overlay .svg-wrapper{
  width: 2.4rem;
  height: 2.4rem;
}

.loading-overlay .icon{
  opacity: 0.6;
}