.wizard-steps {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem
}

.wizard-steps li {
    flex: 1 1 160px;
    padding: .6rem .9rem;
    border-radius: .6rem;
    background: #eef2f8;
    color: #6c757d;
    font-size: .9rem;
    border: 1px solid #dde4ee
}

.wizard-steps li .step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: .5rem;
    border-radius: 50%;
    background: #ced8e6;
    color: #fff;
    font-weight: 700;
    font-size: .8rem
}

.wizard-steps li.is-active {
    background: #1769e0;
    border-color: #1769e0;
    color: #fff
}

.wizard-steps li.is-active .step-number {
    background: #fff;
    color: #1769e0
}

.wizard-steps li.is-done {
    background: #e7f5ec;
    border-color: #cbe8d7;
    color: #1e7e46
}

.wizard-steps li.is-done .step-number {
    background: #28a745
}

.preview-code {
    max-height: 320px;
    overflow: auto;
    border-radius: .5rem;
    font-size: .82rem
}

.result-table th {
    width: 40%;
    font-weight: 600;
    color: #495057
}

.legal-content {
    max-width: 62rem;
    line-height: 1.65
}

.legal-content h2 {
    color: #0d2f72
}

.legal-content ul {
    padding-left: 1.2rem
}
