.export-mode {
  /* =====================================================================
  Export Mode Accessibility Enhancements
  ===================================================================== */
  /* =====================================================================
  Export Mode Accessibility Enhancements
  ===================================================================== */
}
.export-mode * {
  transition: none !important; /* stylelint-disable-line declaration-no-important */
}
.export-mode .gd-fluidlayout-row {
  display: block !important; /* stylelint-disable-line declaration-no-important */
  page-break-inside: avoid;
}
.export-mode .gd-fluidlayout-row .gd-fluidlayout-column {
  display: inline-block;
  vertical-align: top;
}
.export-mode .gd-fluidlayout-row .gd-fluidlayout-column .dash-item {
  min-height: inherit;
}
.export-mode .gd-fluidlayout-row .gd-fluidlayout-column .dashboard-widget-draggable-wrapper {
  min-height: inherit;
}
.export-mode .gd-grid-layout__item--leaf {
  page-break-inside: avoid;
}
.export-mode .gd-grid-layout__item--leaf .dash-item {
  min-height: inherit;
}
.export-mode .gd-grid-layout__item--leaf .dashboard-widget-draggable-wrapper {
  min-height: inherit;
}
.export-mode .gd-row-header-view .description .more-link.active {
  display: none;
}
.export-mode .gd-custom-widget-export {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.export-mode .gd-grid-layout__container--root {
  padding-bottom: 500px;
}
.export-mode .gd-grid-layout__container--nested {
  padding-bottom: 300px;
}
.export-mode .gd-widget-export {
  z-index: auto;
}
.export-mode .gd-fluidlayout-column-container-export {
  z-index: auto;
}
.export-mode .gd-row-header-export {
  text-align: left;
  padding-right: 0;
  padding-left: 0;
}
.export-mode .gd-row-header-title-wrapper-export::before {
  display: none;
}

.gd-dashboard-meta {
  display: none;
  width: 100%;
}

.gd-csv-export-dialog {
  min-width: 300px;
}
.gd-csv-export-dialog .gd-dialog-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.gd-csv-export-dialog .gd-dialog-content .gd-csv-export-dialog-item h4 {
  margin: 0 0 8px 0;
  color: var(--gd-palette-complementary-7);
  font-size: 14px;
  font-weight: 400;
}

.export-slides-mode .dash-item.type-visualization.viz-type-headline .headline {
  max-height: calc(100% - 10px);
}

.export-mode .dash-item-action-button,
.export-slides-mode .dash-item-action-button {
  display: none;
}

/*# sourceMappingURL=export.css.map */
