<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">			#results_city {
				  /*height: 6rem;
  width: 370px;*/
  margin: 0;
  padding: .8rem 2rem 0 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 1.8rem;
  font-weight: 400;
  color: rgba(64,64,64,.9);
  outline: none;
  /*border-radius: 10rem;
  border: .3rem solid rgba(232,187,0,.9);
  */
  background-size: 2.4rem;
  background-position: left 1.05rem top 0.8rem;
  background-repeat: no-repeat;
  background-origin: border-box;
  background-color: #fff;
				display: none;
				margin-top: 1rem;
				

			}


.autoComplete_wrapper &gt; input {
	border: .3rem solid rgba(232,187,0,.9);
	color: rgba(64,64,64,.9);
	background-image: url('../design/search.svg');
	height: 4rem;
	background-size: 2.4rem;
	padding: 0 2rem 0 4.2rem;
	font-size: 1.25rem;
	font-weight: 700;
	 border: 0.05rem solid rgba(232,187,0,.5);
	 
}

.autoComplete_wrapper &gt; input::placeholder, .autoComplete_wrapper &gt; input:hover::placeholder, .autoComplete_wrapper &gt; input:focus::placeholder, .autoComplete_wrapper &gt; input:focus::selection, .autoComplete_wrapper &gt; input::selection, .autoComplete_wrapper &gt; input:focus {
	color: rgba(64,64,64,.9);
	/*border: 0.05rem solid rgba(232,187,0,.5);*/
	font-weight: 700;
}


.autoComplete_wrapper &gt; input:hover {
	color: rgba(64,64,64,.9);
	border: .3rem solid rgba(232,187,0,.9);
}

.autoComplete_wrapper &gt; ul &gt; li {

  font-size: 1.25rem;

}

.autoComplete_wrapper &gt; ul &gt; li:hover {
  cursor: pointer;
  background-color: rgba(232,187,0,.1);
}

.autoComplete_wrapper &gt; ul &gt; li mark {

  color: rgba(232,187,0,.9);

}</pre></body></html>