.block--base-plugin-id-system-menu-block.block--derivative-plugin-id-account {
  >.block__title {
    anchor-name: --account;
    margin: 0;

    >button {
      background: transparent url(/themes/custom/gozero/images/person.svg);
      border: 0;
      cursor: pointer;
      height: 32px;
      padding: 0;
      width: 32px;

      >img {
        display: block;
      }
    }
  }

  >.block__content {
      bottom: unset;
      border: 1px solid #333;
      border-radius: 16px;
      left: unset;
      margin: 0;
      padding: 18px 20px;
      position: fixed;
      right: anchor(--account right);
      top: anchor(--account bottom);
    
    >ul {
      display: flex;
      flex-direction: column;
      gap: 8px;
      margin:0;
      padding:0;

      >li {
        display: block;

        >a {
          font: 500 18px/1 "Mercury Text G1",serif;
          color: #333;
          text-decoration: none;
        }
      }
    }
  }
}