/* Semantic and accessibility additions for the SEO-refined templates. */
dl.bloglist01 dt .entry-title {
  color: inherit;
  font: inherit;
  margin: 0;
}

.otherpostbox h2.title02 {
  display: block;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 22px;
}

.entry-author a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.post-page-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0;
}

nav.pagenav ul.page-numbers a.page-numbers,
nav.pagenav ul.page-numbers span.page-numbers {
  align-items: center;
  border: 1px solid #1f2228;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  min-height: 50px;
  min-width: 50px;
}

nav.pagenav ul.page-numbers span.current {
  background: #10a37f;
  border-color: #10a37f;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .star {
    animation: none !important;
  }
}
