.wp-chatbot-start-content-single {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 15px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px 0px, rgb(116 182 167 / 50%) 0px 2px 0px 0px inset !important;
}
.wp-chatbot-start-content-single {
    margin-bottom: 17px;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    font-size: 14px;
    line-height: 1.4;
    color: rgb(0, 0, 0);
    overflow: hidden;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 15px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px 0px, rgba(48, 71, 236, 0.5) 0px 2px 0px 0px inset;
    padding: 10px;
    width: 95%;
}
.wp-chatbot-start-content-single p {
    margin-bottom: 6px;
}

.qc-new-conversation-button {
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    pointer-events: auto;
    cursor: pointer;
    border-radius: 40px;
    text-align: center;
    padding: 0px 16px;
    background-color: rgb(255, 255, 255);
    color: rgb(48, 71, 236);
    border: 1px solid rgb(48, 71, 236);
    transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
}
.qcwp-chatbot-search-article {
    position: relative;
}
.qcld_new_start_button span {
    border: unset !important;
    color: #000 !important;
    background: #fff !important;
    padding: 8px 0px !important;
    margin: 0px !important;
}
.wp-chatbot-start-content-single span {
    border: none;
    margin: 0;
    width: auto;
    text-align: left;
    cursor: pointer;
    display: block;
}