body.fixture-multi-step-wizard-form {
    margin: 0;
    font-family: system-ui, sans-serif;
    background: #eef2ff;
    color: #1e1b4b;
}

.fixture-wrap {
    max-width: 400px;
    margin: 2rem auto;
    padding: 0 1rem;
}

.steps {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.step-dot {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #c7d2fe;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 600;
}

.step-dot.is-active {
    background: #6366f1;
    color: #fff;
}

.wiz-panel label {
    display: block;
    margin-bottom: 0.35rem;
    font-weight: 600;
}

.wiz-panel input[type="text"],
.wiz-panel input[type="email"] {
    width: 100%;
    padding: 0.45rem;
    font: inherit;
}

.wiz-panel button {
    margin: 0.35rem 0.35rem 0 0;
}

.fixture-wrap .back-to-index a {
    color: #4338ca;
}
