/* =====================================================
   LITERATURA – SEZNAM ZDROJŮ
===================================================== */

.chl-literature,
.chl-literature p,
.chl-literature li {
  text-align: left !important;
  text-indent: 0 !important;
}

.chl-literature a {
  word-break: break-all;
  overflow-wrap: anywhere;
}

/* =====================================================
   POZNÁMKY POD ČAROU
===================================================== */

.chl-footnote-ref a {
  text-decoration: none;
}

.chl-footnote-backref {
  margin-left: 0.5em;
  font-size: 0.9em;
  text-decoration: none;
}

.chl-footnote-backref:hover {
  text-decoration: underline;
}

/* =====================================================
   BIBLIOGRAFICKÉ NAŠEPTÁVÁNÍ
===================================================== */

.chl-biblio-results {
  position: absolute;
  z-index: 100000; /* nad admin barem */
  background: #fff;
  border: 1px solid #ccd0d4;
  margin-top: 2px;
  max-height: 240px;
  overflow-y: auto;
}

.chl-biblio-results li {
  padding: 6px 10px;
  cursor: pointer;
}

.chl-biblio-results li:hover {
  background: #f0f0f1;
}