.diablo-map-wrapper {
  max-width: 1100px;
  margin: 0 auto;
}

#diablo-city-select {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  font-size: 16px;
}

#diablo-map {
  width: 100%;
  height: 450px;
  border-radius: 8px;
}

#diablo-store-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

#diablo-store-list li {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}

#diablo-store-list li:hover {
  background: #f7f7f7;
}
