/**
 * core/post-content
 */
.wp-block-post-content {
  counter-reset: gtmt-number-badge 0;
}
.wp-block-post-content.is-style-default .post-nav-links, .wp-block-post-content:not([class~=is-style-]) .post-nav-links {
  font-size: var(--wp--preset--font-size--xs);
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--wp--preset--spacing--2-xs);
}
.wp-block-post-content.is-style-default .post-page-numbers, .wp-block-post-content:not([class~=is-style-]) .post-page-numbers {
  font-weight: 400;
  color: var(--wp--preset--color--accent);
  background: var(--wp--preset--color--accent-2);
  font-weight: 500;
  border-radius: var(--wp--custom--radius--md);
  padding: 0.35em 0.65em;
  margin: 0;
}
.wp-block-post-content.is-style-default .post-page-numbers.current, .wp-block-post-content:not([class~=is-style-]) .post-page-numbers.current {
  color: #fff;
  background: var(--wp--preset--color--accent);
}
.wp-block-post-content.is-style-default .post-page-numbers:not(:hover):not(:focus), .wp-block-post-content:not([class~=is-style-]) .post-page-numbers:not(:hover):not(:focus) {
  text-decoration: none;
}
.wp-block-post-content :where(p) + :where(h1, h2, h3, h4) {
  -webkit-margin-before: var(--wp--preset--spacing--lg);
          margin-block-start: var(--wp--preset--spacing--lg);
}