.elementor-1700 .elementor-element.elementor-element-754fa61f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-442673e2 */.seo-social-proof-inline {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px; /* Espacio justo entre estrellas y texto */
    margin-bottom: 15px; /* Separación con el botón de abajo */
}

.ssp-stars-inline {
    color: #ffb400; /* El naranja/dorado de Google */
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 1;
}

.ssp-text-inline {
    font-size: 15px;
    color: #333;
    font-family: 'Montserrat', sans-serif; /* He visto que usas Montserrat en el CSS de tu web */
}

.ssp-text-inline strong {
    color: #c45b24; /* Tu color corporativo de Estudio 28 */
    font-weight: 700;
}

/* Ajuste para que en móvil no se vea apretado */
@media (max-width: 767px) {
    .seo-social-proof-inline {
        justify-content: center; /* Lo centra en móvil si tu botón también está centrado */
    }
}/* End custom CSS */