#latest-games .item {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 500px;
}

#latest-games .mobile-item {

}


@media(min-width: 1586px){
    body.post-type-archive-game #latest-games .btns-wrap,
    body.post-type-archive-game .list-games .btns-wrap {
        display: -webkit-flex !important;
        display: flex !important;
        -webkit-flex-direction: row !important;
        flex-direction: row !important;
        -webkit-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
        -webkit-justify-content: flex-start !important;
        justify-content: flex-start !important;
        -webkit-align-content: center !important;
        align-content: center !important;
        -webkit-align-items: center !important;
        align-items: center !important;
    }
    #latest-games .btns-wrap .btn-b.mb-xl-3,
    .list-games .btns-wrap .btn-b.mb-xl-3 {
        margin-bottom: 0 !important;
    }
}
@media(max-width: 1585px){
    body.post-type-archive-game #latest-games .btns-wrap,
    body.post-type-archive-game .list-games .btns-wrap {
        display: -webkit-flex !important;
        display: flex !important;
        -webkit-flex-direction: column !important;
        flex-direction: column !important;
        -webkit-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
        -webkit-justify-content: flex-start !important;
        justify-content: flex-start !important;
        -webkit-align-content: center !important;
        align-content: center !important;
        -webkit-align-items: flex-start !important;
        align-items: flex-start !important;
    }
}
#latest-games .btns-wrap .btn-b.btn-link,
.list-games .btns-wrap .btn-b.btn-link {
    max-width: fit-content !important;
    height: auto !important;
}
body.post-type-archive-game #latest-games .card .card-body,
body.post-type-archive-game .list-games .card .card-body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
body.post-type-archive-game #latest-games .card .card-body .btns-wrap,
body.post-type-archive-game .list-games .card .card-body .btns-wrap {
    margin-top: auto !important;
}


#search-filter-form-785 > ul {
    margin: 0 0 2.6rem;
    padding: 0;

    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;
}
#search-filter-form-785 > ul li:last-child {
    margin-left: 1rem;
}
#search-filter-form-785 > ul li select {
    border: 1px solid var(--PrimaryBlue) !important;
    box-shadow: none !important;
    font-weight: 400 !important;
    font-size: 14px!important;
    width: 100% !important;
    display: block !important;
    color: var(--PrimaryBlue) !important;
    padding: 5px 15px !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    height: 45px !important;
}

body.post-type-archive-game .platforms_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    align-items: center;
}
body.post-type-archive-game .platforms_wrap.platforms_big_desktop img {
    max-width: 30px;
    height: auto;
}
body.post-type-archive-game .platforms_wrap.platforms_small img,
body.post-type-archive-game .platforms_wrap.platforms_big_mobile img {
    max-width: 30px;
    height: auto;
}
body.post-type-archive-game .platforms_wrap img:not(:last-child) {
    margin-right: 15px;
}