/* assets/css/style.css */

/* Ensure footer always sticks to bottom */
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main, .main-content {
  flex: 1;
}

/* Badge tweaks */
.badge {
  font-size: 0.82em;
  padding: 0.35em 0.65em;
}

/* Table improvements */
.table th {
  white-space: nowrap;
}

/* Navbar support text */
.navbar .support-info {
  font-size: 0.85rem;
}
