.wst-popover-overlay {
  position: fixed;
  inset: 0;
  background: transparent;
  z-index: 9998;
}

.wst-popover {
  position: absolute;
  width: 280px;
  background: #111827;
  color: #fff;
  border-radius: 8px;
  padding: 14px 14px;
  box-shadow: 0 20px 40px rgba(0,0,0,.35);
  z-index: 9999;
}

.wst-popover-line {
  font-size: 14px;
  line-height: 1.35;
  margin-bottom: 10px;
}

.wst-popover-link {
  display: inline-block;
  color: #60a5fa;
  text-decoration: none;
}

.wst-popover-link:hover {
  text-decoration: underline;
  color: #60a5fa;
}

.wst-popover-arrow {
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  transform: translateY(-50%);
}

.wst-popover.is-left .wst-popover-arrow {
  right: -10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #111827;
}

.wst-popover.is-right .wst-popover-arrow {
  left: -10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #111827;
}
