body {
  font-family: Arial, sans-serif;
  background: #fff7fb;
  color: #333;
  padding: 0.5rem; /* Weniger Padding */
}

h1 {
  color: #ad1457;
  font-size: 3rem;
  font-family: 'Dancing Script', cursive;
  text-align: center;
  margin: 0.5rem 0; /* Weniger Abstand */
}

.concept-line {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  color: #555;
  text-align: center;
  margin: 0.25rem 0; /* Weniger Abstand */
}

#map {
  height: 300px;
  margin: 1rem 0;
  border: 2px solid #b2dfdb;
  border-radius: 8px;
}

#locate-btn {
  margin-bottom: 0.25rem; /* Weniger Abstand */
  background: #f48fb1;
  border: none;
  padding: 0.5rem 1rem;
  color: white;
  font-size: 1rem;
  border-radius: 5px;
  cursor: pointer;
}

.action-buttons {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}

.action-buttons button {
  background-color: #81c784;
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 5px;
  cursor: pointer;
}

form {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1rem;
}

form input, form textarea, form button {
  padding: 0.5rem;
  font-size: 1rem;
}

form button {
  background-color: #81c784;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

#place-list {
  list-style: none;
  padding: 0;
}

#place-list li {
  background: #e0f2f1;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  border-radius: 4px;
}
