.step-badge {
    width: 1.8rem;
    height: 1.8rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
}

.signing-step.step-done .step-badge {
    background-color: var(--bs-success) !important;
}

.signing-step.step-disabled {
    opacity: 0.55;
    pointer-events: none;
}

.progress-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.75);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
}
