body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

form {
    padding: 0px;

}

div.footer {
    margin-top: auto;
}

/*.triggered {
    background-color: yellow;
}*/
div.footer {
    text-align: center;
    height: 100px;
}

.reddit-listing {
    list-style: none;
    padding: 0px;
    flex-direction: row;
}

.reddit-listing-item {
    padding: 0px;
}

.post {
    display: flex;
    flex-direction: row;
    padding: 0px;
    display: flex;
}

.voting {
    max-width: 50px;
    color: #aeaeae;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 20px 0px 0px;
}

.voting.a {
    cursor: pointer;
    border: none;
    background-color: white;
    padding: 5;
}

.content {

    width: 100%;
    padding: 0px;
    min-height: 150px;

}

.content {

    padding: 0px;
    min-height: 150px;

}

.content .nome {
    word-wrap: break-word;
    width: 100%;
    padding: 0px 0px 10px 0px;
    border: 0px solid #eeeeee;

    font-family: "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Liberation Sans", sans-serif;
    font-size: 15px;


}

.content .estabelecimento {
    line-height: 50px;
    /* Altura da linha de texto */
    align-items: center;
    padding: 5px;
    border-radius: 5px;

}

.content .estabelecimento:hover {
    background: #f5f5f5;
}

.dropdown-modal:hover {
    cursor: pointer;
}

.content .estabelecimento:hover>.btn-group {
    background: #f5f5f5;
}

.content-resposta {
    background: #f5f5f5;
    margin-left: 50px;
}

.content-adicionarresposta {
    margin-left: 50px;
}

.content-resposta>.btn-group {
    background: #f5f5f5;
}

.content-resposta:hover {
    background: #dddddd;
}

.content-resposta:hover>.btn-group {
    background: #dddddd;
}

.content .comentario {
    word-wrap: break-word;
    width: 100%;
    border: 1px solid #eeeeee;
    border-width: 1px 0px 0px 0px;
    padding: 10px 0px 10px 0px;

    font-family: "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Liberation Sans", sans-serif;
    font-size: 13px;


}

.addComment {
    width: 100%;
    border: 1px solid #dddddd;
    border-width: 1px 0px 0px 0px;
    padding: 5px 5px 0px 0px;

}

.score {
    margin: 5px 0;
}

img.media-avatar {
    width: 60px !important;
    height: 60px !important;
    border-radius: 5px !important;
}

.text-gradient {

    text-transform: uppercase;
    background: linear-gradient(35deg, #30CFD0 0%, #330867 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: clamp(2rem, 8vw, 5.5rem);
    font-weight: 400;
}

.fundo-branco {
    background-color: white !important;
}

.adsense-wrapper {
    width: 100%;
    min-height: 250px;
    display: block;
    overflow: hidden;
    contain: layout;
}

/* tablet e desktop */
@media (min-width: 768px) {
    .adsense-wrapper {
        min-height: 90px;
    }
}

/* evita “flash” branco enquanto o ad não carrega */
.adsense-wrapper:empty {
    background: #f8f9fa;
}

/* Mobile — telas menores que 576px */
@media (max-width: 575.98px) {
    .content-resposta {
        margin-left: 12px;
    }

    .content-adicionarresposta {
        margin-left: 12px;
    }

    .voting {
        max-width: 36px;
        padding-right: 8px;
    }

    img.media-avatar {
        width: 44px !important;
        height: 44px !important;
    }

    /* Jumbotron mais compacto no mobile */
    .jumbotron {
        padding: 1.25rem 1rem;
    }

    /* Garante que imagens em cards não transbordem */
    .card img {
        max-width: 100%;
        height: auto;
    }
}
