/*
 Theme Name:   Divi Child
 Theme URI:    http://elegantthemes.com/
 Description:  Divi Child Theme
 Author:       ElegantThemes
 Author URI:   http://elegantthemes.com
 Template:     Divi
 Version:      0.1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
 Text Domain:  divi-child-theme
*/

/* ==== Add your own styles below this line ====
 * -------------------------------------------- */
.block-game-title h2 {
    font-size: 48px;
    color: #fff !important;
    line-height: 1.2em;
    padding-bottom: 25px;
}
.block-game-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
    background-color: #38234A;
    border-radius: 20px;
    padding: 24px;
    -webkit-box-shadow: 0 6px 18px rgb(0 0 0 / .08);
    box-shadow: 0 6px 18px rgb(0 0 0 / .08);
}


.block-game-card__top {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}



.block-game-card__left-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    min-width: 288px;
}
.block-game-card__image-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    min-width: 200px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.block-game-card__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    min-width: 200px;
}

.block-game-card__name {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: #fff;
}

.block-game-card__rating {
    background-color: #0f1619;
    border-radius: 8px;
    padding: 6px 10px;
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
}




.block-game-card__center-col {
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    min-width: 252px;
}
.block-game-card__center-col h2, .block-game-card__center-col h3, .block-game-card__center-col h4, .block-game-card__center-col h5, .block-game-card__center-col h6 {
    font-size: 22px;
    font-weight: 700;
	color:#fff;
	padding-bottom: 5px;
}
.block-game-card__image-wrapper img {
    max-width: 195px;
    width: 100%;
}
.block-game-card__rating-label,
.block-game-card__rating-value {
    color: #fff;
}

.block-game-card__rating i {
    color:#fddc30;
}

.block-game-card__right-col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    min-width: 252px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn {
    align-items: center;
    font-weight: 900;
    font-size: 20px;
    line-height: normal;
    background: #97e412;
    color: #000;
    border-radius: 100px;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    padding: 12px 28px;
}
.block-game-card__top::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -16px;
    width: 100%;
    background-color: #8fa8b3;
    opacity: .25;
    height: 1px;
}
.block-game-card__bottom {
    text-align: center;
    margin-top: 8px;
    color: #fff;
}

@media (min-width: 1280px) {
    .block-game-card__right-col {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        min-width: unset;
    }
}

@media (min-width: 1280px) {
    .block-game-card__top {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media (min-width: 1280px) {
    .block-game-card__left-col {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        min-width: unset;
    }
}

@media (min-width: 768px) {
    .block-game-card__left-col {
        min-width: 350px;
    }
}


@media (min-width: 1024px) {
    .block-game-card__bottom {
        text-align: left;
    }
}

@media (max-width: 767px) {
	.block-game-title h2 {
    font-size: 28px;
    color: #FFFFFF !important;
    line-height: 1.2em;
    padding-bottom: 25px;
}
.block-game-card__center-col h2, .block-game-card__center-col h3, .block-game-card__center-col h4, .block-game-card__center-col h5, .block-game-card__center-col h6 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 5px;
}
}