.locationPicker {
  position: relative;
  width: 100%;
  min-width: 0;
}

.locationPicker.active {
  position: relative;
  inset: auto;
  left: auto;
  top: auto;
  bottom: auto;
  transform: none;
  z-index: 3;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0;
  padding: 0;
  background: transparent;
  display: block;
  overflow: visible;
  border: 0;
  box-shadow: none;
}

.locationSearchClose {
  display: none !important;
}

.locationPicker > label,
.locationPicker.active > label {
  display: block;
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  color: #4b454f;
}

.locationPicker .locationSearchInput,
.locationPicker.active .locationSearchInput {
  margin-top: 6px;
  min-height: 44px;
  border-radius: 12px;
  border-color: #cfb9e4;
  box-shadow: none;
  background: #fbfafc;
}

.locationPicker .locationSearchInput:focus-within {
  border-color: #9b67dc;
  box-shadow: 0 0 0 2px #9b67dc12;
}

.locationPicker .locationSearchInput input {
  font-size: 14px;
}

.locationPicker .validationHint,
.locationPicker.active .validationHint {
  display: block;
  margin: 5px 2px 7px;
  color: #9a7bb6;
  font-size: 10px;
  line-height: 1.4;
}

.locationPicker .searchResults,
.locationPicker.active .searchResults {
  position: relative;
  z-index: 4;
  width: 100%;
  max-height: 260px;
  overflow-y: scroll;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  margin: 6px 0 0;
  padding: 4px 8px 8px;
  border: 1px solid #e5ddeb;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 22px #2d22330f;
  scrollbar-width: thin;
  scrollbar-color: #c8b7d6 #f5f1f7;
}

.locationPicker .searchResults::-webkit-scrollbar {
  width: 7px;
}

.locationPicker .searchResults::-webkit-scrollbar-track {
  background: #f5f1f7;
  border-radius: 8px;
}

.locationPicker .searchResults::-webkit-scrollbar-thumb {
  background: #c8b7d6;
  border-radius: 8px;
}

.locationPicker .searchResults button,
.locationPicker.active .searchResults button {
  width: 100%;
  padding: 11px 6px;
  border: 0;
  border-bottom: 1px solid #f0edf2;
  border-radius: 0;
  background: #fff;
  text-align: left;
}

.locationPicker .searchResults button:last-child {
  border-bottom: 0;
}

.locationPicker .searchResults button b {
  display: block;
  font-size: 14px;
  line-height: 1.35;
}

.locationPicker .searchResults button small {
  display: block;
  margin-top: 4px;
  color: #8a828d;
  font-size: 11px;
  line-height: 1.4;
}

.locationPicker.active .selectedPlace {
  display: flex;
}

.locationPicker.hasSelection > label,
.locationPicker.hasSelection > .validationHint,
.locationPicker.hasSelection > .searchResults {
  display: none !important;
}

.locationPicker.hasSelection .selectedPlace {
  display: flex;
  margin: 0;
  min-height: 60px;
  padding: 10px 11px;
  border: 1px solid #ded2e9;
  border-radius: 13px;
  background: #fcfbfd;
  box-shadow: none;
}

.locationPicker.hasSelection .selectedPlace > svg {
  width: 17px;
  height: 17px;
  color: #8d55d2;
}

.locationPicker.hasSelection .selectedPlace span {
  min-width: 0;
}

.locationPicker.hasSelection .selectedPlace b {
  font-size: 13px;
  line-height: 1.35;
}

.locationPicker.hasSelection .selectedPlace small {
  margin-top: 2px;
  color: #8a828d;
  font-size: 10px;
  line-height: 1.35;
}

.locationPicker.hasSelection .selectedPlace button {
  width: auto;
  min-width: 46px;
  height: 30px;
  padding: 0 8px;
  border: 0;
  border-radius: 8px;
  background: #f2edf6;
  color: #6b5d73;
  font-size: 10px;
  font-weight: 700;
}

.locationPrivacyInline {
  display: block;
  margin: 5px 0 7px;
  padding: 0;
  color: #77707b;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.45;
}

.mapGrid.hasRealMap {
  background: #f6f4f7;
}

.mapGrid.hasRealMap > i,
.mapGrid.hasRealMap > .mapRoad,
.mapGrid.hasRealMap > .mapMarker,
.mapGrid.hasRealMap > .routeLine {
  display: none;
}

.kakaoStaticMap {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mapPrivacyNote {
  display: block;
  padding: 0 14px 11px;
  color: #918a94;
  font-size: 10px;
  line-height: 1.45;
}
