.grow:has(> a[href*="magicaidocs.liquid-themes.com"]) {
    display: none !important;
}

.lqd-alert:has(a[href*="magicaidocs.liquid-themes.com"]) {
    display: none !important;
}
.sort {
    cursor: pointer;
    border: none;
    background: transparent;
    font-weight: 600;
}

.sort.asc::after {
    content: " ▲";
}

.sort.desc::after {
    content: " ▼";
}
#workbook_textarea .tox .tox-sidebar-wrap {
    border: 1px solid #ebebeb;
    margin-top: 10px;
    border-radius: 10px;
}
.min-h-\[41px\] {
    min-height: 41px;
}

.lqd-ext-chatbot-history-messages-wrap {
    .lqd-ext-chatbot-history-messages {
        height: calc(100dvh - 77px) !important;

        @media screen and (max-width: 575px) {
            height: calc(100dvh - 170px) !important;
        }
    }
}
