body {
  font-family: Georgia, serif;
}

input {
  font-family: inherit;
  font-size: inherit;
}

.verse__content,
.verse__meta {
  padding: .25em 0;
}

.verse__content {
  /*max-width: 80ch;*/
}

.verse__meta {
  font-weight: bold;
  padding-right: .5em;
  text-align: right;
  vertical-align: top;
  white-space: nowrap;
}

.search__match {
  color: red;
}

a.gateway:after {
  content: "⎋";
  margin-left: .25rem;
  text-decoration: none;
  display: inline-block;
  transform: rotate(90deg);
}
