.mouse-hand {
    cursor: pointer;
}

.tech-badge {
  display: inline-block;
  font-family: monospace;
  font-size: 0.75rem;
  /* 12px */
  padding: 0.4em 0.5em;
  border-radius: 4px;
  background-color: #f9fafb;
  color: #374151;
  border: 1px solid #d1d5db;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.tighter {
  font-size: 0.875rem;
  letter-spacing: 0.5px;
}

/* Ensure Aurelia dialogs appear above sticky headers (z-index: 1020) */
ux-dialog-overlay {
  z-index: 1040 !important;
}

ux-dialog-container {
  z-index: 1050 !important;
}

