.ml-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid var(--ml-color-surface-line);
  border-top-color: var(--ml-color-brand-orange);
  border-radius: 50%;
  animation: ml-spin 700ms linear infinite;
}

.ml-spinner--sm {
  width: 24px;
  height: 24px;
  border-width: 2px;
}

.ml-spinner-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--ml-space-8);
}
