/**
 * VAT Refund IL - RTL Styles
 */

/* Form adjustments for RTL */
.vat-refund-form-wrapper,
.vat-status-wrapper {
    direction: rtl;
    text-align: right;
}

/* Checkbox and radio adjustments */
.checkbox-label input[type="checkbox"],
.payment-method input[type="radio"] {
    margin-left: 0.5rem;
    margin-right: 0;
}

/* Status table */
.status-table th {
    text-align: right;
}

/* Form messages */
.form-message {
    direction: rtl;
}

/* Fieldset legend alignment */
.vat-refund-form legend {
    text-align: right;
}

/* Button alignment */
.form-actions {
    text-align: center;
}

/* Calculator adjustments */
.calculator-row {
    direction: rtl;
}

/* Payment methods grid */
.payment-methods {
    direction: rtl;
}
