.workspace-header:has(.tcode-suggestions:not([hidden])){z-index:46}
.tcode-suggestions{position:absolute;top:calc(100% + 8px);right:0;left:0;z-index:45;max-height:min(360px,55dvh);overflow-y:auto;overscroll-behavior:contain;border:1px solid #d8dfd8;border-radius:10px;background:#fff;box-shadow:0 12px 32px #173d3426;padding:4px}
.tcode-suggestions[hidden]{display:none!important}
.tcode-suggestion{display:flex;flex-direction:column;align-items:flex-start;gap:3px;width:100%;min-height:52px;padding:9px 12px;border:0;border-radius:6px;background:#fff;color:#1c3430;text-align:left;overflow-wrap:anywhere}
.tcode-suggestion strong{font:600 13px ui-monospace,SFMono-Regular,Consolas,monospace}
.tcode-suggestion span{font-size:12px;color:#60766b}
.tcode-suggestion:hover,.tcode-suggestion[aria-selected=true]{background:#edf5e4}
.tcode-suggestion-empty{margin:0;padding:12px;font-size:12px;line-height:1.5;color:#60766b}
@media(max-width:767px){.tcode-suggestions{top:auto;bottom:calc(100% + 10px);left:-8px;right:-8px;max-height:min(250px,45dvh);scrollbar-width:thin}.tcode-suggestion{min-height:60px}}
