/**
 * กริดประกาศจาก /api/listings (#day-properties-grid-box)
 * ให้รูปปกทุกการ์ดมีอัตราส่วนและพื้นที่แสดงผลเท่ากัน (เทียบเท่า modern-property-child-slider 400×270)
 */
section#properties-listing #day-properties-grid-box .rh-ultra-property-card-thumb a {
  aspect-ratio: 400 / 270;
  width: 100%;
  position: relative;
  background: #e8e8e8;
}

section#properties-listing #day-properties-grid-box .rh-ultra-property-card-thumb img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  display: block;
}

section#properties-listing #day-properties-grid-box .day-property-no-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: #e8e8e8;
}
