/* Custom tweaks for the portal UI.
   Keep this file small and focused.
*/

html, body {
  height: 100%;
}

.app-content-header h3 {
  font-weight: 600;
}

.breadcrumb {
  margin-bottom: 0;
}

.table th {
  white-space: nowrap;
}

.table td {
  vertical-align: middle;
}

/* Prevent very large numbers from breaking card layouts */
.metric-value {
  font-size: clamp(1.25rem, 2.4vw, 2.5rem);
  line-height: 1.1;
  overflow-wrap: anywhere;
  word-break: break-word;
}
