/* ===============================
   Stampa – Cadavere Squisito
   =============================== */

@page {
  margin: 2cm;
}

/* Corpo del documento */
body {
  font-family: Georgia, serif;
  font-size: 9pt;
  line-height: 1.5;
  color: #000;
  background: none !important;
  hyphens: auto;
}

/* Titolo e autori */
.story-title {
  text-align: center;
  font-size: 1.1em;
  margin-bottom: 0.5em;
  page-break-after: avoid;
}

.author {
  text-align: center;
  font-style: italic;
  font-size: 0.9em;
  margin-top: 1.2em;
  page-break-after: avoid;
}

/* Paragrafi */
.paragraph-text {
  font-size: 9pt;
  text-align: justify;
  hyphens: auto;
  margin-bottom: 1.2em;
  white-space: pre-wrap;
  page-break-inside: auto;
  orphans: 3;
  widows: 3;
}

/* Intestazione informativa */
.story-info {
  margin-bottom: 1.5em;
  font-size: 0.9em;
}

/* Separatore tra storie */
/* Forza la visibilità di tutte le tab nella stampa */
.tab-content {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  position: static !important;
}

/* Logo in ogni foglio */
.tab-content::before {
  content: url('../images/logo_full_small.png');
  display: block;
  margin: 2em auto 1.5em;
  width: 100%;
  max-width: 70px;
  height: auto;
  break-before: page; /* più moderno, non sempre supportato ma più “gentile” */
}

/* Sezione fusione AI */
.fusion-block {
  margin-top: 2em;
}
.fusion-block h3 {
  text-align: center;
  font-size: 1.1em;
  margin-bottom: 0.5em;
}

/* Nasconde elementi non stampabili */
button,
.tabs,
.tab-actions,
.suggestion-btn,
.suggestion-btn-discreet,
#popup,
header,
footer,
nav,
.save-button,
.share-button {
  display: none !important;
}