.user-location-marker {
  width: 18px;
  height: 18px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #1976d2;
  box-shadow:
    0 0 0 2px rgba(25, 118, 210, 0.45),
    0 2px 8px rgba(0, 0, 0, 0.35);
}

.place-marker {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #fffaf0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

.place-marker-emoji {
  font-size: 17px;
  line-height: 1;
}

.place-marker-icon {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.shared-location-marker {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #fffaf0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
  font-size: 17px;
}

.place-popup p {
  margin: 0.35rem 0;
}

.popup-actions {
  display: flex;
  gap: 0.4rem;
  margin-top: 0.45rem;
}

.popup-edit-button,
.popup-share-button,
.popup-save-shared-button {
  padding: 0.45rem 0.75rem;
  font-size: 0.9rem;
}
