.womm-user-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    min-width: 35px;
    max-width: 35px;
    min-height: 35px;
    max-height: 35px;
    padding: 0;
    border-radius: 50%;
    font-family: 'Inter', 'Segoe UI', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
    color: #006FFF;
    background: #ffffff;
    flex: 0 0 35px;
    flex-shrink: 0;
    user-select: none;
    box-sizing: border-box;
    overflow: hidden;
}

.womm-user-avatar--sidebar {
    margin: 0 10px 0 3px;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.sidebar-user-info:hover .womm-user-avatar--sidebar {
    transform: scale(1.05);
}

.womm-user-avatar--navbar {
    position: absolute;
    width: 48px;
    height: 48px;
    min-width: 48px;
    max-width: 48px;
    min-height: 48px;
    max-height: 48px;
    flex: 0 0 48px;
    font-size: 14px;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.womm-user-avatar--mobile {
    position: absolute;
    width: 40px;
    height: 40px;
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    flex: 0 0 40px;
    font-size: 13px;
    right: 15px;
    cursor: pointer;
}

.sidebar-container.collapsed .womm-user-avatar--sidebar {
    display: none;
}
