webview-ui/src/ClusterProperties/ClusterProperties.module.css [32:47]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

.tooltip .tooltiptext {
    visibility: hidden;
    background-color: var(--vscode-editorHoverWidget-background);
    color: var(--vscode-editorHoverWidget-foreground);
    border-color: var(--vscode-editorHoverWidget-border);
    border-width: 1px;
    border-style: solid;
    text-align: left;
    padding: 0.5rem;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    width: max-content;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



webview-ui/src/KaitoModels/KaitoModels.module.css [220:233]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

.tooltip .tooltiptext {
    visibility: hidden;
    background-color: var(--vscode-editorHoverWidget-background);
    color: var(--vscode-editorHoverWidget-foreground);
    border-color: var(--vscode-editorHoverWidget-border);
    border-width: 1px;
    border-style: solid;
    text-align: left;
    padding: 0.5rem;
    position: absolute;
    z-index: 1;
    width: max-content;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



