@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';

/* _content/MundoXbox/Components/Debugger/Debugger.razor.rz.scp.css */
div[b-aej29ag2ml] {
    width: 100vw;
    height: 40vh; 
    border-top: 2px solid white;
    position: fixed;
    bottom: 0;
}

div textarea[b-aej29ag2ml] {
    width: 100%;
    height: 100%;
    color: white;
    background: black;
    border: none;
    overflow-y: auto;
}
/* _content/MundoXbox/Components/Games/Game.razor.rz.scp.css */
.MainGame[b-7tk0c920dp] {
    position: relative;
    display: flex;
    align-items: center;
    border: 2px solid var(--green-900);
    border-radius: 4px;
    margin: 1rem 0;
}

    .MainGame .GameData[b-7tk0c920dp] {
        display: flex;
        flex-direction: column;
        margin: 0 2rem;
        line-height: 2rem;
    }

@media(max-width: 720px) {

    .MainGame[b-7tk0c920dp] {
        flex-direction: column;
    }

        .MainGame .GameData[b-7tk0c920dp] {
            margin: 0;
            width: 100%;
            text-align: center;
        }
}
/* _content/MundoXbox/Components/Games/GameCloud.razor.rz.scp.css */
 .GameCloud[b-umvlcnkkzt] {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 128px;
}

     .GameCloud button[b-umvlcnkkzt] {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        background: var(--green-900);
        color: #013000;
        font-weight: bold;
        outline: none;
        border: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        line-height: 2rem;
        transition: 0.2s;
    }

         .GameCloud button:hover[b-umvlcnkkzt] {
            background-color: #013000;
            color: var(--green-900);
        }

             .GameCloud button:hover svg[b-umvlcnkkzt] {
                color: var(--green-900) !important;
            }

         .GameCloud button svg[b-umvlcnkkzt] {
            width: 32px;
            height: 32px;
            color: #013000;
        }

         .GameCloud button span[b-umvlcnkkzt] {
            display: flex;
            flex-direction: column;
            line-height: 20px;
        }

             .GameCloud button span small[b-umvlcnkkzt] {
                font-size: 8px;
            }

@media(max-width: 720px) {
    .GameCloud[b-umvlcnkkzt] {
        position: relative;
        width: 100%;
    }

        .GameCloud button[b-umvlcnkkzt] {
            padding: 1rem 0;
        }
}
/* _content/MundoXbox/Components/Games/GameStats.razor.rz.scp.css */
.GameStats .Achievements[b-hbcjctnkyn] {
    display: flex;
    flex-direction: column;
}

    .GameStats .Achievements div[b-hbcjctnkyn] {
        margin: 0 1rem 0 0;
    }

        .GameStats .Achievements div progress[b-hbcjctnkyn] {
            background-color: #333;
            border-radius: 4px;
        }

            .GameStats .Achievements div progress[b-hbcjctnkyn]::-webkit-progress-bar {
                background-color: #333;
                border-radius: 4px;
                border: 1px solid var(--green-900);
            }

            .GameStats .Achievements div progress[b-hbcjctnkyn]::-webkit-progress-value {
                background-color: var(--green-900);
                border-radius: 4px;
            }

            .GameStats .Achievements div progress[b-hbcjctnkyn]::-moz-progress-bar {
                background-color: #333;
                border-radius: 4px;
                border: 1px solid var(--green-900);
            }

    .GameStats .Achievements .TotalAchievements[b-hbcjctnkyn] {
        display: flex;
    }

            .GameStats .Achievements .TotalAchievements .AchievementBlock p[b-hbcjctnkyn] {
                display: flex;
                align-items: center;
            }

                .GameStats .Achievements .TotalAchievements .AchievementBlock p svg[b-hbcjctnkyn] {
                    width: 20px;
                    height: auto;
                    margin: 0 0.5rem 0 0;
                }

                .GameStats .Achievements .TotalAchievements .AchievementBlock p mark[b-hbcjctnkyn] {
                    background-color: white;
                    color: black;
                    border-radius: 50%;
                    margin: 0 0.5rem 0 0;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    width: 16px;
                    height: 16px;
                    padding: 4px;
                    font-size: 12px;
                    font-weight: bold;
                }

        .GameStats .Achievements .Progress .ProgressArea[b-hbcjctnkyn] {
            position: relative;
            width: 150px;
        }

            .GameStats .Achievements .Progress .ProgressArea progress[b-hbcjctnkyn] {
                width: 100%;
            }

            .GameStats .Achievements .Progress .ProgressArea p[b-hbcjctnkyn] {
                position: absolute;
                top: 0;
                text-align: center;
                width: 100%;
                font-size: 12px;
            }

@media(max-width: 720px) {

    .GameStats[b-hbcjctnkyn] {
        padding: 1rem 2rem;
    }

    .GameStats .Achievements .ProgressArea[b-hbcjctnkyn] {
        width: 100%;
    }

    .GameStats .Achievements .TotalAchievements[b-hbcjctnkyn] {
        justify-content: center;
        margin: 0;
    }

    .GameStats .Achievements div[b-hbcjctnkyn] {
        margin: 0 0.5rem;
    }

    .GameStats .Achievements .Progress label[b-hbcjctnkyn] {
        display: none;
    }

    .GameStats .Achievements .ProgressArea[b-hbcjctnkyn] {
        width: 100% !important;
    }
}
/* _content/MundoXbox/Components/Games/PictureArea.razor.rz.scp.css */
.GamePictureArea[b-82laj3gxsq] {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 128px;
    height: 128px;
}

    .GamePictureArea[b-82laj3gxsq]  img {
        object-fit: contain;
        width: 100%;
        height: 100%;
    }

    .GamePictureArea mark[b-82laj3gxsq] {
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        background-color: var(--green-900);
        padding: 0.1rem 0;
    }

    @media(max-width: 720px) {
        .GamePictureArea[b-82laj3gxsq] {
            width: 100%;
            height: 230px;
        }

            .GamePictureArea img[b-82laj3gxsq] {
                object-fit: cover;
                object-position: top center;
            }
    }
/* _content/MundoXbox/Components/Header/ChangeLanguage.razor.rz.scp.css */
.language-container[b-q3ecrb6lm6] {
    display: flex;
    margin-right: 0.4rem;
}

button[b-q3ecrb6lm6] {
    background: none;
    border: none;
    margin: 0 0.2rem;
    width: 28px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    button img[b-q3ecrb6lm6] {
        width: 24px;
        height: 16px;
        object-fit: cover;
        border-radius: 0.2rem;
        filter: grayscale(1.0);
    }

    button.active img[b-q3ecrb6lm6] {
        filter: grayscale(0);
    }
/* _content/MundoXbox/Components/Header/Header.razor.rz.scp.css */
.headerContainer[b-ujztn5p1xj] {
    position: fixed;
    height: 5rem;
    border-bottom: 1px solid #1f2729;
    top: 0;
    left: 0;
    width: 100%;
    background: #121214;
    z-index: 10;
}

.headerContent[b-ujztn5p1xj] {
    max-width: 1120px;
    height: 5rem;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
}

    .headerContent .logo[b-ujztn5p1xj] {
        display: flex;
    }

    .headerContent img[b-ujztn5p1xj] {
        width: 110px;
        height: 31px;
    }

    .headerContent nav[b-ujztn5p1xj] {
        position: relative;
        width: 100%;
        display: flex;
        margin-left: 3.5rem;
        height: 5rem;
        align-items: center;
        justify-content: space-between;
    }

    .headerContent nav[b-ujztn5p1xj]  a {
        display: flex;
        align-items: center;
        position: relative;
        padding: 0 0.5rem;
        height: 5rem;
        line-height: 5rem;
        color: #a8a8b3;
        transition: color 0.2s;
    }

        .headerContent nav[b-ujztn5p1xj]  a svg {
            width: 20px;
            height: 20px;
        }

        .headerContent nav[b-ujztn5p1xj]  a.localeSelector {
            width: 24px;
            height: 16px;
            display: flex;
            padding: 0;
            margin-left: 0.5rem;
        }

            .headerContent nav[b-ujztn5p1xj]  a.localeSelector img {
                width: 24px;
                height: 16px;
            }

        .headerContent nav[b-ujztn5p1xj]  a:hover {
            color: #ffffff;
        }

        .headerContent nav[b-ujztn5p1xj]  a.active {
            color: var(--green-900);
            font-weight: bold;
        }

            .headerContent nav[b-ujztn5p1xj]  a.active::after {
                content: '';
                height: 3px;
                border-radius: 3px 3px 0 0;
                width: 100%;
                position: absolute;
                bottom: 1px;
                left: 0;
                background: var(--green-900);
            }
        .headerContent nav div.flex-adjust[b-ujztn5p1xj] {
            display: flex;
            justify-content: center;
            align-items: center;
        }

    .headerContent button[b-ujztn5p1xj] {
        margin-left: 1.2rem;
    }

@media(max-width: 600px) {
    .headerContainer[b-ujztn5p1xj] {
        height: 6rem;
    }

.headerContent[b-ujztn5p1xj] {
    position: relative;
    flex-direction: column;
}

    .headerContent nav[b-ujztn5p1xj] {
        margin: 0 1.5rem;
        height: 2.5rem;
    }
    .headerContent a[b-ujztn5p1xj] {
        height: 2.5rem;
    }

        .headerContent a img[b-ujztn5p1xj] {
            position: relative;
            top: 7px;
        }

        .headerContent nav[b-ujztn5p1xj]  a {
            height: 2.5rem;
        }

    .headerContent button[b-ujztn5p1xj] {
        margin-right: 1.2rem;
    }
}
/* _content/MundoXbox/Components/Header/SignInButton.razor.rz.scp.css */
.SignInButton[b-bm2f5h4k1h] {
    height: 3rem;
    border-radius: 0.5rem;
    background: #1f2729;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: bold;
    padding: 0 1rem;
    box-sizing: content-box;
    transition: filter 0.2s;
}
    .SignInButton img[b-bm2f5h4k1h] {
        border-radius: 50%;
        margin-right: 0.4rem;
    }

    .SignInButton span.logged[b-bm2f5h4k1h] {
        color: var(--green-900);
    }

        .SignInButton img[b-bm2f5h4k1h], .SignInButton svg[b-bm2f5h4k1h] {
            width: 20px;
            height: 20px;
        }

        .SignInButton svg:first-child[b-bm2f5h4k1h] {
            margin-right: 1rem;
        }

            .SignInButton svg.closeIcon[b-bm2f5h4k1h] {
                margin-left: 0.4rem;
                width: 10px;
            }

    .SignInButton:hover[b-bm2f5h4k1h] {
        filter: brightness(1.2);
    }

@media(max-width:540px) {
    .SignInButton[b-bm2f5h4k1h] {
        height: 2.5rem;
        min-width: 32px;
        flex-grow: 0;
    }
        .SignInButton img[b-bm2f5h4k1h] {
            margin: 0;
        }

        .SignInButton svg:first-child[b-bm2f5h4k1h] {
            margin-right: 0;
        }

        .SignInButton span[b-bm2f5h4k1h], svg.closeIcon[b-bm2f5h4k1h] {
            display: none;
        }
}
/* _content/MundoXbox/Components/Layout/MainLayout.razor.rz.scp.css */
main .content[b-ekkiclvclw] {
    position: relative;
}
/* _content/MundoXbox/Components/Pages/Auth.razor.rz.scp.css */
div[b-wluwcu7nke] {
    margin-top: 5rem;
    width: 100vw;
    height: calc(100vh - 5rem);
    display: flex;
    justify-content: center;
    align-items: center;
}

    div h3[b-wluwcu7nke] {
        font-size: 48px;
    }
/* _content/MundoXbox/Components/Pages/Games.razor.rz.scp.css */
.container[b-dab37xo9sp] {
    display: flex;
    flex-direction: column;
    max-width: 1120px;
    padding: 0 2rem;
    margin: 5rem auto 0 auto;
}

    .container h1[b-dab37xo9sp], .container[b-dab37xo9sp]  h1 {
        padding: 2rem 0 1rem 0;
        text-align: center;
    }

    .container .sync[b-dab37xo9sp] {
        cursor: pointer;
        border: none;
        background: #1f2729;
        border-radius: 0.25rem;
        display: flex;
        justify-content: center;
        padding: 0.5rem 0;
        width: 50px;
    }

        .container .sync svg[b-dab37xo9sp] {
            width: 1.2rem;
            color: var(--green-900);
        }
/* _content/MundoXbox/Components/Pages/GamesList.razor.rz.scp.css */
.container[b-ymb2ud6vca] {
    margin-top: 5rem;
}

    .container .search[b-ymb2ud6vca] {
        margin: 0rem 1rem 1rem 1rem;
        width: calc(100% - 2rem);
        border-radius: 0.4rem;
        border: 2px solid var(--green-900);
        background: #363637;
        outline: none;
        color: var(--green-900);
        padding: 0.5rem;
    }

    .container h1[b-ymb2ud6vca] {
        text-align: center;
        position: relative;
        margin-bottom: 3.5rem;
        top: 2rem;
    }

    .container .grid-container[b-ymb2ud6vca] {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-gap: 0.3rem;
        width: calc(100% - 2rem);
        margin: 0 1rem;
    }

        .container .grid-container .grid-item[b-ymb2ud6vca] {
            box-sizing: border-box;
            border: 2px solid var(--green-900);
            filter: brightness(0.6);
        }

        .container .grid-container .grid-item:hover[b-ymb2ud6vca] {
            filter: brightness(1.2);
            cursor: pointer;
        }

        .container .grid-container .grid-item .image-container[b-ymb2ud6vca] {
            width: 100%;
        }

            .container .grid-container .grid-item .image-container img[b-ymb2ud6vca] {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: top;
            }

            .container .grid-container .grid-item .image-container figcaption[b-ymb2ud6vca] {
                width: 100%;
                height: 20%;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;
                padding: 0 0.3rem;
            }

@media(max-width: 1199px) {
    .container .grid-container[b-ymb2ud6vca] {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 1rem;
    }
}

@media(max-width: 979px) {
    .container .grid-container[b-ymb2ud6vca] {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 1rem;
    }
}


@media(max-width: 600px) {
    .container .grid-container[b-ymb2ud6vca] {
        grid-template-columns: 1fr;
        grid-gap: 1rem;
    }
}
/* _content/MundoXbox/Components/Pages/Home.razor.rz.scp.css */
.container[b-js3px1f5oj] {
    max-width: 1120px;
    margin: 7rem auto 0 auto;
    padding: 0 2rem;
}

    .container .posts[b-js3px1f5oj] {
        max-width: 720px;
        margin: 2rem auto 5rem;
    }

        .container .posts h1[b-js3px1f5oj] {
            color: #1f2729;
            background: #9bf00b;
            font-size: 1.8rem;
            padding: 0.6rem;
            margin-bottom: 2.5rem;
            border-radius: 0.4rem;
        }

        .container .posts .navigationContainer[b-js3px1f5oj] {
            display: flex;
            justify-content: space-between;
            padding: 0;
            margin: 0;
        }

            .container .posts .navigationContainer.top[b-js3px1f5oj] {
                position: relative;
                top: -10px;
            }

        .container .posts .navigationContainer[b-js3px1f5oj]  nav {
            width: 100%;
        }

            .container .posts .navigationContainer[b-js3px1f5oj]  nav ul {
                display: flex;
                justify-content: center;

                list-style: none;

                width: 100%;
                margin: 1rem 0 1.5rem 0;
            }

                .container .posts .navigationContainer[b-js3px1f5oj]  nav ul li {
                    flex-grow: 1;
                }

                .container .posts .navigationContainer[b-js3px1f5oj]  nav ul li:hover a {
                    color: var(--green-900);
                    filter: saturate(0.8);  
                }

                    .container .posts .navigationContainer[b-js3px1f5oj]  nav ul li a {
                        display: block;
                        background-color: #121214;
                        color: #838383;
                        border: 1px solid #1f2729;
                        padding: 0.375rem 0rem;
                        text-align: center;
                        cursor: pointer;
                        flex-grow: 1;
                        min-width: 32px;
                    }

                .container .posts .navigationContainer[b-js3px1f5oj]  nav ul li:first-child a {
                    border-radius: 0.4rem 0 0 0.4rem;
                }

                .container .posts .navigationContainer[b-js3px1f5oj]  nav ul li:last-child a {
                    border-radius: 0 0.4rem 0.4rem 0;
                }
                
                .container .posts .navigationContainer[b-js3px1f5oj]  nav ul li.active a {
                    color: var(--green-900);
                    font-weight: bold;
                }

                .container .posts .navigationContainer[b-js3px1f5oj]  .verMais {
                    min-width: 10rem;
                    color: #9BF009;
                    border: 1px solid #9BF009;
                    background: transparent;
                    display: flex;
                    flex: 1;
                    justify-content: center;
                    align-items: center;
                    padding: 15px 0;
                    margin-top: 4rem;
                    border-radius: 0.5rem;
                    font-size: 19px;
                    font-weight: 600;
                }

            .container .posts .navigationContainer .separador[b-js3px1f5oj] {
                display: flex;
                width: 20px;
            }
/* _content/MundoXbox/Components/Pages/Posts.razor.rz.scp.css */
.container[b-3hhbz7spvw] {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 2rem;
    height: unset;
    overflow-x: unset;
    flex: unset;
}

.post[b-3hhbz7spvw] {
    max-width: 720px;
    margin: 7rem auto 2rem;
    padding-left: unset !important;
    padding-right: unset !important;
}

    .post h1[b-3hhbz7spvw] {
        font-size: 2.5rem;
        font-weight: 900;
        word-break: break-word;
    }

    .post .address[b-3hhbz7spvw] {
        font-style: italic;
    }

        .post .address time[b-3hhbz7spvw], .post .address mark[b-3hhbz7spvw] {
            display: block;
            font-size: 1rem;
            color: #a8a8b3;
            margin-top: 1.5rem;
            text-transform: capitalize;
        }

        .post .address mark[b-3hhbz7spvw] {
            margin-top: 0.2rem;
            font-size: 0.8rem;
            padding: 0;
            background: none;
        }

    .post .postContent[b-3hhbz7spvw] {
        margin-top: 2rem;
        line-height: 2rem;
        font-size: 1.125rem;
        color: #e1e1e6;
    }

        .post .postContent[b-3hhbz7spvw]  iframe {
            width: 100%;
            height: 400px;
        }

        .post .postContent[b-3hhbz7spvw]  img {
            width: 100%;
            height: auto;
        }

        .post .postContent[b-3hhbz7spvw]  figure {
            position: relative;
            width: 100%;
            height: auto;
        }

            .post .postContent[b-3hhbz7spvw]  figure img {
                width: inherit;
                height: inherit;
                object-fit: contain;
                border-radius: 0.8rem;
            }

            .post .postContent[b-3hhbz7spvw]  figure figcaption {
                position: absolute;
                bottom: 8px;
                width: 100%;
                padding: 0.2rem 1rem;
                box-sizing: border-box;
                background: #5d5d5df0;
                color: #818181;
                border-radius: 0 0 0.8rem 0.8rem;
            }

        .post .postContent[b-3hhbz7spvw]  p, .post .postContent[b-3hhbz7spvw]  ul, .post .postContent[b-3hhbz7spvw]  ol, .post .postContent[b-3hhbz7spvw]  figure {
            margin: 1.5rem 0;
        }

        .post .postContent[b-3hhbz7spvw]  ul, .post .postContent[b-3hhbz7spvw]  ol {
            padding-left: 2rem;
        }

            .post .postContent[b-3hhbz7spvw]  ul li, .post .postContent[b-3hhbz7spvw]  ol li {
                margin: 0.5rem 0;
            }

        .post .postContent[b-3hhbz7spvw]  a {
            font-weight: bold;
            text-decoration: underline;
        }

        .post .postContent[b-3hhbz7spvw]  pre {
            width: 100%;
            text-align: center;
        }

            .post .postContent[b-3hhbz7spvw]  pre::before {
                width: 120px;
                border-top: 5px solid #92da1e;
                content: " ";
                display: flex;
                margin: 0 auto;
                height: 12px;
            }

            .post .postContent[b-3hhbz7spvw]  pre::after {
                width: 120px;
                border-bottom: 5px solid #92da1e;
                content: " ";
                display: flex;
                margin: 0 auto;
                height: 12px;
            }

        .post .postContent.previewContent[b-3hhbz7spvw] {
            background: linear-gradient(#e1e1e6, transparent);
            background-clip: text;
            -webkit-text-fill-color: transparent;
        }

    .post .quickPostImage[b-3hhbz7spvw]  img {
        border-radius: 0.8rem;
    }


.post .postContent[b-3hhbz7spvw]  .videoGameplay {
    display: block;
    width: 100%;
    height: 360px;
    margin-top: 25px;
}

    .post .postContent[b-3hhbz7spvw]  .videoGameplay iframe {
        width: 100%;
        height: 100%;
    }

    .post .postContent[b-3hhbz7spvw]  .videoGameplay .imageGameplay {
        object-fit: cover;
        border-radius: 12px;
        border: 3px solid white;
        height: 100%;
    }


@media(max-width: 480px) {
    .post .postContent[b-3hhbz7spvw] {
        width: 100%;
        margin: 1.5rem 0;
    }

        .post .postContent[b-3hhbz7spvw]  iframe {
            width: 100%;
            height: auto;
            min-height: 300px;
        }
}
/* _content/MundoXbox/Components/Posts/GameplayData.razor.rz.scp.css */
.playerData[b-zf2d1eqzrw] {
    background: #222;
    border: 6px solid #9bf00b;
    border-radius: 0.4rem;
    padding: 1rem;
    margin-top: 2.5rem;
    display: flex;
    justify-content: space-between;
}

.sectionPlayer div[b-zf2d1eqzrw] {
    line-height: 1.75rem;
}

    .sectionPlayer div span:first-child[b-zf2d1eqzrw] {
        width: 10rem;
        display: inline-block;
        font-weight: bold;
        margin-right: 0.5rem;
        color: white;
    }

    .sectionPlayer div span[b-zf2d1eqzrw], time[b-zf2d1eqzrw] {
        font-style: normal;
        font-size: 1rem;
        margin-top: 0;
        color: #9bf00b;
    }

.sectionNota[b-zf2d1eqzrw] {
    width: 10rem;
    background: #92DA1E;
    border-radius: 0.3rem;
}

    .sectionNota div[b-zf2d1eqzrw] {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        .sectionNota div span[b-zf2d1eqzrw] {
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-family: 'Bebas Neue';
            font-size: 7.0rem;
            font-style: normal;
            color: #121214;
        }

@media(max-width:720px) {
    .playerData[b-zf2d1eqzrw] {
        display: flex;
        flex-direction: column;
    }

        .playerData .sectionNota[b-zf2d1eqzrw] {
            width: 100%;
            margin-top: 0.8rem;
        }
}

/* _content/MundoXbox/Components/Posts/ListaPosts.razor.rz.scp.css */
.postContainer[b-36hmf1onnb] {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #323238;
}

    .postContainer .imageContainer[b-36hmf1onnb] {
        display: flex;
        width: 215px;
        max-height: 215px;
        margin-right: 1.2rem;
    }

        .postContainer .imageContainer img[b-36hmf1onnb] {
            width: 100%;
            object-fit: cover;
            border-radius: 0.5rem;
        }
    
    .postContainer .textContainer[b-36hmf1onnb] {
        width: 70%;
    }

[b-36hmf1onnb] .postLink {
    display: flex;
    min-height: 185px;
}

    [b-36hmf1onnb] .postLink time {
        display: flex;
        align-items: center;
        font-size: 1rem;
        color: #a8a8b3;
    }

    [b-36hmf1onnb] .postLink strong {
        display: block;
        font-size: 1.5rem;
        margin-top: 1rem;
        line-height: 2rem;
        transition: color 0.2s;
    }

    [b-36hmf1onnb] .postLink p {
        color: #a8a8b3;
        margin-top: 0.5rem;
        line-height: 1.625rem;
    }

    [b-36hmf1onnb] .postLink:hover strong {
        color: #9bf00b;
    }

.tags[b-36hmf1onnb] {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 0rem;
    flex-wrap: wrap;
}

    .tags[b-36hmf1onnb]  a {
        display: flex;
        align-items: center;
        height: 32px;
        background: #9bf00b;
        color: #1f2729;
        padding: 5px 10px;
        margin-right: 1.2rem;
        margin-top: 1.2rem;
        border-radius: 0.5rem;
        font-size: 0.8rem;
        font-weight: bold;
        text-transform: uppercase;
    }

@media(max-width: 600px) {
    .posts .tags[b-36hmf1onnb] {
        flex-wrap: wrap;
        margin-top: 0;
    }

        .posts .tags[b-36hmf1onnb]  a {
            display: flex;
            align-items: center;
            height: 32px;
            padding: 0 12px;
            margin-top: 1.2rem;
        }

    .postContainer[b-36hmf1onnb]  a {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .postContainer .imageContainer[b-36hmf1onnb] {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1.2rem;
    }

    .postContainer .textContainer[b-36hmf1onnb] {
        width: 100%;
    }

    [b-36hmf1onnb] .postLink {
        flex-direction: column;
    }

        [b-36hmf1onnb] .postLink time {
            margin: 1rem 0;
        }

    .postContainer .imageContainer[b-36hmf1onnb] {
        width: 100%;
        margin: 0;
    }

    .postContainer .textContainer[b-36hmf1onnb] {
        width: 100%;
    }
}
/* _content/MundoXbox/Components/Posts/ListaQuickPosts.razor.rz.scp.css */
.QuickPost[b-bbcvktf185] {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #323238;
}

    .QuickPost .Embed[b-bbcvktf185] {
        margin: 0;
    }

    .QuickPost .TimeAuthor[b-bbcvktf185] {
        display: flex;
        align-items: center;
    }

        .QuickPost .TimeAuthor time[b-bbcvktf185] {
            display: flex;
            align-items: center;
            font-size: 1rem;
            color: #a8a8b3;
            margin-left: 1.3rem;
        }

        .QuickPost .TimeAuthor mark[b-bbcvktf185] {
            padding: 0.1rem 0.5rem;
            color: #000000;
            background: white;
            border-radius: 5px;
        }

    .QuickPost div img[b-bbcvktf185] {
        width: 100%;
        height: 240px;
        object-fit: cover;
        object-position: center center;
        border-radius: 12px;
    }

    .QuickPost div[b-bbcvktf185] {
        margin: 0.5rem 0 1rem 0;
    }

        .QuickPost div p[b-bbcvktf185] {
            margin: 0;
        }

            .QuickPost div p:not(p:first-child)[b-bbcvktf185] {
                margin: 1rem 0;
            }

            .QuickPost div p[b-bbcvktf185]  a {
                color: #9bf00b;
                font-weight: bold;
                cursor: pointer;
                text-decoration: underline;
            }
        
        .QuickPost div:hover[b-bbcvktf185] {
            cursor: pointer;
        }

    .QuickPost div.tags[b-bbcvktf185] {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin: 0rem;
        flex-wrap: wrap;
    }

        .QuickPost div.tags[b-bbcvktf185]  a {
            display: flex;
            align-items: center;
            height: 32px;
            background: #9bf00b;
            color: #1f2729;
            padding: 5px 10px;
            margin-right: 1.2rem;
            margin-top: 1.2rem;
            border-radius: 0.5rem;
            font-size: 0.8rem;
            font-weight: bold;
            text-transform: uppercase;
        }

    .QuickPost h4[b-bbcvktf185] {
        display: block;
        font-size: 1.5rem;
        line-height: 2rem;
        transition: color 0.2s;
    }

        .QuickPost h4:hover[b-bbcvktf185] {
            color: #9bf00b;
            cursor: pointer;
        }
