.time-dropdown-hidden {
  display: none !important;
}

.time-dropdown-wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
}

.time-dropdown-wrapper .time-select {
  flex: 1 1 0;
  min-width: 0;
}

.time-dropdown-wrapper .time-select select {
  width: 100%;
}

.time-dropdown-wrapper .time-separator {
  font-weight: 600;
  padding: 0 4px;
}

.time-dropdown-wrapper .time-meridian {
  flex: 0 0 auto;
  min-width: 80px;
}

.input-group .time-dropdown-wrapper {
  width: 100%;
}
