/**
 * Post-Purchase Add-ons — Frontend RTL Styles.
 *
 * Loaded only when is_rtl() is true.
 *
 * @package WCPPA
 */

/* Loading spinner */
.wcppa-loading .spinner {
    float: none;
    margin-right: 0;
    margin-left: 8px;
}

/* Cart table text alignment */
.wcppa-cart-table th,
.wcppa-cart-table td {
    text-align: right;
}

/* Payment method radio */
.wcppa-payment-method-option input[type="radio"] {
    margin-right: 0;
    margin-left: 8px;
}

/* Payment divider line */
.wcppa-payment-divider::before {
    left: 0;
    right: 0;
}

/* Vibes theme addon wrap */
@media (min-width: 768px) {
    .wcppa-theme-addon-wrap {
        text-align: end;
    }
    .wcppa-theme-pay-wrap {
        text-align: end;
    }
}
