.time-picker {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.time-picker select {
  width: auto;
  min-width: 70px;
}
