.entity-search{position:relative;display:grid;grid-gap:.25rem;gap:.25rem}.entity-search__field,.entity-search__label{display:grid;grid-gap:.25rem;gap:.25rem;font-size:.85rem;color:var(--muted,#78716c)}.entity-search__caption{color:var(--muted,#78716c)}.entity-search__field>input,.entity-search__label>input,.entity-search__selected input{font:inherit;color:inherit;width:100%;box-sizing:border-box;padding:.4rem .5rem;border:1px solid var(--line,#e7e5e4);border-radius:6px;background:#fff}.entity-search__selected{display:grid;grid-template-columns:1fr auto;grid-gap:.35rem;gap:.35rem;align-items:center}.entity-search__list{position:absolute;z-index:40;left:0;right:0;top:calc(100% + 2px);margin:0;padding:.25rem;list-style:none;max-height:14rem;overflow:auto;background:#fff;border:1px solid var(--line,#e7e5e4);border-radius:6px;box-shadow:0 8px 20px rgba(28,25,23,.12)}.entity-search__list button{display:block;width:100%;text-align:left;font:inherit;color:inherit;background:transparent;border:0;border-radius:4px;padding:.4rem .45rem;cursor:pointer}.entity-search__list button:focus,.entity-search__list button:hover{background:#f5f5f4}.entity-search__list button.is-new{color:#0f766e;font-weight:600}.entity-search__empty{padding:.35rem .45rem;color:var(--muted,#78716c);font-size:.82rem}.entity-search__error{margin:0;color:#b91c1c;font-size:.8rem}