.yotpo-coupons-redemption-widget.yotpo-widget-override-css * {
direction: rtl; 
}

svg.yotpo-arrow-icon.yotpo-arrow-icon[aria-label="Previous slide"] {
transform: rotate(0deg) !important;
}

svg.yotpo-arrow-icon.yotpo-arrow-icon[aria-label="Next slide"] {
transform: rotate(180deg) !important;
}

.yotpo-coupons-redemption-widget.yotpo-widget-override-css .yotpo-is-mobile .yotpo-swiper-wrapper * {
direction: ltr;
}

.yotpo-coupons-redemption-widget .yotpo-redemption-confirmation.yotpo-redemption-option-grid .yotpo-redemption-confirmation-title {
    text-align: center;
    padding-bottom: 30px;
}

button.yotpo-copy-code-button.yotpo-widgets-action-button.yotpo-outlined-button.yotpo-block-button.yotpo-button-with-width-limits.yotpo-rounded-btn-type.yotpo-medium-button {
    padding: 0 10px;
}