#loginPopup {
  .login-popup__close-wrapper {
    display: flex;
    justify-content: flex-end;
  }
  .richtext a {
    color: currentColor;
  }
  .accept-button {
    margin-bottom: 2rem;
  }
  @media screen and (max-width: 749px) {
    .page-width {
      padding: 0;
    }
  }
}
login-popup-trigger {
  cursor: pointer;
  @media screen and (max-width: 989px) {
    left: -1rem;
    position: relative;
  }
  a {
    pointer-events: none;
  }
  .header__icon .icon {
    @media screen and (max-width: 989px) {
      width: 2.4rem;
      height: 2.4rem;
    }
  }
}