// o-mail-Picker handles the styling of picker in mobile view only
.o-mail-Picker {
    height: 55vh ;

    .o-EmojiPicker {
        width: 100% !important;

        .o-Emoji {
            width: 40px;
            font-size: 1.5rem !important;
        }
    }

    .o-EmojiPicker-navbar {
        gap: 0.5rem !important;
    }
}
