/* ===== GREAT NORTH GREEN REPORT STYLE ===== */

/* Report title */
.print-heading,
h2 {
    color: #0b5d3b !important;
    text-align: center;
}

/* Sub heading (customer + date) */
.print-subtitle {
    color: #0b5d3b !important;
    text-align: center;
}

/* Divider line under header */
hr,
.report-divider {
    border-top: 2px solid #0b5d3b !important;
}

/* TABLE HEADER (this is your orange bar → now green) */
.table thead th {
    background-color: #0b5d3b !important;
    color: #ffffff !important;
    font-weight: bold;
    border: none !important;
}

/* Table styling (keep clean like your screenshot) */
.table {
    border-collapse: collapse;
}

/* Row borders */
.table td {
    border-top: 1px solid #e5e5e5 !important;
}

/* Balance column emphasis (optional but clean) */
.table td:last-child {
    font-weight: 500;
}

/* Remove any ERP default orange */
.bg-orange,
.text-orange {
    background-color: #0b5d3b !important;
    color: #ffffff !important;
}

