#gallery-post > .gallery.style2 article .image img {
    height: 15rem;
    object-fit: cover;
}

.gallery-post-content {
  font-size: 20px;
  max-width: 650px;
  margin: 0 auto;
  padding: 0 1rem;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .gallery-post-content {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .gallery-post-content {
    font-size: 16px;
  }
}

figure {
  margin: 2rem 0;
  text-align: center;
}
figure img {
  border-radius: 4px;
  max-width: 100%;
  height: auto;
}
figcaption {
  font-size: 0.9rem;
  color: #777;
  margin-top: 0.5rem;
}
.center-image {
    justify-self: center;
}


/* === Post list === */
.posts-list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin: 4rem auto;
  margin-top: 8rem;
  max-width: 800px;
  padding: 0 1rem;
}

.posts-list article {
  border-bottom: 1px solid #ddd;
  padding-bottom: 2rem;
}
.posts-list article:last-child {
  border-bottom: none;
}
.posts-list article h2 {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
.posts-list article p {
  color: #555;
  font-size: 1.05rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .posts-list {
    gap: 2rem;
  }
  .posts-list article h2 {
    font-size: 1.4rem;
  }
  .posts-list article p {
    font-size: 1rem;
  }
}

div.post-title {
  font-size: 32px;
}
span.issue-span {
  font-size: 18px;
}
span.dropcap {
  font-family: serif;
  font-size: 2.5rem;
  margin: 0.25rem;
  line-height: 2rem;
}
