.wp-block-group{
  background: #dedede;
  padding: 8px;
  strong{
    font-weight: 700;
  }
}
.wp-block-list{
  margin-top: 4px;
  li{
    list-style: disc;
    margin-left: 1em;
  }
  a{
    color: #3f51b5;
  }
}

.wp-block-table{
  table{
    width: 100%!important;
    margin-bottom: 16px;
  }
  th,td{
    padding: 8px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    &:last-child{
      border-right: 1px solid #ccc;
    }
  }
  th{
    background: #f2f2f2;
  }
  th,tr{
    &:last-child{
      border-bottom: 1px solid #ccc;
    }
  }
}