/**
 * Estilos CSS del FO
 *
 * @author Difadi.com	<soporte@difadi.com>
 * @author Laura Gutiérrez	<lgutierrez@difadi.com>
 * @license Comercial
 * @copyright 2025 Difadi.com
*/

#google-reviews .stars ul {
    display: inline-block;
    list-style: none !important;
    margin: 0;
    padding: 0;
}

#google-reviews .stars ul li {
    float: left;
    list-style: none !important;
    margin-right: 1px;
    line-height: 1;
}

#google-reviews .reviews .review-header {
    display: flex;
}

#google-reviews .reviews .review-picture {
    width: 30px !important;
    height: auto;
    align-self: center;
    margin-right: var(--spaces-sm);
}

#google-reviews .reviews .review-usergrade {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media(max-width:768px) {
    #google-reviews>.google-reviews-header>.google-reviews-link-maps {
        flex-direction: column;
    }

    #google-reviews>.google-reviews-header>.google-reviews-link-maps>h2,
    #google-reviews>.google-reviews-header>.google-reviews-link-maps>a {
        width: 100%;
        text-align: left;
    }
}