
.section {
  display: contents;
  break-before: page;
}

@media print {
  .ignore-click-outside\/toolbar {
    overflow: visible !important;
    height: auto !important;
  }

  [data-slate-editor] {
    overflow: visible !important;
    height: auto !important;
    min-height: unset !important;
  }
}

.item-sumario::after {
  content: target-counter(attr(href), page);
}

@page {
    size: A4;
    margin: 25mm 25mm;

    @top-right {
        vertical-align: bottom;
        padding-bottom: 10px;
        content: url('/tasken_logo_doc.png');
    }

    @bottom-right {
        content: counter(page);
        font-size: 12px;
        color: #555;
    }
}

@page :first {
    margin: 0;
}