/* Pack summary color coding */
.pack-status-positive {
    color: #009e8f;  /* COL_POS - green-500 */
    font-weight: 500;
}

.pack-status-negative {
    color: #d55e00;  /* COL_NEG - red-500 */
    font-weight: 500;
}

.pack-status-neutral {
    color: #6b6b6b;  /* COL_NEU - gray-500 */
}

.badge-offmarket {
    background-color: #d55e00 !important;  /* COL_NEG */
    color: white;
    font-weight: 500;
}