.address-map-input{font-size:14px;line-height:24px;color:var(--foreground);padding:8px 12px;border:1px solid #e6e4eb;border-radius:8px;outline:none;width:100%;box-sizing:border-box}.address-map-input::placeholder{color:var(--muted-foreground);opacity:1}.address-map-input.error{border-color:var(--destructive)}.address-map-input:focus{outline:2px solid var(--ring);border-color:rgba(0,0,0,0)}.address-map-input:disabled{background-color:var(--ghost-white);border-color:var(--border);pointer-events:none}