@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  .no-print,
  .wp-block-embed{
  	display:none !important;
  }
  .only-print{
  	display: block !important;
  }  
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  .card,
  .wp-block-group,
  .wp-block-image,
  .wp-block-gallery,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a4 portrait;
    margin: 10mm;
  }
  html, body {
	font-size: 8pt !important;
  }
  body {
	width: 100% !important;
    min-width: 992px !important;
  }
  .container {
	width: 100% !important;
	margin: 0 !important;
    min-width: 992px !important;
  }
  main {
  	width: 100% !important;
	margin: 0 !important;
    min-width: 992px !important;
  }
  article.flex-lg-row {
  	flex-direction: column !important;
  	margin-bottom:0 !important;
  	width: 70% !important;
  } 
  .caption-content > p, .caption-content > ul {
    margin: 1em;
	}
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
}