
.items_casino.shortcode {
    display: flex;
    flex-direction: row;
}

.items_casino.shortcode .item {
    flex: 33%;
    padding: 0 7.5px 39px;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.items_casino.shortcode .item:before {
    content: '';
    box-shadow: 0 2px 7px rgb(0 0 0 / 20%);
    position: absolute;
    left: 7.5px;
    right: 7.5px;
    top: 0;
    bottom: 15px;
    border-radius: 8px;
    z-index: -1;
}

.items_casino.shortcode .item__thumb {
    position: relative;
    display: block;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    margin: 0 0 12px 0;
    float: unset;
    height: 180px;
    width: 100%;
}

.items_casino.shortcode .item__thumb::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.items_casino.shortcode .item__thumb img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.items_casino.shortcode .item__link {
    display: block;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000;
    text-decoration: none;
    margin: 0 0 5px;
    padding: 0;
}

.items_casino.shortcode .casino__bonus {
    display: block;
    text-align: center;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 19px;
    color: #000;
    padding: 0 15px;
    width: unset;
    float: unset;
    background: none;
    border: 0;
    font-weight: normal;
    flex-grow: 1;
}

.items_casino.shortcode .icon-gift {
    display: inline-block;
    width: 19px;
    height: 19px;
    position: relative;
    left: 0;
}

.items_casino.shortcode .casino__bonus span {
    background: -webkit-linear-gradient(
            45deg, #FC0, #FF2D55 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.items_casino.shortcode .line {
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
}

.items_casino.shortcode .casino-label {
    background: #F00;
    box-shadow: 0 2px 7px rgb(0 0 0 / 11%), 0 3px 12px rgb(0 0 0 / 8%), 0 3px 8px rgb(0 0 0 / 15%);
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: .05em;
    color: #FFF;
    text-transform: uppercase;
    padding: 3px 12px;
    text-align: center;
    position: absolute;
    left: 7.5px;
    z-index: 1;
    border-radius: 8px 0;
}

.items_casino.shortcode .casino__btn {
    width: unset;
    margin: 0;
}

.items_casino.shortcode .casino__btn .btn {
    width: unset;
}


@media (max-width: 768px) {
    .items_casino.shortcode .hidden {
        display: flex !important;
    }

    .items_casino.shortcode .item {
        min-width: 243px;
    }

    .items_casino.shortcode {
        overflow-x: auto;
    }
}