/* Word to PDF specific styles */
.docx-preview {
  margin-top: 20px;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  max-height: 400px;
  overflow-y: auto;
  font-family: Arial, sans-serif;
  color: #333;
  line-height: 1.5;
}
