.dsx-instructors-widget__field {
  position: relative;
}

.dsx-instructors-widget__location-results,
.dsx-instructors-widget__date-panel {
  background: #fff;
  border: 1px solid #cfd7e6;
  border-radius: 10px;
  box-shadow: 0 14px 28px rgba(21, 32, 56, 0.12);
  left: 0;
  max-width: calc(100vw - 32px);
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  z-index: 60;
}

.dsx-instructors-widget__location-results[hidden],
.dsx-instructors-widget__date-panel[hidden] {
  display: none;
}

.dsx-instructors-widget__location-results {
  display: grid;
  gap: 4px;
  max-height: 240px;
  overflow-y: auto;
  padding: 6px;
}

.dsx-instructors-widget__location-results button {
  background: #ffc229;
  border: 0;
  border-radius: 5px;
  color: #111;
  font-size: 12px;
  line-height: 1.2;
  min-height: 30px;
  padding: 7px 10px;
  text-align: left;
}

.dsx-instructors-widget__location-results button:hover,
.dsx-instructors-widget__location-results button:focus {
  background: #f2b600;
  color: #111;
}

.dsx-instructors-widget__search [data-instructors-location] {
  height: 36px;
  min-height: 36px;
  padding-bottom: 6px;
  padding-top: 6px;
}

.dsx-instructors-widget__date-panel {
  display: grid;
  gap: 12px;
  padding: 18px;
  width: 360px;
}

.dsx-instructors-widget__date-panel > div:first-child {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.dsx-instructors-widget__date-panel > div:last-child {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(7, 1fr);
}

.dsx-instructors-widget__date-panel button {
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: #111827 !important;
  min-height: 34px;
}

.dsx-instructors-widget__date-weekdays {
  color: #111827;
  display: grid;
  font-weight: 700;
  gap: 6px;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
}

.dsx-instructors-widget__date-day.is-muted { color: #d8dde7 !important; }

.dsx-instructors-widget__date-day.is-disabled,
.dsx-instructors-widget__date-day:disabled {
  color: #c8cfdd !important;
  cursor: not-allowed;
  opacity: 0.55;
}

.dsx-instructors-widget__date-day.is-selected {
  background: #ffb800;
  color: #111827 !important;
}
