/* ----------------------------------------------------------
   Manning Overview
---------------------------------------------------------- */

.eac-panel-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.eac-week-nav {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    user-select: none;
}

.eac-week-label {
    font-size: 13px;
    opacity: 0.85;
    white-space: nowrap;
}

.eac-week-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    text-decoration: none;
    border: 1px solid rgba(148, 163, 184, 0.6);
}

.eac-week-btn.eac-week-btn-disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

.eac-overview-table .eac-manning-imbalance {
    color: #dc2626;
    font-weight: 600;
}

.eac-overview-table .eac-manning-totals-row td {
    font-weight: 600;
    border-top: 2px solid rgba(148, 163, 184, 0.6);
}

/* Make the Appts column compact */
.eac-overview-table th.eac-col-appts,
.eac-overview-table td.eac-col-appts {
    width: 90px;
    min-width: 90px;
    white-space: nowrap;
}

/* Program picker rows inside Manning Overview */
.eac-overview-table select.eac-program-select {
    width: 100%;
    max-width: 100%;
    padding: 6px 8px;
}
