html,
body {
  height: 100%;
}

body {
  display: flex;
  min-width: 20rem;
  flex-direction: column;
}

.development-banner {
  --pf-v6-c-banner--PaddingBlockStart: 0;
  --pf-v6-c-banner--PaddingBlockEnd: 0;

  min-height: 1.5rem;
  flex: none;
  font-size: var(--pf-t--global--font--size--body--sm);
  font-weight: var(--pf-t--global--font--weight--body--bold);
  line-height: 1.5rem;
  text-align: center;
}

.nova-page {
  --pf-v6-c-page__sidebar--Width--base: 12rem;
  --pf-v6-c-page__sidebar--Width: 12rem;
  --pf-v6-c-page__sidebar--xl--Width: 12rem;
  --pf-v6-c-page__sidebar--Opacity: 1;
  --pf-v6-c-page__sidebar--TranslateX: 0;

  grid-template-areas: "header header" "sidebar main";
  grid-template-columns: 12rem minmax(0, 1fr);
  width: 100%;
  height: auto;
  min-height: 0;
  flex: 1 1 auto;
}

.nova-masthead {
  --pf-v6-c-masthead--PaddingBlock: var(--pf-t--global--spacer--xs);
  --pf-v6-c-masthead--PaddingInline: var(--pf-t--global--spacer--md);

  min-height: 2.875rem;
}

.nova-masthead .pf-v6-c-masthead__content {
  min-width: 0;
  flex: 1;
}

.nova-masthead__brand {
  --pf-v6-c-brand--Width: 7.5rem;

  display: block;
}

.nova-masthead__context {
  display: flex;
  min-width: 0;
  width: 100%;
  align-items: center;
  gap: var(--pf-t--global--spacer--sm);
}

.nova-masthead__menu {
  position: relative;
  min-width: 0;
}

.nova-masthead__workspace {
  display: flex;
  min-width: 0;
  flex: 1;
  padding-inline-start: var(--pf-t--global--spacer--md);
  border-inline-start: var(--pf-t--global--border--width--regular) solid var(--pf-t--global--border--color--default);
  font-weight: var(--pf-t--global--font--weight--body--bold);
}

.nova-masthead__workspace .pf-v6-c-truncate {
  --pf-v6-c-truncate--MinWidth: 0;
  --pf-v6-c-truncate__start--MinWidth: 0;

  max-width: 100%;
}

.nova-masthead__user {
  flex: none;
  margin-inline-start: auto;
}

/* Core supplies menu styling; these rules only anchor and bound the popups. */
.nova-masthead__menu > .pf-v6-c-menu {
  position: absolute;
  inset-block-start: calc(100% + var(--pf-t--global--spacer--xs));
  inset-inline-start: 0;
  z-index: var(--pf-t--global--z-index--md);
  width: max-content;
  min-width: 14rem;
  max-width: min(24rem, calc(100vw - 2 * var(--pf-t--global--spacer--md)));
  max-height: 70dvh;
  overflow-y: auto;
}

.nova-masthead__user > .pf-v6-c-menu {
  inset-inline-start: auto;
  inset-inline-end: 0;
}

.nova-masthead__menu .pf-v6-c-menu__header,
.nova-masthead__menu .pf-v6-c-menu__item-text {
  white-space: normal;
  overflow-wrap: anywhere;
}

[data-shell-menu] > .pf-v6-c-menu[hidden],
.nova-nav-disclosure > [hidden] {
  display: none;
}

.nova-workspace-placeholder {
  padding-inline: var(--pf-v6-c-nav__link--PaddingInlineStart);
}

.nova-workspace-placeholder .pf-v6-c-button {
  justify-self: start;
}

.nova-workspace-list .pf-v6-c-data-list__item-row {
  min-height: 2.375rem;
  align-items: center;
}

.nova-workspace-list.pf-v6-c-data-list .pf-v6-c-data-list__item-content {
  min-width: 0;
  flex-wrap: nowrap;
  align-items: center;
}

.nova-page-section {
  --pf-v6-c-page__main-section--PaddingBlockStart: var(--pf-t--global--spacer--md);
  --pf-v6-c-page__main-section--PaddingBlockEnd: var(--pf-t--global--spacer--md);
  --pf-v6-c-page__main-section--PaddingInlineStart: var(--pf-t--global--spacer--lg);
  --pf-v6-c-page__main-section--PaddingInlineEnd: var(--pf-t--global--spacer--lg);
}

.nova-page > .pf-v6-c-page__main-container {
  --pf-v6-c-page__main-container--AlignSelf: stretch;
  --pf-v6-c-page__main-container--MaxHeight: 100%;
  --pf-v6-c-page__main-container--MarginInlineStart: 0;
  --pf-v6-c-page__main-container--MarginInlineEnd: 0;
  --pf-v6-c-page__main-container--BorderRadius: 0;
  --pf-v6-c-page__main-container--BorderBlockStartWidth: 0px;
  --pf-v6-c-page__main-container--BorderBlockEndWidth: 0px;
  --pf-v6-c-page__main-container--BorderInlineStartWidth: 0px;
  --pf-v6-c-page__main-container--BorderInlineEndWidth: 0px;
  --pf-v6-c-page__main-container--BoxShadow: none;
  --pf-v6-c-page__main-container--BackgroundColor: var(--pf-t--global--background--color--primary--default);
}

.nova-context-header {
  margin-block-end: var(--pf-t--global--spacer--sm);
}

.nova-context-header .pf-v6-c-description-list {
  --pf-v6-c-description-list--GridTemplateColumns--count: 2;
}

.nova-page-header {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--pf-t--global--spacer--md);
  margin-block-end: var(--pf-t--global--spacer--sm);
}

.nova-page-header__main {
  min-width: 0;
}

.nova-record-breadcrumbs {
  margin-block-end: var(--pf-t--global--spacer--sm);
}

.nova-record-breadcrumbs .pf-v6-c-breadcrumb__item {
  min-width: 0;
  max-width: 100%;
  white-space: normal;
}

.nova-record-breadcrumbs .pf-v6-c-breadcrumb__item > :last-child,
.nova-record-title .pf-v6-c-title {
  min-width: 0;
  overflow-wrap: anywhere;
}

.nova-record-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--pf-t--global--spacer--xs) var(--pf-t--global--spacer--sm);
}

.nova-record-subtitle {
  max-width: 52rem;
  margin-block: var(--pf-t--global--spacer--xs) 0;
  color: var(--pf-t--global--text--color--subtle);
  overflow-wrap: anywhere;
}

.nova-page-header__status,
.nova-page-header__actions {
  flex: none;
}

.nova-page-header__status {
  padding-block-start: var(--pf-t--global--spacer--xs);
}

.nova-page-header__status-line,
.nova-page-header__summary,
.nova-center-summary,
.nova-command-form__instructions,
.nova-receipt-summary {
  max-width: 52rem;
  margin-block: var(--pf-t--global--spacer--xs) 0;
}

.nova-center-summary,
.nova-command-form__instructions,
.nova-page-header__summary,
.nova-receipt-summary {
  color: var(--pf-t--global--text--color--subtle);
}

.nova-notice-list {
  display: grid;
  gap: var(--pf-t--global--spacer--sm);
  margin-block: var(--pf-t--global--spacer--sm);
}

.nova-actions {
  margin-block-start: var(--pf-t--global--spacer--sm);
}

.nova-page-header__actions .nova-actions,
.nova-collection-toolbar .nova-actions,
.nova-empty-state .nova-actions {
  margin-block-start: 0;
}

.nova-action {
  display: grid;
  justify-items: start;
  gap: var(--pf-t--global--spacer--xs);
}

.nova-action__description {
  max-width: 20rem;
  color: var(--pf-t--global--text--color--subtle);
  font-size: var(--pf-t--global--font--size--body--sm);
}

.nova-collection-toolbar {
  margin-block-start: var(--pf-t--global--spacer--sm);
}

.nova-table-scroll {
  max-width: 100%;
  margin-block-start: var(--pf-t--global--spacer--sm);
  overflow-x: auto;
}

.nova-table {
  min-width: 36rem;
}

.nova-empty-state {
  width: 100%;
  align-items: flex-start;
  padding-inline: 0;
  text-align: start;
}

.nova-empty-state .pf-v6-c-empty-state__content {
  width: 100%;
  max-width: none;
}

.nova-empty-state .pf-v6-c-empty-state__actions {
  justify-content: flex-start;
}

.nova-empty-state .pf-v6-c-empty-state__footer {
  align-items: flex-start;
}

.nova-facts {
  margin-block: var(--pf-t--global--spacer--md);
}

.nova-fact-value,
.nova-work-surface__plain-text {
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}

.nova-fact-detail,
.nova-work-surface__detail {
  display: block;
  color: var(--pf-t--global--text--color--subtle);
  font-size: var(--pf-t--global--font--size--body--sm);
}

.nova-fact-detail {
  margin-block-start: var(--pf-t--global--spacer--xs);
}

.nova-work-surface__purpose {
  margin-block: 0 var(--pf-t--global--spacer--xs);
  color: var(--pf-t--global--text--color--subtle);
}

.nova-work-surface__facts {
  max-width: 70rem;
  margin-block: var(--pf-t--global--spacer--md);
}

.nova-work-surface__plain-text {
  display: block;
  margin-block-start: var(--pf-t--global--spacer--md);
}

.nova-validation-alert,
.nova-command-form__form,
.nova-command-form__confirmation {
  margin-block-start: var(--pf-t--global--spacer--md);
}

.nova-validation-list {
  margin: 0;
  padding-inline-start: var(--pf-t--global--spacer--lg);
}

.nova-command-form {
  max-width: 60rem;
}

.nova-command-form__form {
  max-width: 100%;
}

.nova-catalog-section {
  padding-block: var(--pf-t--global--spacer--md);
  border-block-start: var(--pf-t--global--border--width--regular) solid var(--pf-t--global--border--color--subtle);
}

/* Document grammar: the content breakpoint is independent of the shell. */
.nova-document {
  width: 100%;
  max-width: 60rem;
}

.nova-document .nova-actions,
.nova-command-form .pf-v6-c-action-list__group {
  flex-wrap: wrap;
  gap: var(--pf-t--global--spacer--sm);
}

.nova-document-form, .nova-document-fields {
  display: grid;
  gap: var(--pf-t--global--spacer--lg);
}

.nova-document-dates {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 14rem));
  gap: var(--pf-t--global--spacer--lg);
}

.nova-document-memo {
  margin-block: var(--pf-t--global--spacer--sm);
  overflow-wrap: anywhere;
}

.nova-document-toolbar {
  display: flex;
  flex-flow: row wrap;
  align-items: end;
  gap: var(--pf-t--global--spacer--sm);
  margin-block: var(--pf-t--global--spacer--md);
}

.nova-document-toolbar > :first-child {
  flex: 0 1 20rem;
}

.nova-document-toolbar > :nth-child(2) {
  flex: 0 1 10rem;
}

.nova-document-toolbar .pf-v6-c-form__group {
  min-width: 0;
}

.nova-document-pagination {
  display: flex;
  align-items: center;
  gap: var(--pf-t--global--spacer--md);
  margin-block-start: var(--pf-t--global--spacer--md);
}

.nova-document-pagination .nova-actions, .nova-document-commit .nova-actions {
  margin: 0;
}

.nova-document-commit {
  --pf-v6-c-form__actions--MarginInlineStart: 0;
  --pf-v6-c-form__actions--MarginInlineEnd: 0;
  --pf-v6-c-form__actions--MarginBlockEnd: 0;

  margin-block-start: var(--pf-t--global--spacer--sm);
}

.nova-document-commit .pf-v6-c-action-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: var(--pf-t--global--spacer--sm);
}

.nova-document-line-editor {
  min-width: 0;
}

.nova-document-line-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 5rem 7rem 9rem 4.75rem;
  align-items: start;
  gap: var(--pf-t--global--spacer--sm);
  min-width: 0;
  margin: 0;
  padding: var(--pf-t--global--spacer--sm) 0;
  border: 0;
  border-block-end: 1px solid var(--pf-t--global--border--color--subtle);
}

.nova-document-line-grid > * {
  min-width: 0;
  overflow-wrap: anywhere;
}

.nova-document-line-grid__description {
  grid-column: 1;
}

.nova-document-line-grid__quantity {
  grid-column: 2;
}

.nova-document-line-grid__unit-price {
  grid-column: 3;
}

.nova-document-line-grid__amount {
  grid-column: 4;
}

.nova-document-line-grid__action {
  grid-column: 5;
  justify-self: end;
}

.nova-document-line-grid__quantity, .nova-document-line-grid__unit-price, .nova-document-line-grid__amount, .nova-document-line-grid input:not([name$="description"]) {
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.nova-document-line-grid output {
  padding-block-start: var(--pf-t--global--spacer--sm);
}

.nova-document-line-grid .pf-v6-c-form__group-control, .nova-document-line-grid .pf-v6-c-form__group {
  min-width: 0;
}

.nova-document-line-headings {
  font-weight: var(--pf-t--global--font--weight--body--bold);
}

.nova-document-lines {
  --pf-v6-c-table--cell--first-last-child--PaddingInline: 0;

  width: 100%;
  margin-block-start: var(--pf-t--global--spacer--md);
}

.nova-document-lines thead, .nova-document-lines tbody, .nova-document-lines tfoot {
  display: block;
}

.nova-document-lines .pf-v6-c-table__th, .nova-document-lines .pf-v6-c-table__td {
  width: auto;
  max-width: none;
  padding: 0;
  border: 0;
  white-space: normal;
  text-overflow: clip;
}

.nova-document-total {
  font-weight: var(--pf-t--global--font--weight--body--bold);
  border: 0;
  align-items: center;
}

.nova-document-total__label {
  grid-column: 1 / 4;
  text-align: right;
}

.nova-document-line-editor .nova-document-total__label {
  grid-column: 3;
}

.nova-document-add-line {
  grid-column: 1 / 3;
  justify-self: start;
}

.nova-document-total output {
  padding: 0;
}

.nova-document-lines .nova-document-total > * {
  font-weight: var(--pf-t--global--font--weight--body--bold);
}

.nova-document-mobile, .nova-document-line__multiply {
  display: none;
}

/* Shared dense tables keep one display line per cell; domains own column priority. */
.nova-dense-table {
  width: 100%;
  table-layout: auto;
}

.nova-dense-table .pf-v6-c-table__th, .nova-dense-table .pf-v6-c-table__td {
  white-space: nowrap;
  overflow-wrap: normal;
  vertical-align: middle;
}

.nova-dense-table tbody tr {
  height: 2.5rem;
}

.nova-document-truncate {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.nova-document-collection-region {
  container: invoice-collection / inline-size;
}

.nova-document-collection .nova-document-collection__customer {
  width: 25%;
  max-width: 0;
}

.nova-document-collection .nova-document-collection__memo {
  width: 40%;
  max-width: 0;
}

.nova-document-collection th:last-child, .nova-document-collection__amount {
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.nova-document-list {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nova-document-list__item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: var(--pf-t--global--spacer--xs) var(--pf-t--global--spacer--sm);
  min-width: 0;
  padding-block: var(--pf-t--global--spacer--sm);
  border-block-end: 1px solid var(--pf-t--global--border--color--subtle);
}

.nova-document-list__number {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  font-weight: var(--pf-t--global--font--weight--body--bold);
}

.nova-document-list__state {
  align-self: center;
  justify-self: end;
}

.nova-document-list__memo, .nova-document-list__customer,
.nova-document-list__dates, .nova-document-list__amount {
  grid-column: 1 / -1;
  min-width: 0;
}

.nova-document-list__dates {
  color: var(--pf-t--global--text--color--subtle);
}

.nova-document-list__amount {
  font-weight: var(--pf-t--global--font--weight--body--bold);
  font-variant-numeric: tabular-nums;
}

/* Available collection width, independent of navigation and document-form breakpoints. */
@container invoice-collection (width < 68rem) {
  .nova-document-collection .nova-document-collection__due {
    display: none;
  }
}

@container invoice-collection (width < 57rem) {
  .nova-document-collection .nova-document-collection__date {
    display: none;
  }
}

@container invoice-collection (width < 42rem) {
  .nova-document-collection {
    display: none;
  }

  .nova-document-list {
    display: block;
  }
}


@media (width < 40rem) {
  .nova-document-dates {
    grid-template-columns: minmax(0, 14rem);
  }

  .nova-document-line-headings {
    display: none;
  }

  .nova-document-lines thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .nova-document-line-grid {
    grid-template-columns: 4.5rem 6.5rem minmax(0, 1fr);
    row-gap: var(--pf-t--global--spacer--xs);
    padding-block: var(--pf-t--global--spacer--md);
  }

  .nova-document-line-grid__description {
    grid-column: 1 / -1;
    font-weight: var(--pf-t--global--font--weight--body--bold);
  }

  .nova-document-line-grid__quantity {
    grid-column: 1;
    text-align: left;
  }

  .nova-document-line-grid__unit-price {
    grid-column: 2;
    display: flex;
    align-items: start;
    gap: var(--pf-t--global--spacer--xs);
    text-align: left;
  }

  .nova-document-line-grid__amount {
    grid-column: 3;
    font-weight: var(--pf-t--global--font--weight--body--bold);
  }

  .nova-document-lines .nova-document-line-grid__description,
  .nova-document-lines .nova-document-line-grid__amount {
    font-weight: var(--pf-t--global--font--weight--body--bold);
  }

  .nova-document-line-grid__action {
    grid-column: 3;
  }

  .nova-document-line__multiply, .nova-document-mobile {
    display: inline;
  }

  .nova-document-line-editor .nova-document-line__multiply {
    padding-block-start: var(--pf-t--global--spacer--sm);
  }

  .nova-document-total__label, .nova-document-line-editor .nova-document-total__label {
    grid-column: 1 / 3;
  }

  .nova-document-add-line {
    grid-column: 1 / -1;
  }

  .nova-document-total {
    row-gap: var(--pf-t--global--spacer--md);
  }


}

.nova-catalog-section:first-of-type {
  border-block-start: 0;
}

.nova-mobile-context,
.nova-mobile-drawer:not([open]) {
  display: none;
}

.nova-mobile-drawer {
  position: fixed;
  inset: 0 auto 0 0;
  width: min(20rem, 90vw);
  max-width: none;
  height: 100%;
  height: 100dvh;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.nova-mobile-drawer::backdrop {
  background: var(--pf-t--global--background--color--backdrop--default);
}

.nova-mobile-drawer .pf-v6-c-drawer__panel {
  position: static;
  min-width: 0;
  width: 100%;
  flex-basis: 100%;
  transform: none;
  transition: none;
}

.nova-mobile-drawer .pf-v6-c-nav__link[aria-current] {
  font-weight: var(--pf-t--global--font--weight--body--bold);
  text-decoration: underline;
}

.nova-mobile-drawer .pf-v6-c-button {
  --pf-v6-c-button--AlignItems: center;
}

.nova-mobile-drawer .pf-v6-c-button,
.nova-mobile-drawer .pf-v6-c-menu-toggle,
.nova-mobile-drawer .pf-v6-c-menu__item,
.nova-mobile-drawer .pf-v6-c-nav__link {
  min-width: 2.75rem;
  min-height: 2.75rem;
}

/* Keep an accessible dismissal action without a permanent drawer header. */
.nova-mobile-dismiss:not(:focus-visible) {
  position: absolute;
  width: 1px;
  height: 1px;
  min-width: 0;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.nova-navigation-open,
.nova-navigation-open body {
  overflow: hidden;
}

/* The sole Nova shell breakpoint also owns ordinary responsive collections. */
@media (width < 56rem) {
  .development-banner {
    white-space: normal;
    overflow-wrap: anywhere;
  }

  body:has(.nova-page) {
    height: auto;
    min-height: 100svh;
    min-height: 100dvh;
    background: white;
  }

  .nova-page {
    grid-template-areas: "header" "main";
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: max-content 1fr;
    max-height: none;
    margin: 0;
    border: 0;
    box-shadow: none;
    background: white;
  }

  .nova-page__sidebar {
    display: none;
  }

  .nova-page > .pf-v6-c-page__main-container {
    min-width: 0;
    width: 100%;
    max-height: none;
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
  }

  .nova-page-section {
    --pf-v6-c-page__main-section--PaddingInlineStart: var(--pf-t--global--spacer--md);
    --pf-v6-c-page__main-section--PaddingInlineEnd: var(--pf-t--global--spacer--md);

    min-width: 0;
    overflow-wrap: anywhere;
  }

  .nova-masthead {
    position: relative;
    display: flex;
    align-items: center;
    gap: var(--pf-t--global--spacer--sm);
  }

  .nova-masthead .pf-v6-c-masthead__main {
    display: flex;
    flex: none;
    margin: 0;
  }

  .nova-masthead .pf-v6-c-masthead__brand {
    display: none;
  }

  .nova-masthead .pf-v6-c-masthead__content {
    min-width: 0;
    flex: 1;
    justify-content: flex-end;
  }

  .nova-masthead__context {
    justify-content: flex-end;
  }

  .nova-masthead__workspace {
    padding-inline-start: 0;
    border-inline-start: 0;
  }

  .nova-workspace-list .pf-v6-c-data-list__item-row {
    min-height: calc(2.75rem + 2 * var(--pf-t--global--spacer--xs));
  }

  .nova-mobile-context {
    display: flex;
    flex: none;
  }

  .nova-masthead__menu {
    position: static;
  }

  .nova-masthead__menu > .pf-v6-c-menu {
    inset-inline: var(--pf-t--global--spacer--md);
    width: auto;
    min-width: 0;
    max-width: none;
  }

  .nova-masthead .pf-v6-c-menu-toggle,
  .nova-masthead .pf-v6-c-menu__item {
    min-width: 2.75rem;
    min-height: 2.75rem;
  }

  .nova-page .pf-v6-c-button {
    --pf-v6-c-button--AlignItems: center;

    min-width: 2.75rem;
    min-height: 2.75rem;
  }

  .nova-mobile-context .pf-v6-c-button {
    flex: none;
  }

  .nova-page-header {
    flex-direction: column;
  }

  .nova-context-header .pf-v6-c-description-list {
    --pf-v6-c-description-list--GridTemplateColumns--count: 1;
  }

  .nova-page-header__status,
  .nova-page-header__actions {
    align-self: flex-start;
  }

  .nova-table-scroll {
    overflow: visible;
  }

  .nova-table,
  .nova-table tbody {
    display: block;
    min-width: 0;
    width: 100%;
  }

  .nova-table thead {
    display: none;
  }

  .nova-table tbody tr {
    display: grid;
    height: auto;
    padding-block: var(--pf-t--global--spacer--sm);
    border-block-end: 1px solid var(--pf-t--global--border--color--subtle);
  }

  .nova-table .pf-v6-c-table__tr > [data-label] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
    gap: var(--pf-t--global--spacer--sm);
    min-width: 0;
    padding: var(--pf-t--global--spacer--xs) 0;
    border: 0;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .nova-table [data-label]::before {
    content: attr(data-label);
    color: var(--pf-t--global--text--color--subtle);
    font-weight: var(--pf-t--global--font--weight--body--regular);
  }

  .nova-table [scope="row"] {
    font-weight: var(--pf-t--global--font--weight--body--bold);
  }

  .nova-table [scope="row"] a {
    display: flex;
    min-height: 2.75rem;
    align-items: center;
  }
}
