.clickable {
  cursor: pointer;
}

.preformatted {
  white-space: pre-wrap;
}

.text-block {
  white-space: pre-line;
  overflow-y: auto;
}

.tag {
  border: 0px;
}

.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0); 
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap; 
  width: 1px;
}

@media print {
  .print-hidden {
    display: none !important;
  }

  .print-no-break {
    page-break-inside: avoid;
  }

  .section {
    padding: 1rem !important;
  }
}

@media screen {
  .non-print-hidden {
    display: none !important;
  }
}
