.dsx-finder-widget .dsx-finder-widget__control,
.dsx-finder-widget .dsx-finder-widget__location-search,
.dsx-finder-widget .dsx-finder-widget__location-trigger,
.dsx-finder-widget .dsx-finder-widget__date-trigger {
  padding-left: 20px !important;
  padding-inline-start: 20px !important;
  text-align: left;
  text-indent: 0;
}

.dsx-finder-widget .dsx-finder-widget__location-trigger [data-location-display],
.dsx-finder-widget .dsx-finder-widget__date-trigger {
  margin-left: 0 !important;
}

.dsx-finder-widget__control::placeholder {
  color: #657089;
  opacity: 1;
}

.dsx-finder-widget__button {
  align-items: center;
  background: #e2e6ec;
  border: 0;
  border-radius: 8px;
  color: #607089;
  cursor: not-allowed;
  display: flex;
  font-size: 17px;
  font-weight: 600;
  gap: 10px;
  height: 46px;
  justify-content: center;
  margin-top: 4px;
  width: 100%;
}

.dsx-finder-widget__button:not(:disabled) {
  background: #0d6efd;
  color: #fff;
  cursor: pointer;
}

.dsx-finder-widget__search {
  border: 2px solid currentColor;
  border-radius: 50%;
  height: 15px;
  width: 15px;
}

.dsx-finder-widget__search::after {
  background: currentColor;
  content: "";
  height: 2px;
  position: absolute;
  right: -45%;
  top: 80%;
  transform: rotate(45deg);
  width: 55%;
}

@media (max-width: 480px) {
  .dsx-finder-widget {
    padding: 20px;
  }

  .dsx-finder-widget__header {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}
