.img-container {
  width: 100%;
  aspect-ratio: 16 / 9; /* 統一 16:9 */
  overflow: hidden;
  margin-bottom: 1.5rem;
  border-radius: 12px;
}

.post-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}