.emoji-picker-content{grid-template-columns:repeat(6,1fr);gap:8px;display:grid}.emoji-item{cursor:pointer;border-radius:6px;justify-content:center;align-items:center;width:72px;height:72px;transition:all .2s;display:flex}.emoji-item:hover{background:0 0;transform:scale(1.1)}.emoji-item img{object-fit:contain;background:0 0;width:48px;height:48px}
