/* ====== GOOGLE MAPS STYLES ====== */
#map {
  width: 100%;
  height: 600px;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
  margin-top: 20px;
}

.controls {
  margin-top: 10px;
  padding: 10px 14px;
  width: 320px;
  border: 1px solid #ddd;
  border-radius: 8px;
  outline: none;
  font-size: 14px;
}

.my-button {
  margin-left: 10px;
  padding: 10px 14px;
  border-radius: 8px;
  border: none;
  background: #6c3483;
  color: white;
  cursor: pointer;
  font-weight: 600;
}