thead th {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 1;
}
.log-window-scroll {
    max-height: 700px; 
    overflow-y: auto;
}
summary {
  cursor: pointer;
  font-weight: 600;
  color: #0d6efd;
  margin-bottom: 0.5rem;
}
details {
  margin-bottom: 0.5rem;
}
.table-v-scroll {
    max-height: 88vh; 
    overflow-y: auto;
}
.drop-checked {
  background-color: #d4edda !important;
}
.bad-marker {
  background-color: #ffcccc !important;
  color: #a00 !important;
  font-weight: bold !important;
}
.googled {
  background-color: orange;
}
.ahrefs {
  background-color: darkred;
}
.majestic {
  background-color: cornflowerblue;
}
.wayback {
  background-color: lightgray;
}
.marker-badge-box {
  display: flex;
  flex-wrap: wrap;
  max-height: 230px;
  overflow-y: auto;
  gap: 4px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px;
  background: #052646;
}
.marker-badge {
  font-size: 12px;
  padding: 2px 6px;
  white-space: nowrap;
}
.red-circle {
  border: solid orangered;
  border-radius: 15px;
  padding: 2px;
}
