.play-rummy-game {
    background: #f1f4fa;
    padding-left: 24px;
    padding-right: 24px
}

@media(max-width:767.98px) {
    .play-rummy-game {
        padding: 0
    }

    .play-rummy-game .container {
        padding-bottom: 24px;
        padding-top: 48px
    }
}

.play-rummy-game .play-rummy-wrapper--content h1,.play-rummy-game .play-rummy-wrapper--content h2 {
    margin-bottom: 20px
}

.play-rummy-game .play-rummy-wrapper--content ul {
    padding-left: 24px
}

.play-rummy-game .play-rummy-wrapper--content li,.play-rummy-game .play-rummy-wrapper--content p {
    line-height: 1.5;
    margin-bottom: 16px
}

.play-rummy-game .play-rummy-wrapper--content li {
    list-style: decimal
}

.play-rummy-game .play-rummy-wrapper--content a {
    color: #cda677
}

.play-rummy-game .play-rummy-wrapper--content .no-list-style li {
    list-style: none
}

.play-rummy-game .real-cash-title {
    padding-top: 16px
}

.play-rummy-game .rummy-intro-video {
    margin-top: 24px;
    padding-bottom: 56%;
    position: relative
}

.play-rummy-game .video-image {
    border-radius: 8px;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 0
}

.play-rummy-game .yt-video-overlay,.play-rummy-game .yt-video-overlay:before {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.play-rummy-game .yt-video-overlay:before {
    background: rgba(0,0,0,.5) url(./play.svg) no-repeat 50%;
    background-size: 60px;
    border-radius: 8px;
    content: "";
    z-index: 1
}

@media(max-width:960px) {
    .play-rummy-game .yt-video-overlay:before {
        background-size: 50px
    }
}

.play-rummy-game .nutshell-table {
    text-align: left
}

.play-rummy-game .theme-secondary-table.nutshell-table tbody td.border-top-left {
    border-top-left-radius: 18px
}

.play-rummy-game .theme-secondary-table.nutshell-table tbody td.border-top-right {
    border-top-right-radius: 18px
}

.play-rummy-game .theme-secondary-table.nutshell-table tbody td {
    border: 1px solid #f1f4fa;
    vertical-align: baseline
}