.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-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;
  }
}
