.book-export-actions {
  margin: 0 0 18px 0;
}

.book-export-content {
  width: 100%;
  max-width: 100%;
}

.book-export-node {
  margin: 0 0 30px 0;
}

.book-export-node__title {
  margin: 0 0 12px 0;
  page-break-after: avoid;
}

@media print {
  .book-export-actions,
  .sbn-print-button {
    display: none !important;
  }

  .book-export-content,
  .book-export-node {
    margin: 0 !important;
    padding: 0 !important;
  }
}