.mk_chat-thinking-rich {
    padding: 12px;
    color: #333;
    font-size: 12px;
    line-height: 1.65;
    white-space: normal;
    overflow-wrap: anywhere;
}

.mk_chat-thinking-rich > :first-child {
    margin-top: 0;
}

.mk_chat-thinking-rich > :last-child {
    margin-bottom: 0;
}

.mk_chat-thinking-rich ul,
.mk_chat-thinking-rich ol {
    padding-left: 1.6em;
}

.mk_chat-thinking-rich pre {
    max-width: 100%;
    overflow-x: auto;
}

.mk_chat-thinking-rich table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
}

.mk_session-actions {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    gap: 8px;
}

.mk_session-delete {
    padding: 6px 12px;
    border: 1px solid rgba(220, 38, 38, 0.28);
    border-radius: 6px;
    background: #fff;
    color: #dc2626;
    font-size: 12px;
    cursor: pointer;
}

.mk_session-delete:hover {
    border-color: #dc2626;
    background: #fff5f5;
}

@media (max-width: 576px) {
    .mk_chat-thinking-rich {
        padding: 10px;
        font-size: 11px;
    }

    .mk_session-actions {
        gap: 6px;
    }

    .mk_session-delete,
    .mk_session-enter {
        padding: 6px 9px;
    }
}
