/* Find-in-text highlights and the match counter under #homily-search
   (tb-fathers-find.js). */

::highlight(tb-ff-match) {
  background-color: rgba(255, 209, 102, .35);
  color: #221a05;
}

::highlight(tb-ff-current) {
  background-color: #ff9f1c;
  color: #1a1200;
}

.tb-ff-status {
  display: flex;
  align-items: center;
  gap: .4rem;
  margin-top: .4rem;
}

.tb-ff-status[hidden] { display: none; }

.tb-ff-count {
  flex: 1 1 auto;
  color: var(--gold-dim, #a07d35);
  font-family: var(--cinzel, 'Cinzel', serif);
  font-size: .62rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.tb-ff-nav {
  background: transparent;
  color: var(--gold, #C9A24D);
  border: 1px solid rgba(201, 162, 77, .38);
  padding: .18rem .5rem;
  font-size: .8rem;
  line-height: 1.4;
  cursor: pointer;
  transition: background .18s ease, border-color .18s ease, color .18s ease;
}

.tb-ff-nav:hover {
  background: rgba(201, 162, 77, .12);
  border-color: rgba(201, 162, 77, .7);
  color: #fff0bf;
}
