.apartment-details-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.detail-item {
  position: relative;
  padding-left: 2.5rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  color: #333;
}

.detail-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 1.5rem;
  height: 1.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.alrededores-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;

}

.alrededores-title-container {
  grid-column: 1 / -1;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #111;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: center;
}

.alrededores-container .detail-item {
  position: relative;
  padding-left: 40px;
  min-height: 32px;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.95rem;
  color: #333;
  line-height: 1.4;
}

.alrededores-container .detail-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
}

/* Example icon classes: Replace with your Icons8 URLs */
.icon-altura:before { background-image: url('https://img.icons8.com/?size=24&id=19428&format=png&color=111111'); }
.icon-garage:before { background-image: url('https://img.icons8.com/?size=24&id=1625&format=png&color=111111'); }
.icon-amoblada:before { background-image: url('https://img.icons8.com/?size=24&id=y2GWL3nrlTBH&format=png&color=111111'); }
.icon-mascotas:before { background-image: url('https://img.icons8.com/?size=24&id=2gYIr9lAicwI&format=png&color=111111'); }
.icon-balconterraza:before { background-image: url('https://img.icons8.com/?size=24&id=7161&format=png&color=111111'); }
.icon-ammenities:before { background-image: url('https://img.icons8.com/?size=24&id=PodDpK0rmZ4g&format=png&color=111111'); }
.icon-ano:before { background-image: url('https://img.icons8.com/?size=24&id=H0JqzxqGxPQm&format=png&color=111111'); }
.alrededores-container .icon-educacion:before { background-image: url('https://img.icons8.com/?size=24&id=73815&format=png&color=111111'); }
.alrededores-container .icon-salud:before { background-image: url('https://img.icons8.com/?size=24&id=9145&format=png&color=111111'); }
.alrededores-container .icon-transporte:before { background-image: url('https://img.icons8.com/?size=24&id=10662&format=png&color=111111'); }