/* Tom Select — shared skin for schedule cadence + timezone (flat slate, sky focus). */

/* Native <select> must not paint a second box; Tom Select’s `.ts-control` is the visible field. */
.schedule-tom-select-skin select {
  border: 0 !important;
  box-shadow: none !important;
}

.schedule-tom-select-skin .ts-wrapper {
  min-height: 0;
  width: 100%;
}

.schedule-tom-select-skin .ts-wrapper.single .ts-control {
  background: #fff;
  background-image: none;
  border: 1px solid #cbd5e1;
  border-radius: 0.375rem;
  box-shadow: 0 1px 2px 0 rgb(15 23 42 / 0.05);
  color: #0f172a;
  font-size: 1rem;
  line-height: 1.25rem;
  min-height: 2.625rem;
  padding: 0.5rem 2.25rem 0.5rem 0.75rem;
}

.schedule-tom-select-skin .ts-wrapper.single.focus .ts-control {
  border-color: #0ea5e9;
  box-shadow: 0 0 0 2px rgb(14 165 233 / 0.2);
}

.schedule-tom-select-skin .ts-wrapper.single.dropdown-active .ts-control {
  border-radius: 0.375rem 0.375rem 0 0;
}

.schedule-tom-select-skin .ts-wrapper.single .ts-control > input {
  color: #0f172a;
  font-size: 1rem;
  line-height: 1.25rem;
}

.schedule-tom-select-skin .ts-wrapper.single .ts-control .item {
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #0f172a;
  margin: 0;
  padding: 0;
  text-shadow: none;
}

.schedule-tom-select-skin .ts-dropdown.single {
  border-color: #cbd5e1;
  border-radius: 0 0 0.375rem 0.375rem;
  box-shadow: 0 4px 6px -1px rgb(15 23 42 / 0.1), 0 2px 4px -2px rgb(15 23 42 / 0.1);
}

.schedule-tom-select-skin .ts-dropdown .option {
  color: #0f172a;
}

.schedule-tom-select-skin .ts-dropdown .active {
  background-color: #f0f9ff;
  color: #0c4a6e;
}

.schedule-tom-select-skin .ts-wrapper.single .ts-control:after {
  border-color: #64748b transparent transparent;
}

.schedule-tom-select-skin .ts-wrapper.single.dropdown-active .ts-control:after {
  border-color: transparent transparent #64748b;
}
