:where(.wp-block-columns) {
    margin-bottom: 0em !important;
}

.wp-block-post-category {
    color: var(--wp--preset--color--brand-a) !important;
    font-weight: bold;
  }
  
  nav.wp-block-query-pagination.is-content-justification-space-between.is-layout-flex:not(:has(.wp-block-query-pagination-previous))::before {
    content: '';
    display: block;
    margin-inline-end: auto;
  }
  
  nav.wp-block-query-pagination.is-content-justification-space-between.is-layout-flex:not(:has(.wp-block-query-pagination-previous)) .wp-block-query-pagination-numbers {
    margin-inline-end: 0;
  }
  
  nav.wp-block-query-pagination.is-content-justification-space-between.is-layout-flex:not(:has(.wp-block-query-pagination-next))::after {
    content: '';
    display: block;
    margin-inline-start: auto;
  }
  
  nav.wp-block-query-pagination.is-content-justification-space-between.is-layout-flex:not(:has(.wp-block-query-pagination-next)) .wp-block-query-pagination-numbers {
    margin-inline-start: 0;
  }
  
  a:where(:not(.wp-element-button)) {
    text-decoration: none;
  }