.bible-page .crest img.logo { width: 120px; height: 120px; }
.bible-jump {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: flex-end;
  justify-content: center;
}
.bible-jump select {
  font-size: 16px;
  min-height: 44px;
  max-width: 100%;
  font-family: "Times New Roman", Times, serif;
  background: #fffff0;
  border: 2px inset #888;
}
.bible-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin: 8px 0;
}
.bible-nav button { min-height: 44px; }
#place { text-align: center; }
.bible-verse {
  margin: 0 0 10px;
  line-height: 1.45;
  text-align: left;
  font-size: 18px;
}
.bible-verse sup {
  font-weight: bold;
  color: #6b0000;
  margin-right: 4px;
  font-size: 13px;
}
.bible-testament {
  margin: 14px 0 4px;
  color: #6b0000;
  font-size: 18px;
  border-bottom: 2px dotted #6b0000;
}
.bible-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dotted #c9a227;
  padding: 8px 0;
  text-align: left;
}
.bible-row a.book-link {
  font-weight: bold;
  font-size: 18px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.bible-row .meta { color: #4a3010; font-size: 13px; }
@media (max-width: 520px) {
  .bible-verse { font-size: 17px; }
  .bible-jump { justify-content: stretch; }
  .bible-jump label { flex: 1 1 140px; }
  .bible-jump select { width: 100%; }
}
