/* ========================================
   RTL Overrides for Responsive Pricing Table
   ======================================== */

.rpt-pricing-section {
    direction: rtl;
}

/* Features alignment */
.rpt-features-list {
    text-align: right;
}

.rpt-feature {
    flex-direction: row;
}

/* Ribbon - keep top-left corner in RTL */
.rpt-ribbon {
    left: -35px;
    right: auto;
    transform: rotate(-45deg);
}

/* Price main alignment — RTL default flex is already right-to-left */
.rpt-price-main {
    flex-direction: row;
}
