.IPfUL {
    color: var(--accent-rest--color);
    outline: none;
    text-decoration: none;
    transition: color 0.05s linear;
  }
  .IPfUL:active, .IPfUL:hover, .IPfUL:active:hover {
    color: var(--accent-hover--color);
  }
  .M_zGx {
    display: flex;
    align-items: center;
  }
  .M_zGx > svg {
      margin-left: 8px;
    }
  .M_zGx > svg path, .M_zGx > svg line {
        stroke: var(--accent-rest--color);
      }

 {

  /*
  .logo {
    color: white;
    font-size: 24px;
    font-family: inherit;
    text-shadow: 1px 1px 5px rgb(0 0 0 / 50%);
    position: relative;
    padding-left: 46px;

    &:before {
      width: 36px;
      height: 36px;
      background: var(--accent-rest--color);
      font-size: 26px;
      position: absolute;
      left: 0;
      top: -2px;
      content: 'Z';
      text-align: center;
    }
  }
  */
}
  .oH0oY {
    max-width: calc(100% - 2rem);
    padding: 0 1rem;
  }

