.autocomplete-form {
  position: absolute;
  left: 10px;
  top: 10px;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  height: 43px; }
  .autocomplete-form form {
    margin-top: 4px; }
    .autocomplete-form form input[type="search"] {
      border: 0 none;
      width: calc(100vw - 88px); }
    .autocomplete-form form button[type="submit"] {
      color: #999;
      font-size: 26px;
      line-height: 1;
      background-color: transparent;
      margin: 3px 5px 0 0;
      padding: 0; }
      .autocomplete-form form button[type="submit"]:hover {
        color: #333; }
  @media (min-width: 320px) {
    .autocomplete-form form input[type="search"] {
      width: 230px; } }

/*# sourceMappingURL=autocomplete.css.map */
