.dsx-finder-widget__date-trigger {
  cursor: pointer;
  padding-right: 14px;
  text-align: left;
}

.dsx-finder-widget__date-panel {
  background: #fff;
  border: 1px solid #dfe5ef;
  border-radius: 12px;
  bottom: calc(100% + 8px);
  box-shadow: 0 18px 42px rgba(21, 32, 56, 0.16);
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  z-index: 30;
}

.dsx-finder-widget__date-panel button {
  box-shadow: none !important;
  text-decoration: none !important;
}

.dsx-finder-widget__date-help {
  border-bottom: 1px solid #edf1f7;
  color: #111827;
  font-size: 14px;
  line-height: 1.4;
  padding: 18px 24px;
  text-align: center;
}

.dsx-finder-widget__date-calendar {
  box-sizing: border-box;
  padding: 18px 24px 22px;
}

.dsx-finder-widget__date-nav {
  align-items: center;
  display: grid;
  grid-template-columns: 28px 1fr 28px;
  margin-bottom: 18px;
  text-align: center;
}

.dsx-finder-widget__date-nav strong {
  font-size: 16px;
  font-weight: 600;
}

.dsx-finder-widget__date-nav button {
  background: transparent;
  border: 0;
  cursor: pointer;
  height: 28px;
  position: relative;
  width: 28px;
}

.dsx-finder-widget__date-nav button::after {
  border: solid #111827;
  border-width: 0 1.5px 1.5px 0;
  content: "";
  height: 8px;
  left: 8px;
  position: absolute;
  top: 9px;
  transform: rotate(-45deg);
  width: 8px;
}

.dsx-finder-widget__date-weekdays,
.dsx-finder-widget__date-days {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  justify-items: center;
  text-align: center;
  width: 100%;
}

.dsx-finder-widget__date-weekdays {
  color: #111827;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.dsx-finder-widget__date-day {
  align-items: center;
  background: transparent !important;
  border: 0 !important;
  border-radius: 999px;
  box-sizing: border-box;
  color: #111827 !important;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 34px;
  font-size: 14px;
  font-weight: 400;
  height: 34px;
  justify-content: center;
  margin: 1px auto;
  max-width: 34px;
  min-width: 34px;
  padding: 0;
  width: 34px;
}

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

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

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

.dsx-finder-widget__date-day:not(.is-selected):not(:disabled):hover,
.dsx-finder-widget__date-day:not(.is-selected):not(:disabled):focus {
  background: transparent !important;
  color: #111827 !important;
}

.dsx-finder-widget__results {
  display: grid;
  gap: 10px;
  margin: 16px 0;
}

.dsx-finder-widget__results-empty,
.dsx-finder-widget__result {
  border: 1px solid #dfe5ef;
  border-radius: 8px;
  padding: 12px;
}

.dsx-finder-widget__results-empty {
  color: #657089;
  font-size: 14px;
}

.dsx-finder-widget__result {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: 48px 1fr;
}

.dsx-finder-widget__result-image {
  align-items: center;
  background: #eef2f7;
  border-radius: 999px;
  display: flex;
  height: 48px;
  justify-content: center;
  overflow: hidden;
  width: 48px;
}

.dsx-finder-widget__result-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.dsx-finder-widget__result strong,
.dsx-finder-widget__result small {
  display: block;
}

.dsx-finder-widget__result small {
  color: #657089;
  font-size: 12px;
  margin-top: 2px;
}
