/** custom css for SimpleBlog **/
.blogSubcat__list {
  display: flex !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 1rem !important;
  padding-left: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.blogSubcat__link {
  text-align: center !important;
  display: inline-block !important;
}