.chat-messages-wrap {
    flex: 1;
    min-height: 0;
    padding: 20px;
    overflow-y: auto;
    background: #ffffff;
}

.messages-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}