.kawuum-location-wrap {
  position: relative;
}

.kawuum-location-suggest {
  position: absolute;
  z-index: 99999;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.15);
  overflow: hidden;
  font-size: 14px;
  line-height: 1.35;
}

.kawuum-location-suggest[hidden] {
  display: none !important;
}

.kawuum-location-suggest-item {
  display: block;
  width: 100%;
  border: 0;
  background: #fff;
  padding: 10px 13px;
  text-align: left;
  cursor: pointer;
  color: #111827;
  font: inherit;
}

.kawuum-location-suggest-item:hover,
.kawuum-location-suggest-item:focus {
  background: #f3f4f6;
  outline: none;
}

.kawuum-location-suggest-main {
  display: block;
  font-weight: 600;
}

.kawuum-location-suggest-sub {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  color: #64748b;
}

.kawuum-location-suggest-message {
  padding: 11px 13px;
  color: #64748b;
  background: #fff;
}
