/* Image border radius (images only) */
.blogmainpage .post-item img {
  border-radius: 12px;
}

/* Equal height card alignment (like Klook) */
.blogmainpage .posts-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}

.blogmainpage .post-item {
  display: flex;
  flex-direction: column;
}

/* New posts radius (images only)  */
.image_frame .image_wrapper img {
  border-radius: 12px;
}

.image_frame .image_wrapper {
  border-radius: 12px;
  overflow: hidden;
}

