/*!
 * Custom styles for Atasozu evaluation panels.
 * This file intentionally keeps the footprint tiny; the heavy
 * layout styling still lives beside the views.
 */

:root {
    --atasozu-brand: #1f2937;
}

.wizard-nav-step.active {
    background: var(--atasozu-brand);
    color: #fff;
}

.wizard-nav-btn {
    font-weight: 600;
}
