body {
  font-size: 0.9rem;
}

.card.bg-secondary-subtle {
  background-color: #1f2933 !important;
}

.table thead th {
  white-space: nowrap;
}

#resultsTable tbody tr {
  cursor: pointer;
}

#resultsTable tbody tr:hover {
  background-color: #374151;
}

.badge.bg-info {
  font-size: 0.8rem;
}

@media (max-width: 576px) {
  nav .navbar-brand {
    font-size: 0.9rem;
  }
}
