/* Custom styles for Python Library Compatibility Checker */

.badge {
  font-size: 0.8rem;
}

.table-responsive {
  overflow-x: auto;
}

/* Make the tabs more prominent */
.nav-tabs .nav-link {
  font-weight: 500;
}

.nav-tabs .nav-link.active {
  font-weight: 700;
}

/* Add some extra spacing for better readability */
.container {
  padding-bottom: 2rem;
}

footer {
  margin-top: 2rem;
}
