.iqhr-error {
  position: relative;
  display: inline-block;
  color: #b42318;
  cursor: help;
}

.iqhr-error-tooltip {
  display: none;
  position: absolute;
  z-index: 20;
  bottom: 100%;
  left: 0;
  width: 260px;
  padding: 8px 10px;
  border-radius: 4px;
  background: #1f2937;
  color: #fff;
  font-size: 12px;
  line-height: 1.35;
  white-space: normal;
}

.iqhr-error:hover .iqhr-error-tooltip,
.iqhr-error:focus .iqhr-error-tooltip {
  display: block;
}
