/*START OF GENERAL CUSTOMIZATION*/
[class*="yotpo-device-"][class*="yotpo-display-"] {
  --primary-font-family: "Buenos Aries", sans-serif !important;
  --secondary-font-family: "Buenos Aries", sans-serif !important;
}
/*END OF GENERAL CUSTOMIZATION*/

/*START OF HEADER SECTION*/
#yotpo-reviews-main-widget .yotpo-main-widget-tabs .ugc-storefront-widgets-tabs-container__tab:last-child {
    font-size: 0;
}

#yotpo-reviews-main-widget .yotpo-main-widget-tabs .ugc-storefront-widgets-tabs-container__tab:first-child {
    margin-right: 18px;
}

#yotpo-reviews-main-widget .ugc-storefront-widgets-tabs-container__tab:last-child::before {
    content: "Questions";
    font-size: 20px;
}

#yotpo-reviews-main-widget .yotpo-main-widget-tabs .ugc-storefront-widgets-tabs-container__tab {
    font-size: 20px;
    color: #808080;
    font-weight: normal;
}

#yotpo-reviews-main-widget .yotpo-main-widget-tabs .ugc-storefront-widgets-tabs-container__tab.selected {
    color: var(--text-color);
}

#yotpo-reviews-main-widget .yotpo-head,
#yotpo-reviews-main-widget .yotpo-header-container .yotpo-vertical-border,
.yotpo-reviews-main-widget .yotpo-header-container + .yotpo-review-border-smooth {
    display: none;
}

#yotpo-reviews-main-widget:not(.yotpo-device-mobile) .yotpo-header-container .yotpo-summary-section .yotpo-bottom-line-right-panel {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    gap: 10px;
}

#yotpo-reviews-main-widget:not(.yotpo-device-mobile) .yotpo-header-container .yotpo-summary-section .yotpo-bottom-line-right-panel .yotpo-bottom-line-text {
    margin: 0;
}

#yotpo-reviews-main-widget:not(.yotpo-device-mobile) .yotpo-header-container .yotpo-layout-header-wrapper {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 0;
}

#yotpo-reviews-main-widget:not(.yotpo-device-mobile) .yotpo-header-container .yotpo-bottom-line {
    margin-right: 0;
    width: 100%;
    border-bottom: 1px solid var(--primary-color);
    padding: 40px 0;
}

#yotpo-reviews-main-widget:not(.yotpo-device-mobile) .yotpo-header-container .yotpo-bottom-line .yotpo-bottom-line-left-panel.yotpo-bottom-line-score {
    font-size: 30px;
}

#yotpo-reviews-main-widget:not(.yotpo-device-mobile) .yotpo-header-container .yotpo-summary-section .yotpo-bottom-line-right-panel .yotpo-star-rating-icon {
    transform: unset;
    width: 17px;
    height: 17px;
}

#yotpo-reviews-main-widget:not(.yotpo-device-mobile) .yotpo-header-container .yotpo-summary-section .yotpo-bottom-line-right-panel .star-container {
    margin-right: 0;
}

#yotpo-reviews-main-widget:not(.yotpo-device-mobile) .yotpo-header-container .yotpo-summary-section .yotpo-bottom-line-right-panel .yotpo-star-rating.yotpo-bottom-line-stars {
    gap: 2px;
}

#yotpo-reviews-main-widget:not(.yotpo-device-mobile) .yotpo-header-container .yotpo-new-review-btn-wrapper {
    width: 100%;
    justify-content: flex-end;
}

#yotpo-reviews-main-widget .yotpo-header-container .yotpo-new-review-btn-wrapper .yotpo-new-review-btn {
    border-radius: 64px;
    background-color: transparent;
    color: var(--text-color);
    border: 1px solid var(--primary-color);
    width: 166px;
    height: 35px;
}
.yotpo-mobile-filters-btn {
  border: none !important;
}
/*END OF HEADER SECTION*/

/*START OF FILTER SECTION*/
#yotpo-reviews-main-widget .yotpo-filters-container .yotpo-filters-container-inner .yotpo-smart-topics-panel {
    order: -2;
    flex-grow: 1;
}

#yotpo-reviews-main-widget:not(.yotpo-device-mobile) .yotpo-filters-container .yotpo-filters-container-inner .yotpo-filters-top-panel {
    order: -1;
    gap: 16px;
    flex-wrap: wrap;
    flex-basis: auto;
}

#yotpo-reviews-main-widget:not(.yotpo-device-mobile) .yotpo-filters-container .yotpo-filters-container-inner .yotpo-custom-questions-filters .yotpo-custom-questions-filters-wrapper {
    gap: 16px;
    flex-wrap: nowrap;
}

#yotpo-reviews-main-widget .yotpo-smart-topics .yotpo-smart-topics-headline,
#yotpo-reviews-main-widget .smart-topic-collection .yotpo-smart-topics-see-more-label[aria-pressed*="true"] {
    display: none;
}

#yotpo-reviews-main-widget .smart-topic-collection .yotpo-smart-topic-filter, 
#yotpo-reviews-main-widget .smart-topic-collection .yotpo-smart-topics-see-more-label {
    border-radius: 2px;
    font-size: 10px;
    font-weight: 400;
    text-transform: capitalize;
    border-color: transparent;
    margin-top: 0;
}

#yotpo-reviews-main-widget .smart-topic-collection .yotpo-smart-topic-filter[aria-checked="true"], #yotpo-reviews-main-widget .smart-topic-collection .yotpo-smart-topics-see-more-label[aria-checked="true"] {
    background-color: #ff59e4;
}

#yotpo-reviews-main-widget .smart-topic-collection .yotpo-smart-topics-see-more-label {
    border-radius: 3px;
    padding: 9px 18px;
    background-color: #eaeaea;
    text-decoration: none;
    font-family: var(--secondary-font-family);
    height: 33px;
    box-sizing: border-box;
    font-size: 0;
}

#yotpo-reviews-main-widget .smart-topic-collection .yotpo-smart-topics-see-more-label::before {
    content: "...";
    font-size: 10px;
}
 
 #yotpo-reviews-main-widget .smart-topic-collection .yotpo-smart-topic-filter[style*="--1684a10c: #FFFFFF"] {
    color: #fff;
    background-color: #7baa33;
    font-weight: 600;
}

#yotpo-reviews-main-widget .smart-topic-collection .yotpo-smart-topic-filter[style*="--1684a10c: #FFFFFF"]:hover {
    font-weight: 400;
}

#yotpo-reviews-main-widget:not(.yotpo-device-mobile) .smart-topic-collection .yotpo-smart-topic-filter:hover,
#yotpo-reviews-main-widget .smart-topic-collection .yotpo-smart-topics-see-more-label:hover {
    color: #fff;
    background-color: #ff59e4;
}

#yotpo-reviews-main-widget .yotpo-filters-container .yotpo-filters-container-inner .yotpo-smart-topics-panel .yotpo-smart-topics-container {
    flex-grow: 1;
    margin-top: 16px;
}

#yotpo-reviews-main-widget .yotpo-filters-container .yotpo-filters-container-inner .yotpo-smart-topics-panel .yotpo-smart-topics-container .smart-topic-collection {
    gap: 8px;
}

#yotpo-reviews-main-widget .yotpo-filters-container .yotpo-filters-container-inner input, 
#yotpo-reviews-main-widget .yotpo-filters-container .yotpo-filters-container-inner button {
    border-radius: 2px;
    width: 189px;
}

#yotpo-reviews-main-widget .yotpo-filters-container .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-search-filter {
    position: absolute;
    top: 8px;
    left: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 100%;
}

#yotpo-reviews-main-widget .yotpo-filters-container .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-search-filter::before {
    content: "Filter Reviews";
    font-weight: 600;
    color: var(--text-color);
    display: flex;
    align-self: flex-start;
    text-transform: uppercase;
}

#yotpo-reviews-main-widget .yotpo-filters-container .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-search-filter .yotpo-search-label {
    width: max-content;
}

#yotpo-reviews-main-widget .yotpo-filters-container {
    position: relative;
    margin-top: 0;
    padding-top: 70px;
}

#yotpo-reviews-main-widget .yotpo-filters-container .yotpo-filters-container-inner {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: flex-start;
}

#yotpo-reviews-main-widget .yotpo-filters-container ~ div:has(.yotpo-clear-filters-container) .yotpo-review-border-smooth {
    display: none;
}

#yotpo-reviews-main-widget .yotpo-filters-container .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-score-filter-container,
#yotpo-reviews-main-widget .yotpo-filters-container .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-media-filter-container {
    margin: 0;
}

#yotpo-reviews-main-widget .yotpo-filters-container .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-score-filter-container .yotpo-dropdown-content {
    width: 100%;
    padding: 10px;
}

#yotpo-reviews-main-widget .yotpo-filters-container .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-score-filter-container .yotpo-dropdown-content .yotpo-score-option {
    width: 100%;
    margin: 0;
}

#yotpo-reviews-main-widget.yotpo-device-mobile .yotpo-filters-container .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-search-filter {
    max-width: 100%;
    min-width: 100%;
}

#yotpo-reviews-main-widget.yotpo-device-mobile .yotpo-filters-container .yotpo-filters-container-inner .yotpo-smart-topics-panel .yotpo-smart-topics-container {
    flex-basis: 100%;
}

#yotpo-reviews-main-widget .yotpo-sorting-filter-container .yotpo-dropdown-closable .yotpo-dropdown-placeholder, 
#yotpo-reviews-main-widget .yotpo-sorting-filter-container .yotpo-dropdown-closable .yotpo-selected-value, 
#yotpo-reviews-main-widget .yotpo-sorting-filter-container .yotpo-dropdown-closable .yotpo-dropdown-option {
    font-size: 12px;
}

#yotpo-reviews-main-widget.yotpo-device-mobile .yotpo-bottom-line .yotpo-bottom-line-left-panel.yotpo-bottom-line-score {
    font-size: 45px;
}

#yotpo-reviews-main-widget.yotpo-display-s .yotpo-main-layout .yotpo-layout-header-wrapper .yotpo-bottom-line[data-v-2bb973cd] {
    align-self: flex-start;
}

#yotpo-reviews-main-widget .yotpo-filters-container .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-mobile-filters-popup-btn {
    flex-basis: 100%;
    border-radius: 3px;
}

#yotpo-reviews-main-widget .yotpo-mobile-filters-popup-overlay-container .yotpo-mobile-filters-popup-content input, #yotpo-reviews-main-widget .yotpo-mobile-filters-popup-overlay-container .yotpo-mobile-filters-popup-content button, #yotpo-reviews-main-widget .yotpo-filters-results-btn .yotpo-filters-results-btn-no-results .yotpo-filters-results-btn-clear-wrapper .yotpo-filters-results-btn-clear {
    border-radius: 3px;
}

#yotpo-reviews-main-widget .yotpo-mobile-filters-popup-overlay-container .yotpo-mobile-filters-popup-header .yotpo-mobile-filters-popup-clear {
    right: 20px;
}

.yotpo-reviews-main-widget .yotpo-mobile-filters-popup-overlay-container .yotpo-mobile-filters-popup-content .yotpo-score-filter .yotpo-dropdown-base {
    width: 100%;
}

.yotpo-reviews-main-widget .yotpo-mobile-filters-popup-overlay-container .yotpo-mobile-filters-popup-content .yotpo-score-filter .yotpo-dropdown-content {
    padding: 10px 10px 0;
    width: 100%;
}

.yotpo-reviews-main-widget .yotpo-mobile-filters-popup-overlay-container .yotpo-mobile-filters-popup-content .yotpo-score-filter .yotpo-dropdown-content .yotpo-score-option {
    width: 100%;
    margin: 0;
}

.yotpo-reviews-main-widget.yotpo-display-s .yotpo-filters-container .yotpo-filters-container-inner .yotpo-filters-top-panel {
    flex-basis: 100%;
}

#yotpo-reviews-main-widget.yotpo-display-s .yotpo-filters-container .yotpo-filters-container-inner input {
    width: 100%;
}

#yotpo-reviews-main-widget.yotpo-display-s .yotpo-filters-container .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-search-filter .yotpo-search-label {
    width: 100%;
}

#yotpo-reviews-main-widget.yotpo-display-s .yotpo-filters-container .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-mobile-filters-popup-btn {
    width: 100%;
}

.yotpo-media-select .yotpo-radio-icon path {
    fill: #ff59e4;
}

.yotpo-reviews-main-widget[class*="yotpo-device-"][class*="yotpo-device-"] .yotpo-dropdown-closable .yotpo-dropdown-content-wrapper {
    width: 100%;
    padding: 10px 10px 0;
    box-sizing: border-box;
}

.yotpo-reviews-main-widget[class*="yotpo-device-"][class*="yotpo-device-"] .yotpo-dropdown-closable .yotpo-dropdown-content-wrapper .yotpo-dropdown-option {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
}

.yotpo-reviews-main-widget[class*="yotpo-device-"][class*="yotpo-device-"] .yotpo-dropdown-closable .yotpo-dropdown-content-wrapper .yotpo-dropdown-option[style*="background-color"], .yotpo-reviews-main-widget[class*="yotpo-device-"][class*="yotpo-device-"] .yotpo-dropdown-closable .yotpo-dropdown-content-wrapper .yotpo-dropdown-option:hover {
    background-color: rgba(255, 89, 228, 0.15) !important;
    color: #ff59e4;
}

.yotpo-selected-icon path {
    fill: #ff59e4;
}

.yotpo-reviews-main-widget .yotpo-score-filter .yotpo-dropdown-content .yotpo-score-option .yotpo-score {
    color: #ff59e4;
}

.yotpo-reviews-main-widget[class*="yotpo-device-"][class*="yotpo-device-"] .yotpo-mobile-filters-popup-overlay-container .yotpo-mobile-filters-popup-content input, 
.yotpo-reviews-main-widget[class*="yotpo-device-"][class*="yotpo-device-"] .yotpo-mobile-filters-popup-overlay-container .yotpo-mobile-filters-popup-content button {
    border-radius: 2px;
}

.yotpo-reviews-main-widget[class*="yotpo-device-"][class*="yotpo-device-"] .yotpo-mobile-filters-popup-overlay-container .yotpo-mobile-filters-popup-header .yotpo-mobile-filters-popup-clear {
    font-size: 13px;
}

.yotpo-reviews-main-widget[class*="yotpo-device-"][class*="yotpo-device-"] .yotpo-mobile-filters-popup-overlay-container .yotpo-filters-results-btn .yotpo-filters-results-btn-no-results .yotpo-filters-results-btn-no-results-text span {
    font-size: 13px;
}

.yotpo-reviews-main-widget[class*="yotpo-device-"][class*="yotpo-device-"] .yotpo-mobile-filters-btn .yotpo-mobile-filters-btn-badge {
    background-color: #ff59e4;
    padding-top: 2px;
}
/*END OF FILTER SECTION*/

/*START OF REVIEWS SECTION*/
.yotpo-initials-icon .yotpo-avatar-initials-text {
    font-size: 16px;
    fill: #fff;
}

.yotpo-initials-icon .yotpo-initials-background {
    fill: #ff59e4;
}

.yotpo-verified-image-icon .yotpo-verified-icon-wrapper {
    top: 26px;
    left: 26px;
}

.yotpo-verified-icon-wrapper .yotpo-verified-icon circle {
    fill: #1cc286;
}

.yotpo-reviews-main-widget[class*="yotpo-device-"][class*="yotpo-display-"] [class*="yotpo-reviewer"] .yotpo-reviewer-name {
    font-weight: bolder;
}

#yotpo-reviews-main-widget:not(.yotpo-device-mobile) .yotpo-main-layout .yotpo-reviews-container [class*="yotpo-reviewer"] {
    flex-direction: row;
    gap: 5px;
    padding-top: 0;
    align-self: flex-start;
}

#yotpo-reviews-main-widget:not(.yotpo-device-mobile) .yotpo-main-layout .yotpo-reviews-container .yotpo-reviewer {
    align-items: flex-start;
}

#yotpo-reviews-main-widget:not(.yotpo-device-mobile) .yotpo-main-layout .yotpo-reviews-container .yotpo-review .yotpo-review-customer-questions-container {
    margin-left: 55px;
    width: 500px;
    max-width: 100%;
}

#yotpo-reviews-main-widget .yotpo-main-layout .yotpo-reviews-container .yotpo-review .yotpo-review-customer-questions-container .yotpo-custom-questions-see-more-closable,
.yotpo-reviews-main-widget .modal-backdrop .yotpo-media-modal-review .yotpo-custom-questions-see-more-label  {
    display: none;
}

#yotpo-reviews-main-widget:not(.yotpo-device-mobile) .yotpo-main-layout .yotpo-reviews-container .yotpo-review .yotpo-review-center-panel {
    flex-basis: 100%;
    padding: 0 55px;
    order: 3;
}

#yotpo-reviews-main-widget:not(.yotpo-device-mobile) .yotpo-main-layout .yotpo-reviews-container .yotpo-review .yotpo-review-right-panel {
    order: 2;
}

#yotpo-reviews-main-widget .yotpo-main-layout .yotpo-reviews-container .yotpo-review .yotpo-review-center-panel .yotpo-star-rating {
    position: absolute;
    top: 25px;
    left: 55px;
}

#yotpo-reviews-main-widget.yotpo-display-s .yotpo-main-layout .yotpo-reviews-container .yotpo-review .yotpo-review-center-panel .yotpo-star-rating {
    left: 45px;
}

#yotpo-reviews-main-widget .yotpo-main-layout .yotpo-reviews-container .yotpo-review {
    position: relative;
}

#yotpo-reviews-main-widget:not(.yotpo-device-mobile) .yotpo-main-layout .yotpo-reviews-container .yotpo-review .yotpo-review-center-panel .yotpo-star-rating yotpo-star-rating-icon {
    width: 14px;
    height: 14px;
}

#yotpo-reviews-main-widget .yotpo-main-layout .yotpo-reviews-container .yotpo-review .yotpo-review-center-panel .yotpo-star-rating .star-container .yotpo-star-rating-icon {
    width: 14px;
    height: 14px;
}

#yotpo-reviews-main-widget:not(.yotpo-device-mobile) .yotpo-main-layout .yotpo-reviews-container .yotpo-review .yotpo-review-center-panel .yotpo-review-title {
    flex-basis: 100%;
    margin-left: 0;
    text-transform: capitalize;
}

.yotpo-reviews-main-widget .yotpo-review-title {
    font-size: 14px !important;
}

#yotpo-reviews-main-widget:not(.yotpo-device-mobile) .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-content {
    order: 4;
}

#yotpo-reviews-main-widget:not(.yotpo-device-mobile) .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-thumbnail-container {
    order: 5;
    margin-top: 15px;
}

#yotpo-reviews-main-widget:not(.yotpo-device-mobile) .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-thumbnail-container div:first-child {
    margin-left: 0;
}

#yotpo-reviews-main-widget .yotpo-reviews-container .yotpo-review-center-panel .yotpo-read-more {
    color: #ff59e4;
    text-decoration: underline;
}

#yotpo-reviews-main-widget .yotpo-review-votes-wrapper {
    padding-bottom: 10px;
}

#yotpo-reviews-main-widget .yotpo-reviewer-verified-buyer-text {
    font-size: 16px;
    font-weight: 700;
}

#yotpo-reviews-main-widget .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-left-panel {
    flex-grow: 1;
}

#yotpo-reviews-main-widget .yotpo-custom-questions-title {
    color: #6B6D76 !important;
    font-style: italic;
    font-size: 12px !important;
}
#yotpo-reviews-main-widget:not(.yotpo-device-mobile) .yotpo-custom-questions-wrapper .yotpo-custom-questions-title::after {
    content: ":";
}

#yotpo-reviews-main-widget .yotpo-custom-questions-wrapper .yotpo-custom-questions-value {
    font-size: 12px;
    color: var(--text-color) !important;
}

#yotpo-reviews-main-widget .yotpo-review-question:has(.yotpo-custom-questions-see-more-label) .yotpo-custom-questions-wrapper {
    margin-bottom: 0;
}

#yotpo-reviews-main-widget .yotpo-custom-questions-see-more-label {
    font-size: 12px;
    color: #ff59e4;
    text-decoration: underline;
    margin-bottom: 15px;
}

.yotpo-reviews-main-widget[class*="yotpo-device-"][class*="yotpo-device-"] .yotpo-read-more-text {
    font-size: 14px;
}

.yotpo-reviews-main-widget[class*="yotpo-device-"][class*="yotpo-device-"] .yotpo-read-more {
    font-size: 14px;
}

#yotpo-reviews-main-widget .yotpo-review-votes-text {
    font-size: 13px;
}

#yotpo-reviews-main-widget:not(.yotpo-device-mobile) .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-left-panel:has(:not(.yotpo-review-custom-question-container)) .yotpo-reviewer {
    margin-bottom: 20px;
}

.yotpo-reviews-main-widget.yotpo-display-s .yotpo-review .yotpo-review-center-panel .yotpo-review-content {
    margin-top: 0;
}

.yotpo-reviews-main-widget.yotpo-display-s .yotpo-review {
    flex-direction: column;
    margin-bottom: 0;
}

.yotpo-reviews-main-widget.yotpo-display-s .yotpo-review .yotpo-review-right-panel {
    order: 3;
    text-align: justify;
    margin-top: 15px;
}

.yotpo-reviews-main-widget.yotpo-display-s .yotpo-date-format {
    font-size: 13px;
}

#yotpo-reviews-main-widget.yotpo-display-s .yotpo-review-votes-wrapper {
    margin-top: 0;
}

#yotpo-reviews-main-widget.yotpo-display-s .yotpo-review-votes-text {
    display: none;
}

.yotpo-reviews-list .yotpo-review-border-smooth {
    filter: brightness(0) saturate(100%);
    height: 1px;
    margin-top: 40px;
}

#yotpo-reviews-main-widget.yotpo-display-s [class*="yotpo-reviewer-details"] {
    flex-direction: row;
    gap: 5px;
    padding-top: 0;
    align-self: flex-start;
}

#yotpo-reviews-main-widget.yotpo-display-s .yotpo-reviewer {
    align-items: flex-start;
}
/*END OF REVIEWS SECTION*/

/*START OF FOOTER SECTION*/
#yotpo-reviews-main-widget .yotpo-horizontal-pagination .selected, 
#yotpo-reviews-main-widget .yotpo-horizontal-pagination .yotpo-pagination-number:hover {
    background-color: transparent;
    color: #ff59e4;
}

#yotpo-reviews-main-widget .yotpo-horizontal-pagination {
  align-items: center !important;
}

#yotpo-reviews-main-widget .yotpo-horizontal-pagination .yotpo-reviews-pagination-item {
    font-size: 14px;
}

#yotpo-reviews-main-widget .yotpo-vertical-pagination .yotpo-reviews-pagination-item {
    border-radius: 3px;
}
/*END OF FOOTER SECTION*/

/*START OF REVIEW FORM*/
.yotpo-reviews-main-widget .modal-backdrop.yotpo-review-form-modal .yotpo-review-form .yotpo-new-review-headline,
.yotpo-reviews-main-widget .modal-backdrop.yotpo-review-form-modal .yotpo-review-form .yotpo-name-email-wrapper {
    width: 100%;
}

.yotpo-reviews-main-widget .modal-backdrop .yotpo-form-custom-questions-wrapper .yotpo-custom-questions-options * {
    border-radius: 3px;
}

.yotpo-reviews-main-widget .modal-backdrop .yotpo-form-custom-questions-wrapper .yotpo-custom-questions-options label:hover,
.yotpo-reviews-main-widget .modal-backdrop .yotpo-form-custom-questions-wrapper .yotpo-custom-questions-option[style*="color: var(--yotpo-empty-white);"] {
    background-color: #ff59e4 !important;
    color: #fff !important;
}

.yotpo-reviews-main-widget .modal-backdrop.yotpo-review-form-modal .yotpo-review-form .form-footer {
    box-sizing: border-box;
}

.yotpo-reviews-main-widget .modal-backdrop .form-footer .yotpo-new-review-submit {
    border-radius: 3px !important;
    font-weight: 700;
    font-size: 0 !important;
}

.yotpo-reviews-main-widget .modal-backdrop .form-footer .yotpo-new-review-submit::before {
    content: "Post";
    font-size: 14px;
}

.yotpo-reviews-main-widget.yotpo-display-s .modal-backdrop.yotpo-review-form-modal .yotpo-star-rating-icons {
    flex-direction: column;
}

.yotpo-reviews-main-widget.yotpo-display-s .modal-backdrop.yotpo-review-form-modal .yotpo-star-rating-icons .yotpo-star-rating-icons-wrapper {
    padding: 0;
}

.yotpo-reviews-main-widget.yotpo-display-s .modal-backdrop.yotpo-review-form-modal .yotpo-star-rating-icons .yotpo-star-rating-text {
    align-self: flex-start !important;
}

.yotpo-reviews-main-widget.yotpo-display-s .modal-backdrop.yotpo-review-form-modal .yotpo-input-wrapper textarea {
    box-sizing: border-box;
    width: 100%;
}

.yotpo-reviews-main-widget.yotpo-display-s .modal-backdrop.yotpo-review-form-modal .yotpo-input-wrapper {
    width: 100%;
}

.yotpo-reviews-main-widget.yotpo-display-s .modal-backdrop.yotpo-review-form-modal .yotpo-input-wrapper:has(.yotpo-new-input-validation) {
    min-height: auto;
}

.yotpo-reviews-main-widget.yotpo-display-s .modal-backdrop.yotpo-review-form-modal .yotpo-checkbox-container.yotpo-terms-and-conditions-container {
    flex-wrap: wrap;
}
/*END OF REVIEW FORM*/

/*START OF EMPTY STATE*/
.yotpo-empty-state {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column !important;
  gap: 16px;
}
.yotpo-reviews-main-widget .yotpo-empty-state svg {
  display: inline !important;
}
#yotpo-reviews-main-widget .yotpo-new-review-btn.empty-state {
  background-color: #ff59e4 !important; 
  width: 166px !important;
  height: 35px !important;
  border-radius: 64px !important;
  margin-top: 16px !important;
}
.yotpo-empty-state .yotpo-title-text {
  margin: 0 !important;
}
.yotpo-questions-and-answers #yotpo-widget-btn.yotpo-question-btn {
  margin-bottom: 70px !important;
}
/*END OF EMPTY STATE*/

/*MOBILE*/
/*START OF POP-UP FILTERS*/
#yotpo-reviews-main-widget.yotpo-device-mobile .yotpo-mobile-filters-popup-overlay-container * {
    border-radius: 3px;
}

#yotpo-reviews-main-widget.yotpo-device-mobile .yotpo-mobile-filters-popup-overlay-container [class*="yotpo-dropdown-content"] span[style*="background-color:"] {
    background-color: rgba(244,76,127,0.07) !important;
}

#yotpo-reviews-main-widget.yotpo-device-mobile .yotpo-mobile-filters-popup-overlay-container [class*="yotpo-dropdown-content"] span[style*="background-color:"] .yotpo-selected-icon > path,
#yotpo-reviews-main-widget.yotpo-device-mobile .yotpo-mobile-filters-popup-overlay-container .yotpo-media-filter svg path {
    fill: #F44C7F;
}

#yotpo-reviews-main-widget.yotpo-device-mobile .yotpo-mobile-filters-popup-overlay-container .yotpo-filters-results-btn-clear {
    background-color: #F44C7F;
    color: #fff;
}

#yotpo-reviews-main-widget.yotpo-device-mobile .yotpo-mobile-filters-popup-overlay-container .yotpo-filters-results-btn.yotpo-mobile-filters-results-btn {
    background: rgba(244,76,127,0.07);
    color: #373330;
}
/*END OF POP-UP FILTERS*/

/*START OF CQ SECTION*/
#yotpo-reviews-main-widget.yotpo-device-mobile .yotpo-review-questions-mobile-panel .yotpo-custom-questions-wrapper .yotpo-custom-questions-question-wrapper span {
    white-space: normal !important;
}

#yotpo-reviews-main-widget.yotpo-device-mobile .yotpo-review-questions-mobile-panel .yotpo-custom-questions-wrapper {
    flex-direction: column;
    gap: 0 !important;
    margin: 0;
}

#yotpo-reviews-main-widget.yotpo-device-mobile .yotpo-review-questions-mobile-panel .yotpo-custom-questions-wrapper .yotpo-custom-questions-see-more-content-wrapper {
    margin: 0 !important;
}

#yotpo-reviews-main-widget.yotpo-device-mobile .yotpo-review-questions-mobile-panel .yotpo-custom-questions-wrapper .yotpo-custom-questions-question-wrapper span:last-child {
    display: none;
}

#yotpo-reviews-main-widget.yotpo-device-mobile .yotpo-reviews-container .yotpo-review-center-panel .yotpo-review-questions-mobile-panel {
    order: 0 !important;
    margin-top: 0;
}

#yotpo-reviews-main-widget.yotpo-device-mobile .yotpo-reviews-container .yotpo-review-center-panel .yotpo-review-rating-title {
    order: 1;
}

#yotpo-reviews-main-widget.yotpo-device-mobile .yotpo-reviews-container .yotpo-review-center-panel .yotpo-review-questions-mobile-panel .yotpo-review-question {
    margin-top: 0;
}
/*END OF CQ SECTION*/

/*START OF REVIEWS SECTION*/
#yotpo-reviews-main-widget.yotpo-device-mobile .yotpo-reviews-container .yotpo-review-center-panel .yotpo-thumbnail-container {
    order: 5;
}

#yotpo-reviews-main-widget.yotpo-device-mobile .yotpo-reviews-container .yotpo-review-center-panel .yotpo-thumbnail-container div:first-child {
    margin-left: 0;
    margin-top: 5px;
}
/*END OF REVIEWS SECTION*/