//Posts grid
.wp-block-categories ul.children:last-child {
  margin-bottom: 0;
}
.wp-block-categories-list ul li {
  list-style: none;
}
.entry-content .wp-block-categories ul,
.entry-content .wp-block-latest-posts,
.entry-content .wp-block-latest-posts.is-grid {
    padding: 0;
    list-style: inside;
    margin-left: 0;
}


// .wp-block-categories li{
//   list-style: none;
// }

// .wp-block-latest-posts.is-grid {
//   list-style: outside;
//   padding-left: 20px;
// }

// .wp-block-categories{
//   max-width: 300px;
//   margin-left: 0;
// }
// .wp-block-categories .count{
//   float: right;
// }
// .wp-block-pullquote blockquote p:only-of-type{
//   margin-bottom: 0;
// }
// .wp-block-pullquote blockquote p{
//   color: inherit;
// }
// .wp-block-categories-list ul li{
//   list-style: none;
// }


// .wp-block-categories ul, 
// .wp-block-latest-posts,
// .wp-block-latest-posts.is-grid{
//     padding: 0;
//     list-style: inside;
//     margin-left: 0;
// }