/* Address autocomplete (lib/maps/gmaps.js) — the wrapped input must render exactly like the plain
   form input it replaces, and the results panel must span the field, not hug a pill search box. */
.ui.form .ui.search.addr-ac { display: block; width: 100%; }
.ui.form .ui.search.addr-ac > .prompt { border-radius: .28571429rem; width: 100%; }
.ui.search.addr-ac > .results { width: 100%; }

/* Required Google attribution when predictions show without a map. */
.ui.search.addr-ac > .results::after {
  content: "powered by Google";
  display: block;
  padding: .3em .9em;
  font-size: .68em;
  color: rgba(0, 0, 0, .3);
  text-align: right;
  border-top: 1px solid rgba(34, 36, 38, .1);
}
