.spinner {
  @apply inline-block rounded-full;
  @apply border-2 border-solid border-current border-r-transparent;
  @apply animate-spin align-[-0.125em] motion-reduce:animate-[spin_1.5s_linear_infinite];
  height: 20px;
  width: 20px;
  &__wrapper {
    @apply flex items-center justify-center;
  }
  &--md {
    height: 32px;
    width: 32px;
  }
}
