/* PDF to Word specific styles */
.text-preview {
  margin-top: 20px;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  max-height: 350px;
  overflow-y: auto;
  font-family: monospace;
  font-size: 0.85rem;
  white-space: pre-wrap;
  color: #333;
}
