1aichat-chat {
2    --color-link: @ini_link;
3}
4
5aichat-button{
6    --color-chat-icon: @ini_link;
7    --color-link: @ini_link;
8
9    &.float {
10        position: fixed;
11        bottom: 1em;
12        right: 1em;
13        --icon-size: 5em;
14        z-index: 9998;
15    }
16}
17