body {
  margin: 0;
  padding: 0;
  font-family: "Satoshi", sans-serif;
  font-size: 18px;
  color: #0f0a0a;
}

#map {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #f5f0e6;
}

.marker-cluster div {
  color: white !important;
  font-weight: bold !important;
}

.marker-cluster-small,
.marker-cluster-medium,
.marker-cluster-large {
  background-color: rgba(70, 100, 255, 0.6) !important;
}

.marker-cluster-small div,
.marker-cluster-medium div,
.marker-cluster-large div {
  background-color: rgba(70, 100, 255, 0.8) !important;
}

.leaflet-container {
  font-family: "Satoshi", sans-serif;
}

.leaflet-control-attribution {
  display: none;
}

.leaflet-popup {
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(70, 100, 255, 0.15);
}

.leaflet-popup-content-wrapper {
  border-radius: 12px;
  padding: 0;
  background-color: #fefdfb;
}

.leaflet-popup-content {
  margin: 0;
  padding: 20px;
  min-width: 280px;
  max-width: 380px;
  line-height: 1.6;
}

.leaflet-popup-content p {
  margin: 0;
}

.leaflet-popup-close-button {
  color: #666;
  font-size: 24px;
  font-weight: 300;
  padding: 8px 12px;
}

.leaflet-popup-close-button:hover {
  color: #333;
}

.place-name {
  font-size: 1.3em;
  font-weight: 700;
  margin: 0 0 12px 0 !important;
  line-height: 1.3;
  border-bottom: 2px solid #4664ff;
  padding-bottom: 8px;
}

.place-name a {
  color: #4664ff;
  text-decoration: none;
  transition: color 0.2s ease;
}

.place-name a:hover {
  color: #2844dd;
  text-decoration: underline;
}

.place-note {
  font-size: 0.95em;
  color: rgba(15, 10, 10, 0.85);
  margin: 12px 0;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.place-address {
  font-size: 0.9em;
  margin-top: 12px !important;
  padding-top: 12px;
  border-top: 1px solid rgba(15, 10, 10, 0.1);
  color: rgba(15, 10, 10, 0.7);
  font-style: italic;
}

.place-category {
  font-size: 0.85em;
  margin-top: 8px !important;
  padding: 4px 8px;
  background-color: rgba(70, 100, 255, 0.1);
  border-radius: 4px;
  display: inline-block;
  color: #4664ff;
  font-weight: 500;
}

.map-info {
  display: block;
  position: absolute;
  bottom: 0.6em;
  left: 0.6em;
  right: 0.6em;
  padding: 0.8em;
  background-color: #ffffff;
  font-size: 1em;
  z-index: 1000;
  max-width: 400px;
  border-radius: 0.5em;
}

@media (max-width: 768px) {
  .map-info {
    max-width: 100%;
  }
}

.map-info-header {
  display: flex;
  justify-content: flex-end;
}

.map-info-close-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

a {
  color: #4664ff;
}
