/* Tippy */
.tippy-box[data-theme=gray],
.tippy-box[data-theme=gray-center] {
  min-width: 150px;
  max-width: 400px;
  font-size: 12px;
  background-color: rgba(49, 50, 55, 0.8);
  border-radius: 5px;
}

.tippy-box[data-theme=gray-center] {
  text-align: center;
}

.tippy-box[data-theme=gray] .tippy-arrow,
.tippy-box[data-theme=gray-center] .tippy-arrow {
  color: rgba(49, 50, 55, 0.8);
}

.tippy-content > ul {
    padding: 8px 4px 8px 20px;
}

.tippy-content .highlight {
  color: yellow;
  background-color: unset;
  padding: unset;
  margin: unset;
}

.tippy-content .highlight::marker {
  color: yellow;
  background-color: unset;
  padding: unset;
  margin: unset;
}

.cursor-help {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex-wrap: nowrap;
    cursor: help;
}