.image-editor__image-container {
  display: flex;
  align-items: center;
  height: 140px;
  width: 140px;
  margin: 1rem auto 2.5rem;
  padding: 0.5rem;
  box-shadow: 0 1px 3px rgba(27, 31, 35, 0.2);
  border-radius: 50%;
}

.image-editor__current-image {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
}

.image-editor__upload-field {
  display: none;
}

.image-editor__upload-btn {
  cursor: pointer;
}

.image-editor__upload-btn-spinner {
  height: 1rem;
}

.image-editor__spacing {
  margin: 0.5rem;
}
