/* Project-level overrides on top of Tabler. Keep this file small: if a rule
   grows into a component, it belongs in a template with Tabler's own classes. */

.icon {
  vertical-align: middle;
  stroke-width: 1.75;
}

#toast-container {
  z-index: 1080;
}

.htmx-request .htmx-indicator,
.htmx-request.htmx-indicator {
  display: inline-block;
}

.htmx-indicator {
  display: none;
}

[hx-post],
[hx-get] {
  cursor: pointer;
}

.page-pretitle:empty {
  display: none;
}

.audit-detail {
  background: var(--tblr-bg-surface-tertiary, #f8fafc);
  border-top: 1px solid var(--tblr-border-color, #e6e7e9);
}

.audit-detail table td {
  vertical-align: top;
  word-break: break-word;
}
