.wp-block-navigation {
  --navigation-layout-justify: right;
}

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

.wp-block-button__link {
  transition:
    transform var(--wp--custom--motion--base) var(--wp--custom--motion--easing),
    background-color var(--wp--custom--motion--base) var(--wp--custom--motion--easing),
    color var(--wp--custom--motion--base) var(--wp--custom--motion--easing);
}

.wp-block-button__link:hover {
  transform: translateY(-1px);
}

.wp-block-query-pagination {
  margin-block-start: var(--wp--preset--spacing--lg);
}
