/* GENERAL SETTINGS FOR USERNAME MENU - OVERRIDE IN THEME CSS */
#menu-bar #block-gff-theme-username {
    float:right;
}

#menu-bar #block-gff-theme-username img {
    float:right;
}

#menu-bar #block-gff-theme-username #gff-username-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    margin-top: 2rem;
    text-align: right;
    background-color: white;
    width: fit-content;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
    transition: opacity 0.5s ease-in-out, visibility 1s ease-in-out;
    right: 0;
    height: 0;
}

#menu-bar #block-gff-theme-username:hover #gff-username-menu {
    opacity: 1;
    visibility: visible;
    height: auto;
}

#menu-bar #gff-username-menu li {
    list-style: none;
    padding: 0;
    break-inside: avoid;
    white-space: nowrap;
}

#menu-bar #gff-username-menu li:first-child {
    font-weight: bold;
}

#menu-bar #gff-username-menu li a {
    padding: 0.2rem;
    break-inside: avoid;
    white-space: nowrap;
}

.gff-user-icon {
    width: 30px;
    height: auto;
}
