.kpiHelpCard {
  position: relative;
  padding-right: 45px !important;
}

.kpiInfoBtn {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 19px !important;
  height: 19px !important;
  min-width: 19px !important;
  min-height: 19px !important;
  border: 1px solid #b8c7dc !important;
  border-radius: 999px !important;
  padding: 0 !important;
  background: #fff !important;
  color: #2563eb !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  cursor: help;
  box-shadow: none !important;
  z-index: 3;
}

.kpiInfoBtn:hover,
.kpiInfoBtn:focus {
  border-color: #2563eb !important;
  outline: 2px solid rgba(37, 99, 235, .18);
  outline-offset: 1px;
}

.kpiInfoTip {
  display: none;
  position: absolute;
  top: 42px;
  right: 16px;
  width: min(300px, calc(100vw - 48px));
  padding: 10px 12px;
  border-radius: 10px;
  background: #111827;
  color: #f8fafc;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  box-shadow: 0 16px 30px rgba(15, 23, 42, .24);
  z-index: 30;
}

.kpiInfoBtn:hover + .kpiInfoTip,
.kpiInfoBtn:focus + .kpiInfoTip {
  display: block;
}

@media (max-width: 700px) {
  .kpiInfoTip {
    left: 16px;
    right: auto;
    width: calc(100% - 32px);
  }
}
