<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.geo-autocomplete {
  position: absolute;
  border: 2px #F2F2F2 solid;
  display: none;
  background: white;
  min-width: 100px;
  z-index: 2000;
  border-radius: 0; }
  .geo-autocomplete &gt; div {
    padding: 8px 10px;
    cursor: pointer; }
    .geo-autocomplete &gt; div &gt; div {
      white-space: nowrap;
      overflow: hidden;
      max-width: 100%;
      text-overflow: ellipsis;
      font-size: inherit; }
    .geo-autocomplete &gt; div:hover, .geo-autocomplete &gt; div.geo-autocomplete__item_active {
      background: var(--alt-box-bg-color); }
  .geo-autocomplete_open {
    display: block; }
</pre></body></html>