.blog-sidebar .sidebar-inner {
  position: sticky;
  top: 60px;
  text-align: center;
}
.blog-sidebar .sidebar-inner > * {
  margin-bottom: 2rem;
  border-bottom: 6px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 2rem;
}
.blog-sidebar .promo img {
  border-radius: 2rem;
  margin-bottom: 1rem;
  width: 100%;
  border: 6px solid white;
}
.blog-sidebar .recent-posts ul {
  list-style: none;
  padding: 0;
}
.blog-sidebar .recent-posts .recent-post {
  margin-bottom: 2rem;
}
.blog-sidebar .recent-posts img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 2rem;
  margin-bottom: 1rem;
  border: 6px solid white;
}
.blog-sidebar .recent-posts .recent-post-title {
  font-weight: 600;
  line-height: 1.2;
}
.blog-sidebar .button-row {
  justify-content: center;
}
.blog-sidebar .toc {
  font-weight: 600;
  list-style: none;
  padding: 0;
}
.blog-sidebar h3,
.blog-sidebar .h3 {
  font-size: 24px;
}
@media (max-width: 1200px) {
  .blog-sidebar {
    margin-top: 2rem;
  }
  .blog-sidebar h3,
  .blog-sidebar .h3 {
    font-size: 20px;
  }
}
