<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pac-container {
  margin-left: -15px;
  z-index: 99999;
  box-shadow: none !important;
  height: 44vh !important;
  padding-top: 30px !important;
  border-top-color: transparent !important;
}

.pac-item {
  position: relative;
  height: 50px;
  margin: 0 0 32px 0;
  padding-left: 80px;
  line-height: 20px !important;
  border: none !important;
  cursor: pointer;
}

.pac-item:hover {
  background: none;
}

.pac-icon {
  position: absolute;
  top: 0px;
  left: 40px;
  width: 24px;
  height: 26px;
  background: url('/images/pin.png') no-repeat !important;
}

.pac-item span {
  font-size: 18px;
}

.pac-item-query {
  display: block !important;
  font-size: 20px !important;
  color: #404549 !important;
}
</pre></body></html>