/* Keep card image height consistent in editor for both blocks */
.wp-block[data-type="tv3/articles"] .tv3-articles__img,
.wp-block[data-type="tv3/article-card"] .tv3-articles__img {
  height: 160px;
}

/* Pagination styles */
.tv3-pagination.is-editor {
  display: flex;
  max-width: 395px;
  justify-content: space-between;
  margin: auto;
}
