.journey-note-modal__title {
  font-size: 18px;
  font-weight: 600;
  color: $bb-dark-gray;
}

.journey-note-modal__label {
  font-size: 15px;
  font-weight: normal;
  color: $studio-raven-pale-gray;
}

.journey-note-modal__textarea {
  display: block;
  
  width: 561px;
  min-width: 100%;
  max-width: 100%;
  min-height: 100px;
  padding: 10px;
  margin: 0px;

  font-size: 15px;
  color: $bb-dark-gray;
  border: 1px solid $bb-studio-light-gray;
}

.journey-note-modal__help-text {
  margin-top: 5px;

  font-size: 13px;
  color: $studio-raven-pale-gray;
}

.journey-note-modal__save-button {
  width: 100%;
  height: 40px;
}