.yotpo-main-widget-layout * {
    font-family: 'TexGyreHerosCN',sans-serif !important;
}

.yotpo-main-layout #yotpo-questions-container .yotpo-question .yotpo-shopper.yotpo-question-shopper {
    flex-basis: 20%;
}
.yotpo-main-layout #yotpo-questions-container .yotpo-question .yotpo-question-center-panel {
    flex-basis: 65%;
}
.yotpo-main-layout #yotpo-questions-container .yotpo-question .yotpo-date.yotpo-question-date {
    order: 3;
    flex-basis: unset;
}
.yotpo-main-layout #yotpo-questions-container .yotpo-question .yotpo-shopper-details-verified .yotpo-verified-icon {
    display: none;
}
.yotpo-main-layout #yotpo-questions-container .yotpo-question .yotpo-shopper-details-verified .yotpo-verified-text:before {
    content: "";
    background-image: url(https://cdn.shopify.com/s/files/1/0708/4605/4708/files/check_1.png?v=1744793575);
    width: 13px;
    height: 13px;
    background-size: 13px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-right: 5px;
}
.yotpo-main-layout #yotpo-questions-container .yotpo-question .yotpo-shopper-details-verified .yotpo-verified-text {
    margin: 0 !important;
    color: #2C2C2C;
}
.yotpo-main-layout #yotpo-questions-container .selected.yotpo-pagination-item.yotpo-pagination-number, .yotpo-main-layout #yotpo-questions-container .yotpo-pagination-item.yotpo-pagination-number:hover {
    background-color: #2c2c2c;
}
.yotpo-display-s .yotpo-main-layout #yotpo-questions-container .yotpo-question {
    flex-direction: column;
}
.yotpo-display-s .yotpo-main-layout #yotpo-questions-container .yotpo-question .yotpo-date.yotpo-question-date {
    order: 0;
    flex-basis: unset;
    position: relative;
    top: 25px;
}

.yotpo-main-widget-layout.yotpo-align-text .yotpo-header-container.yotpo-header #yotpo-widget-btn span {
    color: #2c2c2c;
    font-weight: normal;
}
.yotpo-main-widget-layout.yotpo-align-text .yotpo-header-container.yotpo-header #yotpo-widget-btn {
    border: 1px solid #2c2c2c;
}

.yotpo-title-text {
  color: #000000 !important; /* Sets the text color to black */
}
div#yotpo-questions-and-answers[class*="yotpo-display-"][class*="yotpo-device-"] a#yotpo-widget-btn span {
    color: #000000 !important; /* Sets the text color to black in the text button */
}