.obp-ref {
  border-bottom: 1px dotted #2f6f68;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

.obp-popup {
  position: fixed;
  z-index: 2147483647;
  box-sizing: border-box;
  max-width: min(420px, calc(100vw - 24px));
  padding: 12px 14px;
  border: 1px solid rgba(47, 111, 104, 0.26);
  border-radius: 8px;
  background: #fffdf8;
  box-shadow: 0 14px 42px rgba(26, 32, 34, 0.22);
  color: #222;
  font: 14px/1.45 Georgia, "Times New Roman", serif;
}

.obp-popup-title {
  margin-bottom: 7px;
  color: #2f6f68;
  font: 700 13px/1.2 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.obp-popup-body {
  max-height: min(45vh, 340px);
  overflow: auto;
}

.obp-popup-verse {
  margin-top: 8px;
}

.obp-popup-verse:first-child {
  margin-top: 0;
}

.obp-popup-verse-number {
  color: #6b5a2f;
  font: 700 11px/1 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  vertical-align: super;
}

.obp-popup-note {
  color: #666;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
