<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pac-item {
  border-top: none !important; 
  color: #1C004F;
  cursor: default;
  font-family: "Red Hat Display", sans-serif;
  font-size: 14px;
  line-height: 1.15;
  overflow: hidden;
  padding: 16px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pac-item--special img {
  height: 40px !important;
  margin: 0px !important;
  margin-left: -15px !important;
}

.pac-container {
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 0 4px 12px 0 rgba(0,0,0,.12);
  font-size: 14px;
  padding: 16px;
}

.pac-icon {
  display: none;
}

.pac-item-query {
  color: #000;
  font-size: 14px;
  padding-right: 3px;
}</pre></body></html>