/* Container */
.invoice-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem;
    background-color: var(--bg-primary);
}

