/* Enter Your Custom CSS Here */
.postid-1141 .entry-title {
display: none;
}

.img[Attributes Style] {
	width: 100% !important;
	height: auto !important;
}

/* === Featured Image chỉnh nhỏ lại === */
.entry-image img {
  max-width: 60%;       /* giảm kích thước ảnh chính xuống 60% chiều ngang */
  height: auto;
  display: block;
  margin: 0 auto 20px;  /* canh giữa và thêm khoảng cách dưới */
  border-radius: 8px;   /* bo góc nhẹ cho đẹp */
}

/* === Các ảnh follow-up hiển thị cạnh nhau === */
.wpuf_customs li:first-child {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;              /* khoảng cách giữa các ảnh */
  justify-content: center; /* canh giữa các ảnh */
}

.wpuf_customs li:first-child a img {
  width: 200px;           /* hoặc dùng % nếu muốn responsive */
  height: auto;
  border-radius: 6px;
  transition: transform 0.2s ease;
}

.wpuf_customs li:first-child a img:hover {
  transform: scale(1.05);
}

/* === Đảm bảo phần thông tin sau ảnh cách ra một chút === */
.wpuf_customs li:not(:first-child) {
  margin-top: 10px;
  line-height: 1.6;
}
