.leaflet-checkin-sidebar {
  flex: 1;
  overflow-y: auto;
  border-left: 1px solid #d0d7de;
  background: #f6f8fa;
}

.leaflet-checkin-entry {
  padding: 12px 16px;
  border-bottom: 1px solid #d0d7de;
  cursor: pointer;
  transition: background 0.15s;
}

.leaflet-checkin-entry:hover {
  background: #eaeef2;
}

.leaflet-checkin-entry.active {
  background: #ddf4ff;
  border-left: 3px solid #0969da;
}

.leaflet-checkin-entry .leaflet-checkin-timestamp {
  font-size: 0.75rem;
  color: #656d76;
  margin-bottom: 4px;
}

.leaflet-checkin-entry .leaflet-checkin-message {
  font-size: 0.875rem;
  color: #1f2328;
}

.leaflet-checkin-entry .leaflet-checkin-link {
  font-size: 0.75rem;
  margin-top: 4px;
}

.leaflet-checkin-entry .leaflet-checkin-link a {
  color: #0969da;
  text-decoration: none;
}

.leaflet-checkin-entry .leaflet-checkin-link a:hover {
  text-decoration: underline;
}

.leaflet-checkin-entry .leaflet-checkin-thumbnail {
  margin-top: 6px;
}

.leaflet-checkin-entry .leaflet-checkin-thumbnail img {
  max-width: 100%;
  max-height: 120px;
  border-radius: 4px;
  cursor: zoom-in;
  object-fit: cover;
  border: 1px solid #d0d7de;
}

.leaflet-checkin-entry .leaflet-checkin-thumbnail img:hover {
  opacity: 0.85;
}

.leaflet-checkin-fullscreen {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: zoom-out;
}

.leaflet-checkin-fullscreen img {
  width: 100vw;
  height: 100vh;
  object-fit: contain;
}

.leaflet-checkin-entry .leaflet-checkin-coords {
  font-size: 0.7rem;
  color: #a0a8b2;
  margin-top: 4px;
}

@media (max-width: 768px) {
  .leaflet-checkin-sidebar {
    flex: 1;
    border-left: none;
    border-top: 1px solid #d0d7de;
  }
}
