.brinde-lista-scroll {
    max-height: 500px;
    overflow-y: auto;
    padding-right: 8px;
}

.brinde-lista-scroll::-webkit-scrollbar {
    width: 6px;
}

.brinde-lista-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.brinde-lista-scroll::-webkit-scrollbar-thumb {
    background: #4f5152;
    border-radius: 3px;
}

.brinde-lista-scroll::-webkit-scrollbar-thumb:hover {
    background: #5a5e61;
}

.brinde-imagem {
    height: 64px;
    width: 64px;
    object-fit: cover;
    border-radius: 8px;
    background-color: #ccc;
}