/* Presentation exports use the same fixed safe area as DYSTANS MAP. */
.export-sheet {
  padding: 105px 100px 82px;
}

.export-sheet-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 72px;
  margin: 0;
  padding: 10px 100px;
  border-bottom: 5px solid var(--green);
}

.export-sheet-header img {
  width: 164px;
  height: 44px;
  padding: 7px 11px;
  object-fit: contain;
  filter: none;
  border-radius: 3px;
  background: var(--paper);
}

.export-sheet-header span {
  max-width: 1050px;
  color: rgba(255, 250, 243, 0.82);
  font-size: 12px;
  font-weight: 700;
  text-align: right;
}

.export-footer {
  right: 100px;
  left: 100px;
}

.export-postbuy-sheet .export-sheet-title { margin-bottom: 12px; }
.export-postbuy-sheet .export-kpis { margin-bottom: 12px; }
.export-postbuy-sheet .export-kpis article { min-height: 68px; padding: 10px 12px; }
.export-postbuy-sheet .export-kpis strong { margin-top: 7px; font-size: 24px; }

.export-postbuy-comparison-title {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: baseline;
  margin: 10px 0 5px;
}

.export-postbuy-comparison-title strong { font-size: 14px; }
.export-postbuy-comparison-title span { color: var(--muted); font-size: 9px; }
.export-postbuy-sheet .export-plan-table th,
.export-postbuy-sheet .export-plan-table td { padding: 4px 5px; line-height: 1.15; }
.export-postbuy-prebuy-table { font-size: 8px !important; }
.export-postbuy-prebuy-table th:nth-child(1) { width: 7%; }
.export-postbuy-prebuy-table th:nth-child(2) { width: 22%; }
.export-postbuy-prebuy-table th:nth-child(3) { width: 15%; }
.export-postbuy-prebuy-table th:nth-child(n+4) { width: 9.33%; }
.export-prebuy-empty {
  display: grid;
  justify-items: center;
  gap: 4px;
  padding: 24px;
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 10px;
}
.export-prebuy-empty strong { color: var(--ink); font-size: 14px; }
