/* single game page customizations */
.taxonomy-image {
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    position: relative;
}

.taxonomy-img {
    /*border-radius: 50%;*/
    width: 45px;
    height: 45px;
}

.jbf-container {
    display: flex;
    flex-direction: row;
    gap: 10px;
    /*margin-left: 100px;*/

}

@media (min-width: 750px) {

    .jbf-container {
        margin-left: 100px;
    }
}

.sidebar {
    min-width: 360px;
}

@media (max-width: 1024px) {
    .sidebar {
        display: none;
    }
}

/* side bar mobile */
@media (max-height: 945px) {
    #sidebar-desktop {
        display: none !important;
    }

    .sidebar-right {
        display: none !important;
    }
}

/* side bar mobile */
.unity-desktop {
    background-color: gray;
    width: 960px;
    height: 600px;
    padding: 20px;
}

.row {
    display: flex;
    flex-direction: column;
    width: 200px;
    padding: 20px;
}

.jd-widget-title,
.widgettitle {
    color: #fff;
}

.jd-comment-list li.comment div.comment-author .fn,
.jd-comment-list li.comment div.comment-author .fn a {
    color: #fff;
}

.comment-content {
    color: #fff;
}

.comment-respond {
    color: #fff;
}

.jd-comments-toggle {
    color: #fff;
    font-size: 14px;
}

#jd-reply-title {
    color: #fff;
}

textarea,
select {
    border-radius: 20px;
}

.comment-form-url {
    display: none;
}

#email {
    border-radius: 20px;
}

#author {
    border-radius: 20px;
}

.grid-layout {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 15px;
    grid-auto-rows: minmax(150px, auto);
    grid-auto-flow: dense;
    /*padding-top: 40px;*/
    padding-right: 40px;
}

.grid-layout- {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 5px;
    grid-auto-rows: minmax(110px, auto);
    grid-auto-flow: dense;
    /*padding-top: 40px;*/
    /* padding-right: 40px;*/
}

.grid-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.grid-item a {
    display: block;
    width: 100%;
    height: 100%;
}

.gallery-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.gallery-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease-in-out;
    display: block;
}

.gallery-animated {
    opacity: 0;
    z-index: 2;
}

.gallery-wrapper:hover .gallery-animated {
    opacity: 1;
}

.gallery-wrapper:hover .gallery-static {
    opacity: 0;
}

.span-2 {
    grid-column-end: span 2;
    grid-row-end: span 2;
}

@media (max-width: 576px) {
    .grid-layout {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)) !important;
        gap: 10px;
        grid-auto-rows: minmax(120px, auto);
        grid-auto-flow: dense;
        padding-top: 1px;
        padding-right: 1px;
    }
}

/*card*/
.Breadcrumbs_breadcrumbs__L3mrb {
    margin-bottom: 16px;
}

.Breadcrumbs_breadcrumbs__L3mrb>div,
.Breadcrumbs_breadcrumbs__L3mrb a {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    text-decoration: none;
    color: #a48eff;
}

.Breadcrumbs_breadcrumbs__L3mrb a:hover {
    color: #6842ff;
}

.Breadcrumbs_separator__yCVN1 {
    margin: 0 4px;
    color: #767a8e;
}

.GameInfo_roundedCornersContainer__D5D_p {
    background: #13141e;
    border-radius: 16px;
    padding: 24px;
}

.GameInfo_gameUnderTitle__EyUXF {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    padding: 8px 0;
}

.GameInfo_styledDevName__MnwFN {
    color: #a48eff;
    font-weight: 700;
    cursor: pointer;
}

.GameInfo_styledDevName__MnwFN:hover {
    color: #6842ff;
}

.Button_czyButton__y8IRs {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 800;
    border: none;
    background: transparent;
    cursor: pointer;
    transition: background 0.25s ease;
    height: 40px;
    user-select: none;
}

.Button_czyButton__y8IRs svg {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.Button_czyButton--contained--grey__sz05o {
    background: #373952;
    color: #f9faff;
}

.Button_czyButton--contained--grey__sz05o:active {
    background: rgba(55, 57, 82, 0.7);
}

@media (hover: hover) {
    .Button_czyButton--contained--grey__sz05o:hover {
        background: #2f3148;
    }
}

.GameSummary_gameTableRow__9i4Mt {
    display: flex;
    min-height: 29px;
}

.GameSummary_gameTableRowHeader__qmvU_ {
    color: #767a8e;
    flex-shrink: 0;
    width: 90%;
    text-align: justify;
    font-size: 18px;
    font-weight: 400;
}

.GameSummary_gameTableRowContent__RW5fE {
    display: flex;
    align-items: baseline;
    color: #e5e6ee;
    font-weight: 700;
}

.GameTags_gameTagChipContainer__F5xPO {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.TagGrid_tagPillContainer__rY0CY {
    display: flex;
    align-items: center;
    background: #212233;
    padding: 0 16px;
    height: 38px;
    border-radius: 8px;
    max-width: 100%;
    width: 300px;
    transition: background-color 0.2s ease-in;
}

.TagGrid_tagPillContainer__rY0CY p {
    color: #e5e6ee;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    margin: 0;
}

.TagGrid_tagPillContainer__rY0CY span {
    color: #a48eff;
    padding-left: 8px;
}

.TagGrid_tagPillContainer__rY0CY:hover {
    background: #492eb3;
}

/* === Responsivo === */
@media (max-width: 768px) {

    .taxonomy-images {
        flex-direction: column;
        gap: 12px;
    }

    .grid-layout {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
        gap: 16px;
    }

    .gallery-wrapper img {
        width: 100%;
        height: auto;
    }

    .pregame-clicky {
        margin-top: 1px !important;
        margin-bottom: 1px !important;
    }
}

/*card*/
.pregame-clicky {
    margin-top: -100px;
    margin-bottom: 100px;
}

@media only screen and (min-width: 768px) {
    #pregame-padding {
        padding-bottom: 100px !important;
        padding-top: 100px !important;
        width: 1080px;
        height: 520px;
    }
}

.jd-post-content- {
    width: 100%;
}

header {
    background: #1A2236;
    height: 70px;
}

#jd-footer {
    background: #1A2236;
}

#jd-featured .post-1 .jd-post {
    border-radius: 30px;
    margin-top: 10px;
}

.jd-post .title a {
    text-align: center;
}

@media only screen and (max-width: 768px) {
    #jd-featured .post-1 {
        margin: 10;
    }

    .jd-loop-posts {
        display: flex;
        flex-flow: wrap;
    }

    #jd-trending-posts {
        display: flex;
        flex-flow: wrap;
    }

    #jd-latest-posts {
        display: flex;
        flex-flow: wrap;
    }

    #jd-latest-posts .jd-post {
        width: 45%;
        margin: 0 3.5%;
    }

    #jd-latest-posts .jd-picture {
        border-radius: 10px;
    }

    #jd-latest-posts .jd-post .title a {
        font-size: small;
    }

    #jd-trending-posts .jd-post {
        width: 45%;
        margin: 0 3.5%;
    }

    #jd-trending-posts .jd-picture {
        border-radius: 10px;
    }

    #jd-trending-posts .jd-post .title a {
        font-size: small;
    }
}

#jd-latest-posts .jd-post {
    width: calc(100% / 4) !important;
}

#jd-trending-posts .jd-post {
    width: calc(100% / 4) !important;
}

.jd-post {
    position: relative;
}

.jd-picture- {
    position: relative;
    width: 100%;
    padding-top: 40%;
    /* Ajuste a proporção para tornar o slide mais fino */
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
}

.swiper-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff !important;
}

.swiper-pagination-bullet-active {
    background: #fff !important;
}


#sidebar-desktop {
    width: 180px;
    min-height: calc(100vh - 1px);
    background-color: #111111;
    transform: translateX(-110px);
    padding: 0;
    margin: 0;
    position: fixed;
    left: 0;
    top: 0px;
    padding-top: 84px;
    display: block;
    z-index: 999 !important;
    font-size: 17px;
}

#sidebar-desktop:hover {
    transform: translateX(0);
    transition: .5s;
}

#sidebar-desktop:hover ul li {
    position: relative;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 65px;
}

#sidebar-desktop:hover ul li img {
    left: 20px;
}

#sidebar-desktop:hover ul li span {
    opacity: 1;
    visibility: visible;
}

#sidebar-desktop ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#sidebar-desktop ul li {
    margin-bottom: 10px;
    position: relative;
    height: 55px;
    cursor: pointer;
}

#sidebar-desktop ul li span {
    opacity: 0;
    visibility: hidden;
}

#sidebar-desktop ul li img {
    width: 30px;
    height: auto;
    position: absolute;
    right: 7px;
    top: 10px;
}

#sidebar-desktop ul li a {
    text-decoration: none !important;
    color: white !important;
}

#sidebar-desktop ul li a:hover {
    color: white;
    text-decoration: none;
}

@media only screen and (max-width: 768px) {
    #sidebar-desktop {
        display: none !important;
    }

    .banner-wrapper .banner-wrap {
        background-color: #111111
    }

    .banner-wrapper .slide-wrapper {
        padding: 0 50px 30px;
        background-color: #111111;
    }

    .banner-wrapper .slide-wrapper:after {
        background: linear-gradient(to top, #111111, transparent);
    }

    .banner-wrapper .right-wrap:after {
        background: linear-gradient(to right, #111111, transparent);
    }

    body {
        background-color: #1A2236;
        color: white;
        /* padding: 30px;
            text-align: center;*/
    }
}


.taxonomy-images {
    display: flex !important;
    flex-direction: row !important;
    gap: 20px;
    flex-wrap: nowrap;
    overflow-x: auto;
    /* permite scroll horizontal se precisar */
    align-items: center;

}

.taxonomy-images .taxonomy-image {
    flex: 0 0 auto;
    width: auto;
}