article {
  margin-top: 16px;
  background-color: #fff;
  border-radius: 2px;
}

section ~ .card-list {
  border-top: 1px solid #ccc;
}

.card-list {
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0 8px;

  article {
    padding: 8px;
    box-shadow: 0 3px 7px 0 rgba(0,0,0,0.26);

    &:last-child {
      margin-bottom: 16px;
    }
  }

  .row {
    display: flex;
    flex-direction: row;

    .box {
      display: flex;
      flex-direction: column;
      flex-grow: 1;
    }
  }

  aside {
    display: flex;
    &:first-child {
      margin-right: 8px
    }

    &:last-child {
      margin-left: 8px;
    }
  }

  .action-list {
    clear: both;
    display: block;
    width: 100%;
  }
}
