.post.on-list .post-list-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1.15rem;
}

.post.on-list .post-list-thumb-link {
  flex: 0 0 120px;
  width: 120px;
  height: 120px;
  text-decoration: none;
}

.post.on-list .post-list-thumb {
  display: block;
  width: 120px;
  height: 120px;
  max-width: 120px;
  object-fit: cover;
  border: 1px solid var(--accent);
  background: #1d1e28;
}

.post.on-list .post-list-copy {
  min-width: 0;
  flex: 1;
}

.post.on-list .post-list-copy .post-meta {
  margin-bottom: 8px;
}

.post.on-list .post-list-copy .post-tags {
  margin-bottom: 10px;
}

.post.on-list .post-list-copy .post-content {
  margin-top: 0;
}

img.post-cover {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--accent);
  padding: 0;
  margin: 20px 0 8px;
  background: #fff;
}

.pagination {
  max-width: 100%;
  min-width: 0;
}

.pagination__title-h {
  max-width: calc(100% - 1.25rem);
  white-space: normal;
  overflow-wrap: anywhere;
  line-height: 1.45;
}

.pagination__buttons {
  width: 100%;
  align-items: stretch;
}

.pagination .button {
  flex: 1 1 100%;
  max-width: 100%;
  min-width: 0;
}

.pagination .button a {
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
  max-width: 100%;
  min-width: 0;
  justify-content: flex-start;
  text-align: left;
  flex-wrap: wrap;
  gap: 0.4rem;
  box-sizing: border-box;
}

.pagination .button.next a {
  justify-content: flex-end;
  text-align: right;
}

.pagination .button__text {
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
  overflow-wrap: anywhere;
  min-width: 0;
  flex: 1 1 auto;
}

@media (min-width: 685px) {
  .pagination .button {
    flex: 1 1 calc(50% - 10px);
  }
}

@media (max-width: 684px) {
  .header {
    margin-bottom: 0.85rem;
  }

  article.post {
    margin-top: 0;
  }

  .post-title {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
}
