.vbbh-has-bubble-help {
  cursor: help;
}

.vbbh-global-tooltip {
  position: absolute;
  z-index: 999999;
  width: 260px;
  background: #cce3da;
  border: 3px solid #111;
  border-radius: 16px;
  padding: 16px 16px 14px;
  box-shadow: 0 10px 26px rgba(0,0,0,0.18);
  pointer-events: none;
}

.vbbh-global-tooltip[hidden] {
  display: none !important;
}

.vbbh-global-tooltip::before {
  content: '';
  display: none;
  position: absolute;
  left: 82px;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #111;
}

.vbbh-global-tooltip::after {
  content: '';
  display: none;
  position: absolute;
  left: 84px;
  top: calc(100% - 3px);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #cce3da;
}

.vbbh-global-tooltip.vbbh-tooltip-below::before {
  top: -12px;
  border-top: 0;
  border-bottom: 12px solid #111;
}

.vbbh-global-tooltip.vbbh-tooltip-below::after {
  top: -9px;
  border-top: 0;
  border-bottom: 10px solid #cce3da;
}

.vbbh-bubble-title {
  font-size: 20px;
  line-height: 1.15;
  font-weight: 700;
  margin-bottom: 12px;
}

.vbbh-bubble-content {
  font-size: 14px;
  line-height: 1.45;
}

.vbbh-bubble-content p:last-child {
  margin-bottom: 0;
}
