body {
    direction: rtl;
}

.long__ribbon {
    display: none;
}

.top__bar .disclosure__box .disclosure {
    right: unset;
    left: 0;
}

.top__bar .disclosure__box .disclosure:before {
    right: unset;
    left: 40px;
}

.card__cta > a > svg {
    transform: rotate(180deg);
}


.rating__hoverbox {
    left: unset;
}

.stamp-container .stamp > img {
    height: 85px;
}

.card__ribbon {
    left: unset;
    right: 190px;
}

.card__ribbon::before {
    border-right: unset;
    border-left: 8px solid var(--black);
    border-left-color: unset;
    border-right-color: transparent;
    left: 191px;
}

.longcard__wrapper .card__order {
    left: calc(98% + 2px);
}

@media screen and (max-width: 768px) {
    .card__ribbon {
        left: unset;
        right: 142px;
    }

    .card__ribbon::before {
        left: 142px;
        top: 25px;
    }

    .longcard__wrapper .card__order {
        left: calc(96% + 2px);
    }

    .rating__hoverbox {
        right: -35px;
    }

    .flex-wrapper {
        display: block;
    }
}