.emote-entry, .sound-emote-entry {
    width: 128px;

    background: rgba(100, 100, 100, 0.3);
    border-radius: 8px;
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 2px;

    font-weight: 400;

    border: none;
}

img.emote {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

#section-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px;
}

.section-jumper {
    display: inline-block;

    width: 32px;
    height: 32px;

    background: rgba(100, 100, 100, 0.3);
    border-radius: 4px;

    font-weight: 400;
}

.emotesection {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    padding: 8px;
}

.emotesection {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

#source-needed {
    color: rgb(255, 60, 60);
}
