/**
 * Extracted Inline Styles for Glass Umbrella
 * Previously inline CSS moved to external file
 */

/* Menu dropdown form styling */
.dropdown-logout-form {
    display: inline;
}

.dropdown-logout-btn {
    width: 100%;
    text-align: left;
    border: none;
    background: none;
    cursor: pointer;
}

/* Progress bar initial width */
#progress-bar-fill {
    width: 0%;
}

/* XP progress bar styling - dynamically set by JavaScript */
.xp-fill[data-width] {
    width: var(--xp-width, 15%);
}