@charset "utf-8";

@media print {
  :root {
    --float-close: none !important;
  }

  header,
  nav,
  df-messenger,
  footer,
  button {
    display: none !important;
  }

  table {
    margin-bottom: 2rem !important;
    margin-top: 1rem !important;
  }

  table,
  tr,
  td,
  thead,
  tbody,
  th {
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  td {
    padding: .5rem !important;
  }

  .block--container {
    padding: 0 !important;
  }

  li {
    list-style-type: circle !important;
  }
}
