.property-lines > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 58px;
  padding: 10px 14px;
  border: 1px solid rgba(161, 126, 67, 0.25);
  background: rgba(255, 255, 255, 0.66);
}

.property-lines span,
.property-lines strong,
.property-lines small {
  display: block;
}

.property-lines strong {
  color: #332d24;
  font-size: 14px;
  font-weight: 600;
}

.property-lines small {
  margin-top: 3px;
  color: #81786a;
  font-size: 12px;
}

.property-lines b {
  flex: none;
  padding: 6px 8px;
  background: #eee4d1;
  color: #795d2d;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
