.emoji-picker-container {
            scrollbar-width: thin;
            scrollbar-color: #ccc #f0f0f0;
        }
        
        .emoji-picker-container::-webkit-scrollbar {
            width: 8px;
        }
        
        .emoji-picker-container::-webkit-scrollbar-track {
            background: #f0f0f0;
            border-radius: 4px;
        }
        
        .emoji-picker-container::-webkit-scrollbar-thumb {
            background: #ccc;
            border-radius: 4px;
        }
        
        .emoji-picker-container::-webkit-scrollbar-thumb:hover {
            background: #999;
        }
        
        .emoji-item:hover {
            background-color: #f0f0f0;
            border-radius: 4px;
        }


.inl-e6785547 {
    position: relative; display: inline-block;
}

.inl-52779292 {
    display: none; position: absolute; bottom: 100%; right: 0; margin-bottom: 5px; z-index: 9999; background: white; border: 1px solid #ddd; border-radius: 8px; padding: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); width: 280px; max-height: 250px; overflow-y: auto; overflow-x: hidden;
}

.inl-78febc77 {
    display: grid; grid-template-columns: repeat(8, 1fr); gap: 5px;
}

.inl-e540add5 {
    cursor: pointer; font-size: 20px; padding: 5px; text-align: center; transition: transform 0.1s;
}

.inl-32d52cb6 {
    font-size: 48px; color: #ccc;
}

.inl-0faaf487 {
    margin-top: 12px; padding: 10px 0; border-top: 1px solid #eee;
}
