.suggestions-panel{position:absolute;z-index:20;top:100%;left:0;right:0;background:#111;border:1px solid rgba(212,175,55,.3);margin-top:4px;max-height:12rem;overflow-y:auto} .suggestions-panel button{width:100%;text-align:left;padding:.75rem 1rem;font-size:.875rem;color:#999;border-bottom:1px solid rgba(212,175,55,.1);background:none;cursor:pointer} .suggestions-panel button:hover{background:rgba(212,175,55,.1);color:#D4AF37} .suggestions-panel button:last-child{border-bottom:none} .spinner{display:inline-block;width:3rem;height:3rem;border:3px solid rgba(212,175,55,.3);border-top-color:var(--gold);border-radius:50%;animation:spin 1s linear infinite} @keyframes spin{to{transform:rotate(360deg)}} 