:host {
  display: inline-flex;
  flex-direction: column;
  max-width: 360px;
  min-width: 360px;
}

.time-span__row {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.divider {
  padding: 0 20px;
}

.time-span__description {
  width: 100%;
}

va-time-picker {
  min-width: 130px;
  max-width: 130px;
}

.delete-button {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
  align-self: flex-start;
}

.notes-only-display {
  display: flex;
  align-items: center;
  height: 40px;
}
