.postcard-container {
  max-width: 960px;
  margin: 0 auto;
  padding: 2rem;
  font-family: Arial, sans-serif;
}

.postcard {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.postcard-image img {
  width: 360px;
  height: auto;
  object-fit: cover;
}

.postcard-content {
  padding: 1.5rem;
  flex: 1;
}

.postcard-content h1,
.postcard-content h2 a {
  font-size: 1.8rem;
  color: #0077B6;
  margin-bottom: 0.5rem;
  text-decoration: none;
}

.excerpt {
  font-size: 1rem;
  color: #333;
  margin-bottom: 1rem;
}

.meta {
  font-size: 0.85rem;
  color: #666;
}

.pagination {
  text-align: center;
  margin-top: 40px;
}
