body {
  min-height: 100vh;
}

.card {
  transition: transform 0.12s ease, border-color 0.12s ease;
}

.card-clickable {
  cursor: pointer;
}

.card-clickable:hover {
  transform: translateY(-2px);
  border-color: var(--bs-info);
}

.card-title {
  line-height: 1.25;
  word-break: break-word;
}

/* Keep the sticky navbar above cards on scroll */
.navbar.sticky-top {
  z-index: 1030;
}
