[role="tab"]:focus-visible,
[data-testid="main-logo-link"]:focus-visible {
  outline: 3px solid var(--mb-color-text-hover, #3971a3) !important;
  outline-offset: 2px !important;
}

[data-testid="parameter-value-widget-target"] {
  color: var(--mb-color-text-hover, #3971a3) !important;
}

.unicorn-pdf-fit-table [role="columnheader"] > *,
.unicorn-pdf-fit-table [role="columnheader"] > * * {
  white-space: pre-line !important;
  overflow: visible !important;
  text-overflow: clip !important;
  line-height: 1.1 !important;
}

.unicorn-exporting-pdf .unicorn-pdf-fit-table [role="columnheader"],
.unicorn-exporting-pdf .unicorn-pdf-fit-table [role="columnheader"] > *,
.unicorn-exporting-pdf .unicorn-pdf-fit-table [role="columnheader"] > * *,
.saving-dom-image .unicorn-pdf-fit-table [role="columnheader"],
.saving-dom-image .unicorn-pdf-fit-table [role="columnheader"] > *,
.saving-dom-image .unicorn-pdf-fit-table [role="columnheader"] > * * {
  height: 100% !important;
  font-size: 9px !important;
  line-height: 1 !important;
  min-width: 0 !important;
}

.unicorn-exporting-pdf .unicorn-pdf-fit-table [data-grid-header-cell-content="true"],
.saving-dom-image .unicorn-pdf-fit-table [data-grid-header-cell-content="true"] {
  align-items: center !important;
  display: flex !important;
  overflow: hidden !important;
  white-space: pre-line !important;
}

.unicorn-exporting-pdf .unicorn-pdf-fit-table [data-grid-header-cell-content="true"] [data-testid="cell-data"],
.saving-dom-image .unicorn-pdf-fit-table [data-grid-header-cell-content="true"] [data-testid="cell-data"] {
  max-width: 100% !important;
  overflow: visible !important;
  overflow-wrap: anywhere !important;
  text-overflow: clip !important;
  white-space: pre-wrap !important;
}

.unicorn-exporting-pdf .unicorn-pdf-indexed-results [role="columnheader"],
.unicorn-exporting-pdf .unicorn-pdf-indexed-results [role="gridcell"],
.saving-dom-image .unicorn-pdf-indexed-results [role="columnheader"],
.saving-dom-image .unicorn-pdf-indexed-results [role="gridcell"] {
  font-size: 10px !important;
}

.unicorn-exporting-pdf .unicorn-pdf-indexed-results [role="columnheader"],
.unicorn-exporting-pdf .unicorn-pdf-indexed-results [role="columnheader"] > *,
.unicorn-exporting-pdf .unicorn-pdf-indexed-results [role="columnheader"] > * *,
.saving-dom-image .unicorn-pdf-indexed-results [role="columnheader"],
.saving-dom-image .unicorn-pdf-indexed-results [role="columnheader"] > *,
.saving-dom-image .unicorn-pdf-indexed-results [role="columnheader"] > * * {
  font-size: 8px !important;
}

.unicorn-pdf-fit-table [role="gridcell"] > *,
.unicorn-pdf-fit-table [role="gridcell"] > * * {
  max-width: 100% !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
}

.unicorn-exporting-pdf .unicorn-pdf-fit-table [role="gridcell"] [data-grid-cell-content="true"],
.saving-dom-image .unicorn-pdf-fit-table [role="gridcell"] [data-grid-cell-content="true"] {
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: pre-wrap !important;
}
