.auth-layout__register-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: calc(100vh - var(--legal-bar-height));
    height: calc(100vh - var(--legal-bar-height));
    box-sizing: border-box;
}

body.auth-page--register .auth-layout__register-column .auth-layout__form {
    min-height: 0;
    height: auto;
    flex-shrink: 0;
    padding-top: 0;
}

body.auth-page--register .auth-layout__register-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 42rem;
    margin: 0 0 1.75rem;
    padding: 0 1.5rem;
    box-sizing: border-box;
    text-align: center;
}

body.auth-page--register .auth-register-logo {
    display: inline-block;
    align-self: center;
    margin: 0 0 1rem;
    line-height: 0;
    text-decoration: none;
}

body.auth-page--register .auth-register-logo .auth-logo {
    display: block;
    width: 118px;
    max-width: 30vw;
    height: auto;
    margin: 0 auto;
}


body.auth-page--register .partner-onboarding-stepper--register {
    width: 100%;
    max-width: 42rem;
}

body.auth-page--register .partner-onboarding-stepper--register .partner-onboarding-stepper__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.35rem;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}

body.auth-page--register .partner-onboarding-stepper--register .partner-onboarding-stepper__item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.55rem;
    min-width: 0;
    text-align: center;
}

body.auth-page--register .partner-onboarding-stepper--register .partner-onboarding-stepper__item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 1.05rem;
    left: calc(50% + 1.15rem);
    width: calc(100% - 2.3rem);
    height: 2px;
    background: #dee2e6;
    pointer-events: none;
}

body.auth-page--register .partner-onboarding-stepper--register .partner-onboarding-stepper__item.is-done:not(:last-child)::after {
    background: var(--fsmm-primary, #2476b6);
}

body.auth-page--register .partner-onboarding-stepper--register .partner-onboarding-stepper__marker {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 50%;
    border: 2px solid #ced4da;
    background: #fff;
    color: #6c757d;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1;
}

body.auth-page--register .partner-onboarding-stepper--register .partner-onboarding-stepper__label {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: clamp(0.58rem, 2.4vw, 0.75rem);
    font-weight: 600;
    line-height: 1.2;
    color: #6c757d;
}

body.auth-page--register .partner-onboarding-stepper--register .partner-onboarding-stepper__item.is-active .partner-onboarding-stepper__marker {
    border-color: var(--fsmm-primary, #2476b6);
    background: var(--fsmm-primary, #2476b6);
    color: #fff;
    box-shadow: 0 0 0 4px rgba(36, 118, 182, 0.14);
}

body.auth-page--register .partner-onboarding-stepper--register .partner-onboarding-stepper__item.is-active .partner-onboarding-stepper__label {
    color: var(--fsmm-primary, #2476b6);
}

body.auth-page--register .partner-onboarding-stepper--register .partner-onboarding-stepper__item.is-done .partner-onboarding-stepper__marker {
    border-color: var(--fsmm-primary, #2476b6);
    background: rgba(36, 118, 182, 0.12);
    color: var(--fsmm-primary, #2476b6);
}

body.auth-page--register .partner-onboarding-stepper--register .partner-onboarding-stepper__item.is-done .partner-onboarding-stepper__label {
    color: #495057;
}

.partner-onboarding-stepper__list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.5rem;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.partner-onboarding-stepper__item {
    position: relative;
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.55rem;
    min-width: 0;
    text-align: center;
}

.partner-onboarding-stepper__item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 1.05rem;
    left: calc(50% + 1.15rem);
    width: calc(100% - 2.3rem);
    height: 2px;
    background: #dee2e6;
    pointer-events: none;
}

.partner-onboarding-stepper__item.is-done:not(:last-child)::after {
    background: var(--fsmm-primary, #2476b6);
}

.partner-onboarding-stepper__marker {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 50%;
    border: 2px solid #ced4da;
    background: #fff;
    color: #6c757d;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1;
}

.partner-onboarding-stepper__label {
    display: block;
    font-size: 0.72rem;
    font-weight: 600;
    line-height: 1.25;
    color: #6c757d;
}

.partner-onboarding-stepper__item.is-active .partner-onboarding-stepper__marker {
    border-color: var(--fsmm-primary, #2476b6);
    background: var(--fsmm-primary, #2476b6);
    color: #fff;
    box-shadow: 0 0 0 4px rgba(36, 118, 182, 0.14);
}

.partner-onboarding-stepper__item.is-active .partner-onboarding-stepper__label {
    color: var(--fsmm-primary, #2476b6);
}

.partner-onboarding-stepper__item.is-done .partner-onboarding-stepper__marker {
    border-color: var(--fsmm-primary, #2476b6);
    background: rgba(36, 118, 182, 0.12);
    color: var(--fsmm-primary, #2476b6);
}

.partner-onboarding-stepper__item.is-done .partner-onboarding-stepper__label {
    color: #495057;
}

.partner-onboarding-dialog {
    width: min(720px, 100%);
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    min-height: 0;
}

.partner-onboarding-stepper--panel {
    padding: 0.95rem 1.15rem;
    border-radius: var(--fsmm-panel-radius, 1rem);
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.65);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.12);
}

.partner-onboarding-stepper--panel .partner-onboarding-stepper__label {
    font-size: 0.74rem;
}

@media (min-width: 576px) {
    .partner-onboarding-stepper__label,
    .partner-onboarding-stepper--panel .partner-onboarding-stepper__label {
        font-size: 0.82rem;
    }
}

@media (min-width: 992px) {
    body.auth-page--register,
    body.auth-page--register .auth-layout--register {
        height: calc(100vh - var(--legal-bar-height));
        max-height: calc(100vh - var(--legal-bar-height));
        overflow: hidden;
    }

    .auth-layout__register-column {
        justify-content: center;
        min-height: 0;
        height: 100%;
        overflow-y: auto;
    }

    body.auth-page--register .auth-layout__register-column .auth-layout__form {
        padding-top: 0;
    }
}

@media (max-width: 575.98px) {
    body.auth-page--register .auth-register-logo .auth-logo {
        width: 96px;
    }
}
