.hint {
  float: left;
}
.footnote-marker {
  position: relative;
  cursor: pointer;
  color: white;
  background-color: blue;
  border-radius: 3px;
}
blk {
  display: block;
  direction: ltr;
}
summary {
  line-height: 20px;
  color: darkgrey;
}
@media print {
  summary {
    display: none;
  }
}
heb {
  height: auto;
  font-family: calibri;
  font-size: 25px;
  direction: rtl;
  display: inline-block;
  position: relative;
  margin: auto;
  right: 0px;
  margin-right: 20px;
  letter-spacing: 1px;
}
en {
  font-family: Alegreya-Top;
  height: auto;
  font-size: 18px;
  display: inline-block;
  direction: ltr;
}
.en_full {
  width: 95%;
  padding-left: 2%;
  padding-right: 2%;
  text-align: center;
}
.clause {
  display: block;
  height: fit-content;
  margin-top: 3px;
  background-color: #eee;
}
@media print {
  .clause {
    background-color: #eee !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
.footnote {
  display: none;
  position: absolute;
  left: 0;
  background-color: #f1f1f1;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  z-index: 10;
  width: 200px; /* Adjust as needed */
}
small {
  color: #444;
}
