.post-card h2,
.post-card h3,
.archive-card h2,
.archive-card h3,
.news-card h2,
.news-card h3 {
  margin-top: 0;
}

.post-card,
.archive-card,
.news-card {
  display: flex;
  flex-direction: column;
}

.post-card-content,
.archive-card-content,
.news-card-content {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.post-card .read-more-link,
.archive-card .read-more-link,
.news-card .read-more-link {
  margin-top: auto;
}

.site-logo img {
  max-height: 54px;
  width: auto;
}

.wp-block-latest-posts,
.wp-block-categories,
.wp-block-archives,
.wp-block-page-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wp-block-latest-posts li,
.wp-block-categories li,
.wp-block-archives li,
.wp-block-page-list li {
  padding: 10px 0;
  border-bottom: 1px solid var(--ed-line);
}

.wp-block-latest-posts li:last-child,
.wp-block-categories li:last-child,
.wp-block-archives li:last-child,
.wp-block-page-list li:last-child {
  border-bottom: 0;
}

.wp-block-search__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border-radius: 14px;
  border: 0;
  background: var(--ed-accent);
  color: #fff;
  font-weight: 700;
  padding: 0 20px;
}

.wp-block-tag-cloud a,
.tagcloud a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--ed-secondary-soft);
  color: var(--ed-secondary);
  margin: 0 8px 8px 0;
  font-size: 0.92rem !important;
}

.wp-caption {
  max-width: 100%;
}

.gallery {
  display: grid;
  gap: 16px;
}

.gallery-item {
  margin: 0;
}

.sticky {
  position: relative;
}

.sticky::before {
  content: 'Featured';
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--ed-accent);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
}

.bypostauthor {
  outline: none;
}

iframe,
embed,
object,
video {
  max-width: 100%;
  border-radius: 18px;
}

@media (max-width: 820px) {
  .site-logo img {
    max-height: 46px;
  }
}