@layer shell {
  #logged-user, #login-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: none;
    background: transparent;
    color: white;
    cursor: pointer;

    > svg {
      width: 24px;
      height: 24px;
    }
  }
}
