.company-choice-list{display:grid;gap:.75rem;margin-top:1.25rem}.company-choice{display:flex;align-items:center;gap:.85rem;width:100%;padding:1rem;text-align:left;background:#fff;border:1px solid var(--line);border-radius:14px;color:var(--ink);transition:.15s}.company-choice:hover,.company-choice:focus-visible{border-color:#7aab9d;box-shadow:0 0 0 .25rem rgba(23,107,84,.08)}.company-choice-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:#e7f1ec;color:var(--brand);font-size:1.1rem;flex:0 0 auto}.company-choice-copy{min-width:0;flex:1}.company-choice-copy strong,.company-choice-copy small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.company-choice-copy small{color:var(--muted);margin-top:.15rem}.company-choice .bi-chevron-right{color:#89938e}.company-choice[disabled]{opacity:.65;cursor:wait}@media(max-width:560px){.company-choice{padding:.85rem}.company-choice-icon{width:38px;height:38px}}
