/* v0.11.9 Google address suggestions; the normal text input always remains usable. */
.address-slot{position:relative}
.address-suggestions{position:absolute;left:0;right:0;z-index:1000;margin-top:4px;background:#fff;border:1px solid #d8d0c2;border-radius:10px;box-shadow:0 12px 28px rgba(0,0,0,.13);overflow:hidden}
.address-suggestions.hidden{display:none}
.address-suggestion{display:block;width:100%;border:0;border-bottom:1px solid #eee8de;background:#fff;padding:11px 13px;text-align:left;font:inherit;cursor:pointer}
.address-suggestion:hover,.address-suggestion:focus{background:#f7f3e9}
.address-google-attribution{padding:6px 12px 7px;text-align:right;font-size:10px;color:#777;background:#fff}
.address-status{min-height:16px;margin-top:5px;color:#6b7280;font-size:12px}
