ul.property-list {
  padding-left: 1.5em;
  column-gap: 10px;
  margin: 0;
}

div.bed-configuration {
  padding-left: 1.5em;
}

.horizontal-list {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}

.horizontal-list li {
  display: flex; /* Use flex layout for the li element */
  align-items: center; /* Vertically center the content */
  margin-right: 10px;
}

.dot-separator::before {
  content: "•"; /* Use the dot character as content */
  margin-right: 15px; /* Add space after the content */
  color: #666; /* Adjust the color of the dot */
}

.pipe-separator::before {
  content: "|"; /* Use the dot character as content */
  margin-right: 15px; /* Add space after the content */
}

.separator::before {
  margin-left: 15px;
}

.amenity-icon-adult {
  width: 1.4em;
  height: 1.4em;
  margin-right: 5px;
}

.amenity-icon-bathroom {
  width: 1.4em;
  height: 1.4em;
  margin-right: 5px;
}

.amenity-icon-bedroom {
  width: 1.4em;
  height: 1.4em;
  margin-right: 5px;
}