body {
  background-image: url(./logo.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 40em;
  background-attachment: fixed;
}

.pericope + .pericope {
  border-top-width: 1px;
  border-top-style: dashed;
}

.didascalia {
  user-select: none;
  cursor: default;
}

.didascalia-handle {
  cursor: grab;
  user-select: none;
}

.didascalia-remove,
.didascalia-duplicate {
  border: none;
  background: transparent;
  cursor: pointer;
}

.didascalia:active .didascalia-handle {
  cursor: grabbing;
}

.margin {
  user-select: none;
}

.didascalia .address, .didascalia .source {
  cursor: pointer;
}

.didascalia .address.editing input:focus-visible,
.didascalia .source.editing input:focus-visible {
  outline: none;
}

.didascalia .address.editing input,
.didascalia .source.editing input {
  border: none;
}

.margin .selected-address {
  cursor: pointer;
}

.source-language {
  cursor: default;
}

.source-option {
  cursor: pointer;
}

.textus {
  flex: 1;
}

.cross-references {
  list-style: none;
}

.cross-reference {
  cursor: pointer;
}

.commentaries {
  list-style: none;
}

.commentary-text a {
  pointer-events: none;
}

.verse::before {
  content: attr(data-verse);
}

.help-link {
  cursor: pointer;
}

.help-modal-backdrop {
  background-color: rgba(0, 43, 54, 0.7);
}

.help-modal {
  box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.35);
  outline: none;
}

.help-modal h3 {
  margin-top: 0;
}

.help-close {
  border: none;
  border-radius: 0.3em;
  cursor: pointer;
}

.search-section {
  max-width: 70em;
  margin: 1em auto;
}

.search-input-group {
  display: flex;
  gap: 0.5em;
  align-items: center;
}

.search-input-group input {
  flex: 1;
  padding: 0.5em 0.75em;
  border: none;
}

.search-input-group input:focus-visible {
  outline: none;
}

.search-status {
  margin-top: 0.5em;
  font-style: italic;
}

.search-results {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px dashed var(--base1);
  max-height: 15em;
  overflow-y: auto;
}

.search-result + .search-result {
  border-top: 1px solid var(--base2);
}

.search-result {
  padding: 0.5em;
  background-color: var(--base3);
  cursor: pointer;
}

.search-result:hover {
  background-color: var(--base2);
}

.search-result-address {
  color: var(--violet);
  font-size: small;
}

.search-result-text {
  margin-top: 0.25em;
  font-size: 0.9em;
}
