.property-card {
  margin-bottom: 20px;
  border: 1px solid #cdd1d6;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 1px 5px rgba(0,0,0,0.05);
  overflow: hidden;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-style: normal;
  color: #7c8999;
  transition: box-shadow 0.3s ease; 
  min-height: 479px;
}

.property-card .field--type-entity-reference {
  margin: 0;
}

.property-card:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

.property-image-wrapper {
  position: relative;
}

.property-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  border-bottom: 1px solid #f1f1f1;
}

.property-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #1475DC;
  color: #fff;
  padding: 4px 10px;
  font-size: 0.75rem;
  border-radius: 12px;
  z-index: 2;
}

.property-favorite {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  font-size: 1.2rem;
  cursor: pointer;
  z-index: 2;
}

.property-info {
  padding: 16px;
  width: 100%;
  box-sizing: border-box;
  min-height: 283px;
}

.property-type {
  font-size: 0.9rem;
  font-weight: 500;
  color: #777;
}

.property-code {
  font-size: 0.8rem;
  color: #888;
}

.property-features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
  font-size: 0.85rem;
  color: #444;
}

.property-features i {
  margin-right: 4px;
  color: #1475DC;
}


.property-location .property-bairro{
  font-weight: bold;
  color: black;
}
.property-price {
  margin-top: 12px;
}

.property-price .price {
  font-size: 1.25rem;
  font-weight: bold;
}

.property-price .condo {
  font-size: 0.75rem;
  color: #888;
}

.property-cta {
  margin-top: 10px;
}

.list-group {
  width: 287px;
  padding: 0;
  margin: 0;
}
