.wplt__wrapper {
  position: relative;
  display: inline;
}
.wplt__text {
  color: #5c3bfe;
  z-index: 1;
  -webkit-tap-highlight-color: transparent;
}
.wplt__content-wrapper {
  display: block;
  z-index: 50;
  display: none;
  overflow-wrap: break-word;
  position: absolute;
  overflow: hidden;
  bottom: 100%;
  left: -10px;
  padding-bottom: 15px;
  max-width: 532px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
}
.wplt__content {
  position: relative;
  display: block;
  padding: 15px;
  background-color: #5c3bfe;
  border-radius: 10px;
}
.wplt__content-text {
  position: relative;
  z-index: 55;
  color: #fff;
}
.wplt__content-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: 50;
}
.wplt__content-arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 49;
}
