html .wp-block-query-pagination {
  margin-block-start: 0 !important;
  margin-bottom: var(--wp--preset--spacing--40) !important;
}
html .wp-block-query-pagination span.current {
  border: solid 1px var(--wp--preset--color--raiden-blue);
  padding: 3px 9px;
  border-radius: 6px;
}
html .wp-block-query-pagination a.page-numbers,
html .wp-block-query-pagination span.current {
  text-decoration: none;
  margin: 0 5px;
}
html .wp-block-query-pagination a.page-numbers:hover, html .wp-block-query-pagination a.page-numbers:focus {
  text-decoration: underline;
}
