/* Light theme for citation tooltips */
.tippy-box[data-theme~='citation'] {
  background-color: #f9f9f9;
  color: #222;
  font-size: 0.9rem;
  /* max-width: 420px; */
  line-height: 1.4;
  padding: 0.75em 1em;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Tooltip arrow color */
.tippy-box[data-theme~='citation'] > .tippy-arrow {
  color: #f9f9f9;
}

/* Optional: make inline citation look clickable */
/* .citation { */
/*   color: #1565c0; */
/*   cursor: pointer; */
/*   text-decoration: underline; */
/* } */
