.wp-site-blocks {
  min-height: 100vh;
  background: transparent;
}

.wp-block-post-title a {
  color: inherit;
  text-decoration: none;
}

.wp-block-post-excerpt {
  color: var(--muted);
}

.wp-block-query-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-3);
  margin-top: var(--space-7);
}

.wp-block-query-pagination a,
.wp-block-query-pagination .page-numbers {
  min-height: var(--tap-target);
  padding: var(--space-2) var(--space-4);
  border: 2px solid color-mix(in srgb, var(--line) 16%, transparent);
  border-radius: 8px;
  text-decoration: none;
}
