  .lime-inline-logo {
    font-weight: bold;
    font-family: sans-serif;
    display: inline;
    position: relative;
    font-feature-settings: "kern" 0; /* Disable kerning */
  }

  .lime-i {
    display: inline-block;
    position: relative;
  }

  .lime-cover {
    position: absolute;
    top: +0.32em;
    left: +0.045em;
    width: 0.21em;
    height: 0.21em;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
  }

  .lime-dot {
    position: absolute;
    top: +0.28em;
    left: +0.03861em;
    width: 0.19em;
    height: 0.19em;
    background-color: rgb(142, 204, 173);
    border-radius: 50%;
  }
