.yotpo-reviews-main-widget .modal-backdrop.yotpo-review-form-modal .yotpo-checkbox-label, 
.yotpo-reviews-main-widget .modal-backdrop.yotpo-review-form-modal .yotpo-checkbox-label span {
    font-size: 0;
}

.yotpo-reviews-main-widget .modal-backdrop.yotpo-review-form-modal .yotpo-checkbox-label::after {
    content: "I agree to allow my review to be used for marketing purposes.";
    font-size: 12px;
}

.yotpo-reviews-main-widget .modal-backdrop.yotpo-review-form-modal .yotpo-checkbox-label {
    display: flex;
  	flex-wrap: wrap;
    gap: 1px;
}

.yotpo-reviews-main-widget .modal-backdrop.yotpo-review-form-modal .yotpo-checkbox-container.yotpo-footer-checkbox-container {
    flex-wrap: wrap;
}