/* Wrapper */
.p2-account-btn a {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    font-weight: 500;
}

/* Logged out icon */
.p2-account-loggedout i {
    font-size: 22px;
    color: #333;
}

/* Avatar */
.p2-avatar img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

/* Username */
.p2-name {
    font-size: 15px;
    color: #333;
}

/* Hover */
.p2-account-btn a:hover .p2-name {
    color: #000;
}