.pokemon {
  &__image {
    width: 40px;
    height: 40px;
    display: inline-block;

    img {
      width: 100%;
    }
  }

  &__number {
    color: #777;
    margin-right: 5px;
  }

  &__name {
    display: inline-block;
    padding-left: 20px;
    margin-top: 5px;
    vertical-align: top;
  }

  &__attributes {
    color: #777;
    font-size: 0.8rem;
    margin-top: 5px;
  }
}
