.tippy-box {
  position: relative;
  white-space: normal;
  transition-property: transform,visibility,opacity;
  white-space: nowrap;
  max-width: unset !important;
  border-radius: 0.25rem;
  background-color: white;
  box-shadow: 0 0 0 1px rgb(15 15 15 / 5%), 0 3px 6px rgb(15 15 15 / 10%), 0 9px 24px rgb(15 15 15 / 20%);
}

.tippy-box .tippy-content {
  padding: 0;
}

.tippy-box .btn {
  display: flex;
  align-items: center;
  cursor: pointer;
  outline: none;
  border: none;
  border-radius: 0;
  transition: opacity .2s,background-color .2s,color .2s;
  margin: 0;
  color: #333;
  width: 100%;
}