.tooltip-content .react-tooltip-lite {
  width: 295px;
  height: auto;
}

.tooltip-content-email .react-tooltip-lite {
  width: 295px;
  height: auto;
}

.tooltip-content-payment .react-tooltip-lite {
  width: 295px;
  height: auto;
}

.tooltip-content-block {
  padding: 10px 20px;
  font-size: 14px;
  color: #142046;
  opacity: 1;
}

.tooltip-content-heading {
  margin-bottom: 12px;
  font-weight: bold;
}

.tooltip-content-text {
  margin: 0;
}

.container {
  position: absolute;
  width: 100%;
  z-index: 2;
}

.autocomplete-container {
  border-bottom: honeydew;
  border-left: honeydew;
  border-right: honeydew;
  border-top: 1px solid #e6e6e6;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 2px 2px;
  width: 320px;
  min-width: 100%;
  @media (max-width: 700px) {
    max-width: 100%;
  }
}

.suggestion-item {
  padding: 8px;
  text-align: left;
  background-color: #fff;
  cursor: pointer;
  font-size: 0.875em;
  border-bottom: #dfdfdf 1px solid;
}

.suggestion-item--active {
  background-color: #142046;
  color: #ffffff;
}

.dropdown-footer {
  font-size: 12px;
  display: flex;
  justify-content: flex-end;
  padding: 4px;
  background-color: #ffffff;
}

.dropdown-footer-image {
  display: inline-block;
  width: 150px;
}

.marker-logo {
  width: 16px;
  height: 16px;
  transform: translate(0, 3px);
  margin-right: 5px;
}

.google-logo {
  width: 100px;
  height: auto;
  max-height: 15px;
}
