    button.link-button,
    a.link-button {
      height: 2.5rem;
      font-weight: 400;
      display: inline-block;
      text-align: center;
      cursor: pointer;
      padding: 0 0.25rem;
      color: var(--bwj-black);
      user-select: none;
      background-color: transparent;
      text-decoration: none;
    }
    .link-button:hover {
      color: var(--bwj-theme-primary);
      font-weight: 500;
    }

    .link-button > span {
      display: flex;
      height: 100%;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: center;
    }
    .link-button i {
      display: inline-block;
      margin: 0 0.25rem;
      line-height: 1rem;
      text-align: center;
      flex-shrink: 0;
    }
    .link-button p {
      flex-grow: 0;
      margin: 0 0.25rem;
      padding: 0;
      line-height: 100%;
    }
