.vbp-games-slider__title {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
}
.vbp-games-slider__title p{
    margin: 0;
}

.vbp-games-slider__title > .vbp-link {
    --link-color: var(--vbp-color-3);
    line-height: 1;
}

.vbp-games-slider__item-gradient{
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 31.25%, rgba(0, 0, 0, 0.80) 100%);
}

.vbp-games-slider__item-content{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.vbp-games-slider__item-title{
    color: #FFF;
}

.vbp-games-slider__item-title{
    font-size: 22px;
    font-weight: 700;
}

.vbp-games-slider__item-button > .vbp-button{
    background-color: var(--vbp-color-2);
}
.vbp-games-slider__item-button > .vbp-button:hover{
    background-color: var(--vbp-color-4);
}
.voilebp-elementor-widget-vbp-games-slider .vbp-games-slider__item{
    position: relative;
    height: 550px;
}

img.vbp-games-slider__item-background{
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 1;
}