.vendex-address-picker {
  position: relative;
}

.vendex-address-field {
  position: relative;
}

.vendex-address-suggestions {
  background: #ffffff;
  border: 1px solid #d9e4f2;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.14);
  left: 0;
  max-height: 290px;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: calc(100% + 6px);
  z-index: 1085;
}

.vendex-address-suggestion {
  background: #ffffff;
  border: 0;
  border-bottom: 1px solid #edf2f7;
  color: #263445;
  cursor: pointer;
  display: block;
  font: inherit;
  padding: 12px 14px;
  text-align: left;
  width: 100%;
}

.vendex-address-suggestion:hover,
.vendex-address-suggestion:focus {
  background: #eef7ff;
  color: #176fc6;
  outline: none;
}

.vendex-address-suggestion:last-child {
  border-bottom: 0;
}

.vendex-address-suggestion--muted {
  color: #6b7b91;
  cursor: default;
}

.vendex-address-suggestion--muted:hover,
.vendex-address-suggestion--muted:focus {
  background: #ffffff;
  color: #6b7b91;
}

.vendex-address-suggestion__title {
  display: block;
  font-weight: 700;
  line-height: 1.35;
}

.vendex-address-suggestion__meta {
  color: #718198;
  display: block;
  font-size: 0.88em;
  line-height: 1.35;
  margin-top: 3px;
}

.vendex-address-map-card {
  background: #f8fbff;
  border: 1px solid #d9e4f2;
  clear: both;
  display: block !important;
  margin: 8px 0 18px;
  overflow: hidden;
  width: 100%;
}

.vendex-address-map {
  display: block !important;
  height: 280px !important;
  min-height: 240px !important;
  width: 100%;
}

.vendex-address-map-help {
  align-items: flex-start;
  background: #ffffff;
  border-top: 1px solid #d9e4f2;
  color: #61728a;
  display: flex;
  gap: 8px;
  line-height: 1.45;
  margin: 0;
  padding: 11px 14px;
}

.vendex-address-map-help i {
  color: #1f8d78;
  margin-top: 2px;
}

.vendex-address-map-state {
  background: #eff6ff;
  border-top: 1px solid #d9e4f2;
  color: #46627f;
  font-weight: 600;
  padding: 10px 14px;
}

.vendex-address-map-state[data-tone="success"] {
  background: #e9fbf2;
  color: #16805f;
}

.vendex-address-map-state[data-tone="warning"] {
  background: #fff8e8;
  color: #9a5b05;
}

.modal .vendex-address-map {
  height: 300px !important;
}

@media (max-width: 767px) {
  .vendex-address-suggestions {
    max-height: 230px;
  }

  .vendex-address-map,
  .modal .vendex-address-map {
    height: 240px;
  }
}
