.place-suggest-control{position:relative;min-width:0}.place-suggest-control>input{padding-right:48px!important}.place-suggest-locate{position:absolute;z-index:2;top:50%;right:7px;display:grid;place-items:center;width:36px;height:36px;padding:0;transform:translateY(-50%);border:0;border-radius:10px;background:transparent;color:var(--muted)}.place-suggest-locate:hover,.place-suggest-locate.active{background:color-mix(in srgb,var(--green) 10%,transparent);color:var(--green)}.place-suggest-locate:disabled{opacity:.55}.place-suggest-locate svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}.place-suggest-list{position:fixed;z-index:90;max-height:300px;overflow:auto;padding:6px;border:1px solid var(--line);border-radius:14px;background:var(--card);box-shadow:0 18px 42px #14271f33}.place-suggest-list[hidden]{display:none}.place-suggest-list button{display:grid;width:100%;gap:2px;padding:10px 12px;border:0;border-radius:10px;background:transparent;color:var(--ink);text-align:left}.place-suggest-list button:hover,.place-suggest-list button.active{background:color-mix(in srgb,var(--green) 10%,var(--card))}.place-suggest-list strong{font-size:14px;line-height:1.3}.place-suggest-list span{color:var(--muted);font-size:12px;line-height:1.35}.place-suggest-message{margin:0;padding:11px 12px;color:var(--muted);font-size:13px}
@media(max-width:560px){.place-suggest-control{display:grid}.place-suggest-list{position:static;z-index:3;top:auto;right:auto;bottom:auto;left:auto;width:100%;max-height:min(32vh,260px);margin-top:6px;border-radius:14px;box-shadow:0 12px 30px #14271f2b}.modal-panel:has(.place-suggest-list:not([hidden])){overflow-y:auto}.place-suggest-list button{padding:12px}.place-suggest-list strong{font-size:15px}}
