.strongs-token {
  display: inline;
}

.strongs-token.has-strongs {
  cursor: pointer;
  border-bottom: 1px dotted rgba(17, 25, 44, 0.55);
  transition: background-color 0.15s ease;
}

.strongs-token.has-strongs:hover,
.strongs-token.has-strongs:focus {
  background-color: rgba(250, 131, 52, 0.18);
  outline: none;
}

.strongs-token.is-italic {
  font-style: italic;
}

.strongs-tooltip {
  position: absolute;
  background: #ffffff;
  border: 1px solid rgba(17, 25, 44, 0.12);
  border-radius: 10px;
  padding: 12px 14px;
  max-width: 360px;
  box-shadow: 0 16px 24px rgba(17, 25, 44, 0.18);
  z-index: 1000;
  font-family: var(--font-body);
  color: var(--bp-ink);
}

.strongs-tooltip h4 {
  margin: 0 0 6px 0;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--bp-primary);
}

.strongs-tooltip p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--bp-ink);
}

.strongs-tooltip .strongs-entry {
  margin-bottom: 10px;
}

.strongs-tooltip .strongs-entry:last-child {
  margin-bottom: 0;
}

.strongs-tooltip .strongs-entry.strongs-error {
  color: #d32f2f;
  font-style: italic;
}
