/* การ์ด 1/3 แถว */
.residence-card {
  padding: 0 10px;
  margin-bottom: 20px;
}

/* มุมโค้ง */
.residence-card .proerty-item-radius {
  border-radius: 9px;
}
.residence-card .proerty-item-radius img {
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}

/* ช่องเนื้อหา */
.residence-card .item-entry.p-3 {
  padding: 12px !important;
}

/* จุดไข่ปลา */
.residence-card .dot-hr {
  border: none;
  border-top: 1px dotted #bbb;
  margin: 6px 0 8px 0;
}

/* แสดงรายการประเภท + ราคา */
.residence-card .price-list-vertical {
  margin-top: 10px;
  min-height: 75px;
}
.residence-card .price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  line-height: 1.2;
}

/* ป้ายประเภทแบบพื้นหลังมนๆ */
.residence-card .type-box {
  display: inline-block;
  padding: 4px 6px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 999px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  color: #222 !important;
  background-color: rgba(0, 0, 0, 0.05);
  line-height: 1;
}

/* ป้ายประเภทย่อย */
.residence-card .sale {
  background-color: rgba(244, 91, 105, 0.6);
}
.residence-card .rent {
  background-color: rgba(156, 123, 191, 0.6);
}
.residence-card .resale {
  background-color: rgba(32, 178, 170, 0.6);
}

/* ราคา */
.residence-card .price-plain {
  font-size: 13px;
  color: #444;
  white-space: nowrap;
}

/* เส้นแบ่งมินิมอล */
.residence-card .divider-line {
  height: 1px;
  background: linear-gradient(to right, #eee, #ccc, #eee);
  margin: 10px 0;
}

/* จำนวน & บริษัท */
.residence-card .bottom-stats {
  display: flex;
  align-items: stretch;
  height: 60px;
  margin-top: 3px;
}
.residence-card .stats-left,
.residence-card .stats-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 6px;
}
.residence-card .vertical-separator {
  width: 1px;
  background: #ddd;
}

/* ข้อความบนล่าง */
.residence-card .sub-label {
  font-size: 12px;
  color: #999;
}
.residence-card .big-number {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.residence-card .company-type {
  font-size: 14px;
  color: #333;
}

.residence-card .box-two {
  height: 100% !important;
  display: flex;
  flex-direction: column;
}
