.image-picker-modal__header-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 200px;
}

.image-picker-modal__close-button {
  cursor: pointer;
}

.image-picker-modal__unsplash-logo {
  margin-left: 6px;
}

.image-picker-modal-tabs {
  display: flex;
  flex-direction: column;
}
