.arcade {
    margin-bottom: .5rem
}

.arcade .card {
    padding: 1rem 0
}

.arcade--d {
    display: grid;
    grid-gap: 1rem;
    margin-top: .5rem;
    align-items: start;
    margin-bottom: 1rem;
    grid-template-rows: unset;
    grid-template-columns: 1fr 5fr
}

.arcade--d .arcade-content {
    grid-column: 2/3
}

.arcade--d .coming-soon {
    grid-column: 1/-1;
    justify-self: center
}

.games-nav--d {
    background-color: #0d047a
}

.games-nav--d__item {
    border-bottom: 1px solid #110142
}

.games-nav--d__item:last-child {
    border-bottom: none
}

.games-nav--d__item a {
    position: relative;
    display: flex;
    align-items: center;
    padding: .5rem 1rem
}

.games-nav--d__item a:before {
    position: absolute;
    top: 0;
    right: -3px;
    width: 100%;
    height: 35%;
    filter: drop-shadow(.1rem .1rem .1rem #110142)
}

.games-nav--d__item a:hover {
    background-color: #110142
}

.games-nav--d__item a img {
    width: 2rem;
    height: 2rem;
    z-index: 3
}

.games-nav--d__item a span {
    margin-left: 1rem;
    font-weight: 700
}

.games-nav--d__item a.app-link--exact-active {
    color: #faa611
}

.games-nav--d__item--promo a:before {
    content: "";
    background: 100% 0/contain no-repeat url(https://cdn-proxy.globalcontentcloud.com/common/default/ribbons/flipped-promo.svg)
}

.games-nav--d__item--new a:before {
    content: "";
    background: 100% 0/contain no-repeat url(https://cdn-proxy.globalcontentcloud.com/common/default/ribbons/flipped-new.svg)
}

.games-nav--d__maintenance {
    position: absolute;
    top: .25rem;
    left: 2rem;
    width: 1rem;
    height: 1rem;
    padding: .1rem;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #110142;
    border-radius: 50%
}

.games-nav--d__maintenance i {
    color: #fdd835
}

.arcade-content {
    position: relative;
    min-height: 15rem
}

.arcade-content .arcade-games,.arcade-content .arcade-loading {
    margin-top: .5rem;
    display: grid;
    grid-gap: .75rem;
    grid-template-columns: repeat(2,minmax(0,1fr))
}

@media(min-width: 1024px) {
    .arcade-content .arcade-games,.arcade-content .arcade-loading {
        grid-template-columns:repeat(auto-fill,minmax(10rem,1fr))
    }
}

.arcade-content .arcade-games--d,.arcade-content .arcade-loading--d {
    margin-top: 0
}

.arcade-content .arcade-loading {
    position: absolute;
    width: 100%
}

.game-item__wrapper {
    position: relative
}

.game-item__wrapper:after,.game-item__wrapper:before {
    position: absolute;
    left: -3px;
    width: 100%;
    height: 1rem;
    z-index: 3;
    pointer-events: none
}

@media(min-width: 1024px) {
    .game-item__wrapper:after,.game-item__wrapper:before {
        left:-4px;
        height: 1.25rem
    }
}

.game-item__wrapper.game--promo:before {
    content: "";
    top: .25rem;
    filter: drop-shadow(.1rem .1rem .1rem #110142);
    background: 0/contain no-repeat url(https://cdn-proxy.globalcontentcloud.com/common/default/ribbons/game-promo.svg)
}

.game-item__wrapper.game--new:after {
    content: "";
    top: 1.5rem;
    filter: drop-shadow(.1rem .1rem .1rem #110142);
    background: 0/contain no-repeat url(https://cdn-proxy.globalcontentcloud.com/common/default/ribbons/game-new.svg)
}

.game-item__wrapper.game--new:not(.game--promo):after {
    top: .25rem
}

.game-item__wrapper>a {
    overflow: hidden;
    cursor: pointer
}

.game-item__wrapper.game-item--history-view,.game-item__wrapper.game-item--rtp-view {
    display: grid;
    grid-gap: 1rem;
    align-items: center;
    grid-template-columns: 2fr 3fr
}

.game-item__wrapper.game-item--history-view.game--fishing>a>div:after,.game-item__wrapper.game-item--rtp-view.game--fishing>a>div:after {
    content: unset
}

@media(min-width: 1024px) {
    .game-item__wrapper.game-item--history-view,.game-item__wrapper.game-item--rtp-view {
        grid-template-columns:1fr 5fr
    }
}

@media(min-width: 1024px) {
    .game-item__wrapper.game-item--rtp-view {
        grid-template-columns:1fr 4fr
    }
}

.game-item__name {
    display: block;
    width: 100%;
    font-weight: 700;
    font-size: .625rem;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: .25rem .5rem
}

@media(min-width: 1024px) {
    .game-item__name {
        font-size:.75rem
    }
}

.game-item {
    height: 0;
    position: relative
}

.game-item--rtp {
    overflow: hidden;
    padding-bottom: 138.55422%
}

.game-item--rtp,.game-item--rtp .game-item__placeholder,.game-item--rtp .game-item__skeleton {
    border-radius: 10px
}

.game-item--slot {
    padding-bottom: 67.44186%
}

.game-item--casino {
    padding-bottom: 75%
}

.game-item--fishing {
    padding-bottom: 61.7284%
}

.game-item--arcade {
    padding-bottom: 61.99525%
}

.game-item__hover {
    position: absolute;
    opacity: 0;
    display: grid;
    grid-gap: .5rem;
    align-content: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 1rem;
    transition: opacity .2s ease;
    background: linear-gradient(0deg,#110142 0,rgba(17,1,66,.1))
}

.game-item__hover button {
    pointer-events: none
}

.game-item__hover--allow button {
    pointer-events: all
}

.game-item:hover .game-item__hover {
    opacity: 1
}

.game-item__img {
    left: 0;
    width: 100%;
    height: 100%
}

.game-item__img,.game-item__provider {
    position: absolute;
    top: 0;
    opacity: 0;
    will-change: opacity;
    transition: opacity .2s ease
}

.game-item__provider {
    right: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 0 30px;
    filter: drop-shadow(.1rem .1rem .1rem #110142);
    background-color: rgba(13,4,122,.9)
}

.game-item__provider div {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px
}

.game-item__provider div img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.game-item__skeleton {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #110142
}

.game-item__skeleton:before {
    content: "";
    display: block;
    position: absolute;
    left: -150px;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-animation: skeleton 1s cubic-bezier(.4,0,.2,1) infinite;
    animation: skeleton 1s cubic-bezier(.4,0,.2,1) infinite;
    background: linear-gradient(90deg,transparent 0,#0d047a 50%,transparent)
}

.game-item__placeholder {
    position: absolute;
    opacity: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .5rem;
    background-color: #110142;
    will-change: opacity;
    transition: opacity .2s ease
}

.game-item__placeholder img {
    display: block;
    width: 3.5rem;
    height: 3.5rem;
    -o-object-fit: contain;
    object-fit: contain
}

@media(min-width: 1024px) {
    .game-item__placeholder img {
        width:4rem;
        height: 4rem
    }
}

.game-item__history {
    display: grid;
    grid-gap: .5rem;
    grid-template-columns: repeat(2,minmax(0,1fr))
}

.game-item__history>a {
    cursor: pointer
}

.game-item__history h5 {
    grid-row: 1/2;
    grid-column: 1/-1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.game-item__history p {
    grid-column: 1/2;
    font-size: .75rem
}

.game-item__history a {
    grid-row: 2/5;
    grid-column: 2/3;
    align-self: end
}

@media(min-width: 1024px) {
    .game-item__history h5 {
        grid-column:1/2
    }

    .game-item__history a {
        grid-row: 1/5;
        justify-self: end;
        align-self: center
    }
}

.game-item__rtp {
    height: 100%;
    display: grid;
    grid-gap: .5rem
}

.game-item__rtp div>span {
    display: flex;
    align-items: center
}

.game-item__rtp div>span h4 {
    padding-top: 8px
}

.game-item__rtp div>span img {
    width: 3rem;
    height: 3rem;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left center;
    object-position: left center
}

.game-item__rtp button {
    align-self: end
}

.game-item__rtp h5 {
    display: flex;
    align-items: flex-end
}

.game-item__rtp h5 span {
    padding-bottom: 5px
}

.game-item__rtp h5 img {
    width: 5.5rem;
    margin-left: .25rem
}

@media(min-width: 1024px) {
    .game-item__rtp button {
        max-width:20rem
    }
}

.game-item--maintenance {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: .5rem;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.game-item--maintenance span {
    font-weight: 500;
    text-align: center;
    font-size: .755rem;
    margin-top: .25rem
}

.game--fishing>a>div {
    overflow: hidden;
    border: 1px solid #0d047a;
    border-radius: 5px
}

.game--fishing .game-item__name {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    text-align: left;
    font-weight: 500;
    font-size: .75rem
}

.game--fishing>a>div:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    pointer-events: none;
    background: linear-gradient(0deg,#110142,transparent 30%,transparent)
}

a.game--maintenance {
    position: relative;
    display: block;
    pointer-events: none
}

a.game--maintenance .game-item:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    content: "";
    background-color: rgba(17,1,66,.8)
}