/* Left align "Was this review helpful?" text in Yotpo widgets */
.yotpo-review-votes-text.unselectable {
    text-align: left !important;
    justify-content: flex-start !important;
}

/* Target the parent container if it exists */
.yotpo-review-votes-text {
    text-align: left !important;
    justify-content: flex-start !important;
}

/* If the votes section is in a flex container */
.yotpo-review-votes {
    display: flex;
    justify-content: flex-start !important;
    align-items: flex-start !important;
}

/* Ensure the entire votes section is left-aligned */
.yotpo .yotpo-review-votes-text {
    text-align: left !important;
    margin-left: 0 !important;
}

/* Alternative targeting for different widget contexts */
.yotpo-main-widget .yotpo-review-votes-text,
.yotpo-widget .yotpo-review-votes-text {
    text-align: left !important;
    justify-content: flex-start !important;
}

.shoppers-say-display-wrapper .yotpo-regular-box .sentence-content .single-sentence-text-content .sentence{font-family: 'SaolDisplay', Georgia, 'Times New Roman', serif !important; font-style: italic;}
.shoppers-say-display-wrapper .yotpo-regular-box .sentence-content .single-sentence-text-content .display-name{font-family: 'SaolDisplay', Georgia, 'Times New Roman', serif !important;}
.shoppers-say-display-wrapper .shoppers-say-title{font-family: 'SaolDisplay', Georgia, 'Times New Roman', serif !important;font-weight: 600!important;}