table.table tr.changed td {
  background-color: #FCF8E3;
}

table.table tr.new td {
  background-color: #d9f9d9;
}

table.table tr.deleted td {
  background-color: #f9d9d9;
}

table.maplibregl-popup-content {
  padding: 10px 12px;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.3;
  color: #333;
}

.maplibregl-popup-content a {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
  font-size: 13.5px;
}

.maplibregl-popup-content a:hover {
  text-decoration: underline;
}

.osm-popup-header {
  margin-bottom: 4px;
}

.osm-popup-coords {
  color: #666;
  font-family: monospace;
  background: #f8f9fa;
  padding: 4px 6px;
  border-radius: 4px;
  display: block;
  font-size: 11.5px;
}

.osm-popup-coords div {
  white-space: nowrap;
}
