.hk-tag-pagination { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px; margin-block-start: 1rem; }
.hk-tag-pagination > * { min-width: 0; overflow-wrap: anywhere; }
.hk-tag-pagination .hk-neu-load-more { margin: 0; min-height: 44px; }
.hk-tag-pagination a:focus-visible { outline: 3px solid currentColor; outline-offset: 4px; }
.hk-tag-pagination a[aria-disabled="true"] { cursor: wait; opacity: .7; }
.hk-tag-pagination-status { text-align: center; }
.hk-tag-pagination-status:empty { display: none; }

/* Only tag-archive list cards: leave /neu/, categories and featured cards alone. */
body.tag .hk-tax-page--tag .hk-neu-all__list > .hk-neu-post-card--list {
  grid-template-columns: clamp(144px, 35%, 280px) minmax(0, 1fr);
  align-items: center;
}

body.tag .hk-tax-page--tag .hk-neu-post-card--list > .hk-neu-post-card__image {
  align-self: start;
}

@media (max-width: 479px) {
  body.tag .hk-tax-page--tag .hk-neu-all__list > .hk-neu-post-card--list {
    grid-template-columns: minmax(0, 1fr);
  }

  body.tag .hk-tax-page--tag .hk-neu-post-card--list > .hk-neu-post-card__image img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    min-height: 0;
    max-height: none;
  }
}
