.re-props {

}

.re-props .re-card {
  display: block;
  flex: 1 1 calc(50% - 16px);
  max-width: calc(50% - 16px);
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background: #fff;
}

.re-props.re-cols-1 .re-card { flex-basis:100%; max-width:100%; }
.re-props.re-cols-2 .re-card { flex-basis:calc(50% - 16px); max-width:calc(50% - 16px); }
.re-props.re-cols-3 .re-card { flex-basis:calc(33.333% - 16px); max-width:calc(33.333% - 16px); }
.re-props.re-cols-4 .re-card { flex-basis:calc(25% - 16px); max-width:calc(25% - 16px); }

.re-card__thumb {
  width: 100%;
  height: 160px;
  background-size: cover;
  background-position: center center;
  background-color: #f1f5f9;
}

.re-card__body { padding: 10px 12px; }
.re-card__price { font-weight: 700; margin-bottom: 4px; }
.re-card__addr { font-size: 0.95rem; margin-bottom: 6px; color: #0f172a; }

.re-card__meta {
  font-size: 0.85rem;
  color: #475569;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.re-card__meta span {
  display: inline-block;
  padding: 2px 6px;
  border-radius: 4px;
  border-radius: 4px;
  font-size: 0.8rem;
  line-height: 1.2;
  background: #f1f5f9;
}

/* Badges */
.badge_bd { background: #e0f2fe; color:#0369a1; }
.badge_ba { background: #fef9c3; color:#a16207; }
.badge_sq { background: #fce7f3; color:#9d174d; }
.badge_status { background: #dcfce7; color:#166534; }

/* Responsive */
@media (max-width:768px){
  .re-props .re-card{ flex-basis:100%; max-width:100%; }
}


.re-props.re-cols-1 .re-card { flex-basis:100%; max-width:100%; }
.re-props.re-cols-2 .re-card { flex-basis:calc(50% - 16px); max-width:calc(50% - 16px); }
.re-props.re-cols-3 .re-card { flex-basis:calc(33.333% - 16px); max-width:calc(33.333% - 16px); }
.re-props.re-cols-4 .re-card { flex-basis:calc(25% - 16px); max-width:calc(25% - 16px); }

