.dsx-finder-widget {
  background: #fff;
  border: 1px solid #dfe5ef;
  border-radius: 14px;
  box-shadow: 0 14px 38px rgba(21, 32, 56, 0.08);
  color: #172033;
  font-family: inherit;
  max-width: 424px;
  padding: 24px;
  width: 100%;
}

.dsx-finder-widget__header {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 20px;
}

.dsx-finder-widget__title-wrap {
  align-items: center;
  display: flex;
  gap: 10px;
  min-width: 0;
}

.dsx-finder-widget__pin,
.dsx-finder-widget__search {
  display: inline-block;
  flex: 0 0 auto;
  position: relative;
}

.dsx-finder-widget__pin {
  border: 2px solid currentColor;
  border-radius: 999px 999px 999px 0;
  color: #172033;
  height: 18px;
  transform: rotate(-45deg);
  width: 18px;
}

.dsx-finder-widget__pin::after {
  background: currentColor;
  border-radius: 50%;
  content: "";
  height: 28%;
  left: 36%;
  position: absolute;
  top: 36%;
  width: 28%;
}

.dsx-finder-widget__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
}

.dsx-finder-widget__duration {
  color: #657089;
  font-size: 13px;
  line-height: 1.4;
  white-space: nowrap;
}

.dsx-finder-widget__field {
  display: block;
  margin-bottom: 16px;
  position: relative;
}

.dsx-finder-widget__label {
  color: #202840;
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 8px;
}

.dsx-finder-widget__label span {
  color: #f5a400;
}

.dsx-finder-widget__control {
  appearance: none;
  background: #fff;
  border: 1px solid #cfd7e6;
  border-radius: 8px;
  box-sizing: border-box;
  color: #172033;
  font-size: 16px;
  height: 46px;
  line-height: 1.4;
  padding: 0 42px 0 14px;
  width: 100%;
}

.dsx-finder-widget__location-trigger {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  text-align: left;
}

.dsx-finder-widget__chevron {
  border: solid #64748b;
  border-width: 0 2px 2px 0;
  display: inline-block;
  height: 8px;
  margin-left: 12px;
  transform: rotate(45deg);
  transition: transform .16s ease;
  width: 8px;
}

.dsx-finder-widget__field.is-open .dsx-finder-widget__chevron {
  transform: rotate(225deg);
}

.dsx-finder-widget__location-panel {
  background: #fff;
  border: 1px solid #cfd7e6;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 14px 28px rgba(21, 32, 56, 0.12);
  left: 0;
  padding: 8px;
  position: absolute;
  right: 0;
  top: calc(100% - 1px);
  z-index: 20;
}

.dsx-finder-widget__location-search {
  margin-bottom: 8px;
  padding-right: 14px;
}

.dsx-finder-widget__location-results {
  display: grid;
  gap: 4px;
}

.dsx-finder-widget__location-option,
.dsx-finder-widget__location-empty {
  border-radius: 6px;
  color: #202840;
  font-size: 15px;
  line-height: 1.35;
  padding: 10px 8px;
}

.dsx-finder-widget__location-option {
  background: #ffeaa8;
  border: 0;
  cursor: pointer;
  text-align: left;
  width: 100%;
}

.dsx-finder-widget__location-option:hover,
.dsx-finder-widget__location-option:focus {
  background: #ffdf75;
  outline: 0;
}

select.dsx-finder-widget__control {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2364748B' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: calc(100% - 16px) 50%;
  background-repeat: no-repeat;
  background-size: 12px 8px;
}
