.hidden {
    display: none;
}
.comentario {
    border-bottom: 1px solid #ccc;
    padding: 15px 10px;
    position: relative;
    background: #f9f9f9;
    margin-bottom: 10px;
    border-radius: 8px;
}

.fecha {
    font-size: 0.8em;
    color: #555;
    position: relative;
    text-align: end;

}

.estrellas {
    margin-bottom: 5px;
}

.estrella {
    font-size: 30px;
    margin-right: 2px;
}

.estrella.verde {
    color: #008c7c;
}

.estrella.gris {
    color: #ccc;
}
#mas_comentarios{
    text-align: center;
    color: #008c7c;
    font-weight: bold;
    cursor: pointer;
}
#mas_comentarios:hover{
    color: black;
}

.media-estrella{
    background: linear-gradient(
            to right,
            #008c7c 50%,
            #ccc 50%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

