/* Trustpilot Inline Widget - Scoped Styles */
.elementor-widget-trustpilot_inline .trustpilot-inline-widget {
    display: flex;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
}

.elementor-widget-trustpilot_inline .trustpilot-inline-content {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: center;
}

/* Mobile breakpoint - break after review count */
@media (max-width: 767px) {
    .elementor-widget-trustpilot_inline .trustpilot-inline-content {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    
    .elementor-widget-trustpilot_inline .trustpilot-logo {
        flex-basis: 100%;
        justify-content: center;
        margin-top: 8px;
    }
}

.elementor-widget-trustpilot_inline .trustpilot-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-direction: row;
}

.elementor-widget-trustpilot_inline .trustpilot-stars img {
    height: 18px;
    width: auto;
    display: block;
}

.elementor-widget-trustpilot_inline .trustpilot-review-count {
    font-size: 14px;
    line-height: 1.2;
    white-space: nowrap;
}

.elementor-widget-trustpilot_inline .trustpilot-rating-text {
    font-weight: bold;
    font-size: 16px;
    color: inherit;
    white-space: nowrap;
}

.elementor-widget-trustpilot_inline .trustpilot-logo {
    display: flex;
    align-items: center;
    gap: 5px;
}

.elementor-widget-trustpilot_inline .trustpilot-logo img {
    height: 18px;
    width: auto;
    display: block;
}

.elementor-widget-trustpilot_inline .trustpilot-text {
    font-weight: bold;
    font-size: 16px;
    color: inherit;
    white-space: nowrap;
} 