/* Minimal adjustments for Invoice Repeater if needed */

/* Totals section alignment - always fixed to the left (شمال) */
.invoice-totals-container {
    padding-top: 1.5rem;
    border-top: 1px solid rgb(229 231 235);
    margin-top: 1.5rem;
    margin-inline-start: 0;
    margin-inline-end: auto;
}

/* RTL: keep totals block fixed on the left (شمال) with or without tax section */
[dir="rtl"] .invoice-totals-outer-grid {
    display: flex;
    flex-wrap: wrap;
}

[dir="rtl"] .invoice-totals-block {
    margin-inline-start: auto;
}

.dark .invoice-totals-container {
    border-top-color: rgba(255, 255, 255, 0.1);
}

.invoice-total-highlight {
    font-size: 1.25rem;
    font-weight: 800;
}
