.zenmember-location-wrap {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
}

.zenmember-location {
  display: grid;
  gap: 1rem;
  overflow: visible;
  position: relative;
  width: 100%;
}

.zenmember-location__field {
  display: block;
  overflow: visible;
  position: relative;
  width: 100%;
  z-index: 1;
}

.zenmember-location__label {
  display: block;
  margin-bottom: 0.35rem;
}

.zenmember-location__search {
  display: block;
  width: 100%;
}

.zenmember-location__dropdown {
  background: #fff;
  border: 1px solid #d8d6cf;
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(22, 22, 19, 0.08);
  display: block;
  left: 0;
  margin-top: 0.35rem;
  max-height: 17rem;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
  z-index: 1000;
}

.zenmember-location__dropdown[hidden] {
  display: none !important;
}

.zenmember-location__status {
  color: #69665f;
  display: block;
  font-size: 0.92rem;
  line-height: 1.45;
  padding: 0.8rem 1rem;
}

.zenmember-location__results {
  display: flex;
  flex-direction: column;
}

.zenmember-location__option {
  appearance: none;
  background: #fff;
  border: 0;
  border-top: 1px solid #ece9e0;
  color: #2c2b28;
  cursor: pointer;
  display: block;
  font: inherit;
  line-height: 1.35;
  padding: 0.8rem 1rem;
  text-align: left;
  width: 100%;
}

.zenmember-location__option:first-child {
  border-top: 0;
}

.zenmember-location__option:hover,
.zenmember-location__option:focus-visible {
  background: #f7f7f5;
  outline: none;
}

@media (max-width: 640px) {
  .zenmember-location__dropdown {
    max-height: 14rem;
  }
}
