#titlepage .subtitle a { text-decoration: none; }
#titlepage figure picture { width: min(68%, 360px); }
#titlepage figure img { height: auto; }

.greek-source {
  display: none;
  font-style: italic;
  color: var(--c-text-soft);
  border-top: 1px solid var(--c-border);
  margin-top: 6pt;
  padding-top: 6pt;
  line-height: 1.6;
  font-size: 0.95em;
}

.greek-source.visible {
  display: block;
}

#chapter-2 .verse-ref {
  cursor: pointer;
  border-bottom: 1px dotted var(--c-text-soft);
}

#chapter-2 .verse-ref:hover,
#chapter-2 .verse-ref:focus {
  color: var(--c-link);
  border-bottom-color: var(--c-link);
}
