.developer-original-transactions{
    display: flex;
    align-items: center;
    gap: 10px;

    & img{
        width:60px;
        height:60px;
        border-radius: 50%;
    }

    & div[description]{
        display: flex;
        flex-direction: column;

        & span[title]{
            font-weight: bold;
            font-size: 14px;
        }
        
        & span[address]{
            font-size: 12px;
        }
    }
}