/** -------------------------------------------- */
/** Hide Recent Stories listing because it selects stories that don't belong to to category */
.category-layout__enhanced aside.most-read {
  display: none;
}

body.category .category-layout__enhanced .category-item__primary {
  flex-basis: 100%;
}
@media (min-width: 1020px) {
  body.category
    .category-layout__enhanced
    .category-item__primary
    .ncst-content-card:first-of-type
    .content-card__text-container {
    flex-basis: 30%;
  }
  body.category
    .category-layout__enhanced
    .category-item__primary
    .ncst-content-card:first-of-type
    .content-card__image-container {
    flex-basis: 70%;
  }
}

/** -------------------------------------------- */
/** Table border color fix */

.wp-block-table table td,
.wp-block-table table th, 
.wp-block-table table tr {
  border: 2px solid #f2f2f2 !important;
}
