/* Douay-Rheims Bible — quiet verse/chapter anchors, obvious on hover/focus/target */

a.drb-verse,
a.drb-chapter {
  color: inherit !important;
  text-decoration: none;
  cursor: default;
}

a.drb-verse {
  font-size: 0.75em;
  vertical-align: super;
  line-height: 0;
  margin-right: 0.25em;
  font-weight: 600;
}

a.drb-verse:hover,
a.drb-verse:focus-visible,
a.drb-chapter:hover,
a.drb-chapter:focus-visible {
  color: #ad5d07 !important;
  text-decoration: underline;
  cursor: pointer;
}

a.drb-verse:target,
a.drb-chapter:target {
  background-color: #fff3cd;
  box-shadow: 0 0 0 1px #ad5d07;
  border-radius: 2px;
}
