webview-ui/src/Kaito/Kaito.module.css [100:116]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    font-weight: 400;
    transition: all 0.1s ease;
    padding: 0.37rem 0.45rem 0.37rem 0.5rem;
    font-family: var(--vscode-font-family);
    border-radius: 0.17rem;
    margin-bottom: 0.4rem;
}

.button:hover {
    cursor: pointer;
    background: var(
        --vscode-selection-background,
        var(--vscode-list-activeSelectionBackground, var(--vscode-button-background, #0078d4))
    );
}

.button:disabled {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



webview-ui/src/KaitoModels/KaitoModels.module.css [178:194]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    font-weight: 400;
    transition: all 0.1s ease;
    padding: 0.37rem 0.45rem 0.37rem 0.5rem;
    font-family: var(--vscode-font-family);
    border-radius: 0.17rem;
    margin-bottom: 0.4rem;
}

.button:hover {
    cursor: pointer;
    background: var(
        --vscode-selection-background,
        var(--vscode-list-activeSelectionBackground, var(--vscode-button-background, #0078d4))
    );
}

.button:disabled {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



