.carehome-locator {
  max-width: 1200px;
  margin: auto;
}

#map {
  height: 500px;
  border-radius: 12px;
  margin-bottom: 20px;
}

.card {
  padding: 15px;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  transition: 0.2s;
}

.card:hover {
  transform: translateY(-3px);
}

.features label {
  margin-right: 10px;
  display: inline-block;
}

.carehome-card {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 8px;
    margin-bottom: 10px;
    background: #fff;
}

.carehome-card img.carehome-thumb {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 6px;
}
.carehome-card:hover {
  transform: translateY(-4px);
}

.carehome-card h3 {
  margin: 0 0 5px;
}

.distance {
  color: #0073aa;
  font-weight: bold;
}

.features {
  font-size: 13px;
  color: #666;
}

gmp-place-autocomplete {
  display: block;
  width: 100%;
  max-width: 400px;
  margin-bottom: 10px;
}