.dge-help {
  order: 999;
  bottom: 4px;
  display: inline-block;
  position: relative;
  margin-left: 6px;
  vertical-align: middle; }
  .dge-help .dge-help-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 2px solid #111;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    background: transparent;
    padding: 0; }
  .dge-help .dge-help-popover {
    position: absolute;
    top: 26px;
    left: 0;
    z-index: 9999;
    min-width: 260px;
    max-width: 420px;
    background: #fff;
    border: 1px solid #d9dfe6;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    display: none; }
    .dge-help .dge-help-popover.is-open {
      display: block; }
    .dge-help .dge-help-popover__inner {
      padding: 12px 14px; }
    .dge-help .dge-help-popover__text {
      font-size: 14px;
      font-weight: 500;
      line-height: 1.35;
      color: #1d2a3a;
      white-space: normal; }
    .dge-help .dge-help-popover__link {
      margin-top: 10px; }
      .dge-help .dge-help-popover__link a {
        font-weight: 500;
        text-decoration: underline; }
