/*
Theme Name:   Neve Child by Ciihuy
Template:     neve
Version:      1.0
*/

.custom-posts-grid {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch; /* smooth scroll di iOS */
  gap: 10px;
  padding-bottom: 10px;
  margin: 0; /* pastikan tidak ada margin */
}

.custom-post-item {
  flex: 0 0 auto; /* jangan mengecil */
  width: 150px; /* sesuaikan ukuran thumbnail */
  display: inline-block;
  margin: 0;    /* hapus margin default */
  padding: 0;   /* hapus padding default */
  height: auto; /* supaya height mengikuti konten */
}

.custom-post-thumb {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
}
