﻿.wrapper-my-account {
    display: flex;
    gap: .5rem;
    position:absolute;
    right: 150px;
    max-height: 50px;
    margin: 0 25px;
    align-items: center;
    padding: 1rem;
}

a.nav-user-link {
    display: block;
    color: #555;
    cursor: pointer;
    text-overflow: ellipsis;
    font-size: 12px;
    text-decoration:none;
}

a.my-account-link {
    display: block;
    color: #555;
    cursor: pointer;
    font-weight: bold;
}
