.webora-messages{

    flex:1;

    overflow-y:auto;

    padding:18px;

    background:#f7f8fb;

}

.webora-message{

    max-width:82%;

    margin-bottom:15px;

    padding:14px 18px;

    border-radius:18px;

    line-height:1.6;

    font-size:15px;

}

.webora-message.ai{

    background:#fff;

    border:1px solid #ececec;

}

.webora-message.user{

    margin-left:auto;

    background:#2563eb;

    color:#fff;

}
.webora-message.ai strong {
    font-weight: 700;
}

.webora-message.ai a {
    color: #2563eb;
    text-decoration: underline;
}

.webora-list-item {
    margin: 6px 0;
    line-height: 1.5;
}

.webora-list-number {
    font-weight: 700;
}

.webora-list-bullet {
    font-weight: 700;
    margin-right: 4px;
}