/* Additive styles; keep app/styles.css from v0.6.9. */
.tarocchi-app .t-ai-panel { margin: 1rem 0; padding: 1rem; border: 1px solid currentColor; border-radius: 12px; }
.tarocchi-app .t-ai-panel p, .tarocchi-app .t-ai-history p { line-height: 1.55; overflow-wrap: anywhere; }
.tarocchi-app .t-ai-text { white-space: pre-wrap; }
.tarocchi-app .t-ai-optin { display: flex; align-items: center; gap: .6rem; margin: 1rem 0; font-weight: 600; }
.tarocchi-app .t-ai-optin input { width: 20px; height: 20px; }
.tarocchi-app .t-ai-answer { display: grid; gap: .65rem; margin: 1rem 0; }
.tarocchi-app .t-ai-answer textarea { box-sizing: border-box; width: 100%; min-height: 100px; resize: vertical; padding: .7rem; font: inherit; font-size: 16px; color: inherit; background: transparent; border: 1px solid currentColor; border-radius: 8px; }
.tarocchi-app .t-ai-panel small { display: block; margin-top: .8rem; line-height: 1.5; }
.tarocchi-app .t-ai-panel button { margin: .5rem 0; }
.tarocchi-app .t-ai-history { margin-top: 1rem; padding-top: 1rem; border-top: 1px solid currentColor; }

.t-ai-panel [role="alert"] { white-space: pre-wrap; overflow-wrap: anywhere; }

/* Spaziatura azioni finali della lettura */
.t-tutor-sheet [data-download-reading-pdf] {
  display: block;
  margin-top: 16px;
  margin-bottom: 16px;
}
