#cmb-sticky-chatbot #mobile-floating-cmb-chatbot {
    position: fixed;
    bottom: 108px;
    right: 20px;
    flex-shrink: 0;
    z-index: 1000;
}

#desktop-floating-cmb-chatbot-container {
    display: none;
}


@media(min-width:992px) {

    #cmb-sticky-chatbot {
        display: flex;
        justify-content: center;
    }

    #cmb-sticky-chatbot #mobile-floating-cmb-chatbot {
        display: none;
    }

    #cmb-sticky-chatbot #desktop-floating-cmb-chatbot {
        position: fixed;
        display: flex;
        bottom: 106px;
        width: 828px;
        gap: 8px;
        height: 79px;
        z-index: 1;
        background-color: #FFFFFF;
        border-top-left-radius: 23px;
        border-bottom-left-radius: 23px;
        border-top-right-radius: 16px;
        border-bottom-right-radius: 16px;
        box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
    }

    #desktop-floating-cmb-chatbot-container {
        display: flex;
        border-top-left-radius: 16px;
        border-bottom-left-radius: 16px;
        width: 100%;
    }

    #desktop-floating-cmb-chatbot-info {
        width: 361px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: var(--size-space-0, 0px) var(--space-24, 24px);
        align-items: self-start;
        gap: 4px;
        flex: 1 0 0;
    }

    #desktop-floating-cmb-chatbot-info p {
        margin: 0;
    }

    #desktop-floating-cmb-chatbot-info .desktop-floating-cmb-chatbot-info-title {

        font-weight: var(--font-weight-smbold);
        font-size: var(--size-font-125);
        line-height: var(--size-font-line-height-m);
        font-style: var(--font-style-normal);
    }

    #desktop-floating-cmb-chatbot-info .desktop-floating-cmb-chatbot-info-subtitle {

        font-weight: var(--font-weight-regular);
        font-size: var(--size-font-100);
        line-height: var(--size-font-line-height-s);
        font-style: var(--font-style-normal);
    }

    .desktop-floating-cmb-chatbot-btn {
        height: 80px;
    }

    #desktop-floating-cmb-chatbot-btn-container {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: var(--border-radius-none, 0px) var(--space-40, 20px);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: var(--border-radius-none, 0px);
        flex: none;
        align-self: stretch;
        min-height: 56px;
        height: auto;
        min-width: 200px;
        max-width: 328px;
        flex-shrink: 0;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        border-radius: 80px;
        border: none;
        text-decoration: none;
        text-align: center;
        white-space: unset;
        cursor: pointer;
        z-index: unset;
    }


}