/* Coupon System RTL Styles */
.coupon-system {
    direction: rtl;
    text-align: right;
}

.coupon-search {
    flex-direction: row-reverse;
}

.coupon-header {
    flex-direction: row-reverse;
}

.coupon-item h2 {
    text-align: right;
}

.coupon-breadcrumbs,
.coupon-meta,
.coupon-tags {
    text-align: right;
}

.coupon-action .button,
.delete-coupon-button {
    margin-left: 10px;
}

.form-group label {
    text-align: right;
}

.form-group input,
.form-group select,
.form-group textarea {
    text-align: right;
}