.loading-overlay {
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.78);
}

.loading-overlay:not(.hidden) {
  display: flex;
}

.loading-overlay__spinner {
  width: 24px;
  height: 24px;
}
