/* Week header NET CREDIT — same 44px as week title, top-right inline. */

.weekly-section .main-title.week-section-title {
    font-size: 44px !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    line-height: 1.05 !important;
    color: #ffffff !important;
}

.weekly-section .week-header-row {
    align-items: flex-end !important;
}

.weekly-section .week-header-net-label {
    font-size: 11px !important;
    font-weight: 500 !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase !important;
    color: #8b95a3 !important;
}

.weekly-section .week-header-net-value {
    font-size: 44px !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    line-height: 1.05 !important;
    color: #ffffff !important;
}

/* Table column stays readable — hero number lives in the header. */
.weekly-section .weekly-table-wrap tbody td.net-credit-cell,
.weekly-section .weekly-table-wrap tr.totals-row td.net-credit-total {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
    line-height: 1.35 !important;
}

.weekly-section .weekly-table-wrap tbody td.net-credit-cell.loss {
    color: #d96b6b !important;
}
