.aristotle-gf-modal__loading {
  text-align: center;
  padding: 2rem 0;
}

.aristotle-gf-modal__spinner {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border: 3px solid rgba(0, 0, 0, 0.15);
  border-top-color: currentColor;
  border-radius: 50%;
  animation: aristotle-gf-modal-spin 0.7s linear infinite;
}

@keyframes aristotle-gf-modal-spin {
  to {
    transform: rotate(360deg);
  }
}

.aristotle-gf-modal__error {
  color: #b32d2e;
  margin: 1rem 0;
}
