/* 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;
}

/* เปลี่ยนพื้นหลังส่วนล่างสุดให้เป็นสีแดง */
#Footer .footer_copy {
    background-color: #ff0000 !important; /* เปลี่ยน #ff0000 เป็นรหัสสีแดงของ Eatigo นะครับ */
    border: none !important;
}


/* New posts radius (images only)  */
.image_frame .image_wrapper img {
  border-radius: 12px;
}

.image_frame .image_wrapper {
  border-radius: 12px;
  overflow: hidden;
}

