
.tippy-tooltip.custom-light-theme {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.custom-light-theme > .tippy-content {
  color: #333;
}
.custom-light-theme > .tippy-backdrop {
  background-color: #fff;
}
.custom-light-theme > .tippy-content img {
  height: 20px;
}
.custom-light-theme > .tippy-content p {
  margin: 0;
  margin: 5px 9px;
  font-size: 14px;
}
.custom-light-theme > .tippy-content p:last-of-type {
  font-size: 12px;
}

