.dbproductassistant_product {
    background-color: #DCF1FF;
    background-image: url('/modules/dbproductassistant/views/img/chatbot_desktop.png');
    border-radius: 4px;
    padding: 16px;
    margin-top: 24px;
    clear: both;
    overflow: visible;
}

@media (max-width: 768px) {
    .dbproductassistant_product {
        background-image: url('/modules/dbproductassistant/views/img/chatbot_mobile.png');
        background-size: cover;
        background-position: right bottom;
    }
}

.dbproductassistant_product .text_productassistant {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    color: #171923;
    z-index: 2;
}

.dbproductassistant_product .text_productassistant .title {
    font-weight: 600;
    font-size: 16px;
    width: 100%;
    margin-bottom: 12px;
}

.dbproductassistant_product .text_productassistant .subtitle {
    font-weight: 400;
    font-size: 12px;
    width: calc(50% - 10px);
}

.dbproductassistant_product .text_productassistant .button_productassistant {
    width: calc(50% - 10px);
    margin-left: 20px;
    z-index: 3;
}

.dbproductassistant_product .text_productassistant .button_productassistant .btn_productassistant {
    background: #FFFFFF;
    border: 1px solid #718096;
    border-radius: 3px;
    font-weight: 600;
    font-size: 12px;
    color: #718096;
    width: 100%;
    padding: 8px 16px;
    cursor: pointer;
}

.dbproductassistant_product .text_productassistant .button_productassistant .btn_productassistant:hover {
    background: #FFF;
    border: 1px solid #2D3748;
    color: #2D3748;
}

.dbproductassistant_product .only-button {
    pointer-events: none;
}

.dbproductassistant_product .only-button button {
    pointer-events: auto;
}
