.casino-carousel-games .casino-widget{
    position: relative
}
.casino-carousel-games .games{
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 8px;
    padding: 0
}
.casino-carousel-games .casino-container .games .game{
    aspect-ratio: 16 / 9;
    overflow: unset;
    min-width: 275px;
    border-radius: 5px;
    margin: 0 0 8px 0;
    position: relative;
    min-height: 150px;
}
.casino-carousel-games .casino-container .game .game-name{
    z-index: 1
}
.casino-carousel-games .casino-container .games .game img{
    height: 100%;
    object-fit: cover;
    width: auto;
    border-radius: 5px;
    margin: 0 auto
}

.casino-carousel-games .close-game-iframe{
    position: fixed;
    top: 0px;
    width: 100%;
    left: 0px;
    height: 36px;
    background-image: url(/v1.539/r/images/soccabet/icons/close-white.svg);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: calc(100% - 5px) center;
    color: transparent;
    background-color: var(--c-background-betslip-betting-header);
    z-index: 1000;
}
.casino-carousel-games .casino-iframe{
    position: fixed;
    top: 36px;
    left: 0px;
    height: calc(100% - 36px);
    max-width: 100vw;
    z-index: 1000;
    min-height: unset;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    width: 100%;
}
.casino-carousel-games .casino-iframe #game-iframe{
    height: calc(100vh - 36px);
}

.mobile .casino-carousel-games .casino-container .games .game{
    min-width: calc(140px - 16px);
    min-height: 80px;
    max-width: calc(140px - 16px);
}

/* 04.12.2025 */




.main-coupon-v1 .match-links .match-bet-info,
.market-group-header .market-bet-info{
    font-size: 0;
    background-image: url(/v1.539/r/images/soccabet/icons/list-fm.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 18px;
    height: 18px;
    margin: 0 8px
}
.mobile .main-coupon-v1 .match-links .match-bet-info{
    position: absolute;
    top: 8px;
    right: 0;
}


