.crawl-history-page {
  padding: 1.5rem;
  max-width: 1440px;
  margin: 0 auto;
}

.crawl-history-hero {
  margin-bottom: 1.25rem;
}

.back-link {
  font-size: 0.85rem;
  color: #6c757d;
  text-decoration: none;
}

.back-link:hover {
  color: #0d6efd;
  text-decoration: underline;
}

.filter-card {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  padding: 1.25rem;
  margin-bottom: 1rem;
}

.filter-label {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6c757d;
  margin-bottom: 0.5rem;
}

.summary-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.table-card {
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  overflow: hidden;
}

.crawl-table th {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
  vertical-align: middle;
}

.crawl-table td {
  vertical-align: middle;
  font-size: 0.875rem;
}

.id-cell {
  font-family: monospace;
  font-size: 0.78rem;
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.source-cell {
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.timestamp-cell {
  white-space: nowrap;
  font-size: 0.8rem;
  color: #555;
}

.detail-section-heading {
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 0.4rem;
  margin-bottom: 0.75rem;
}
