.CreateOwnershipOrder {
    display: flex;
    flex-direction: column;
    align-items: center;

    &-container {
        align-items: center;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    &-welcome {
        max-width: 480px;
    }

    &-segmented {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 36px;
    }

    &-segmentedButton {
        width: 156px;
    }

    &-createOptionMessage {
        align-items: center;
        color: var(--gray-900);
        display: flex;
        font-feature-settings: 'clig' off, 'liga' off;
        font-size: 32px;
        font-weight: 400;
        justify-content: center;
        line-height: 38px;
        padding-bottom: 20px;
        text-align: center;
    }

    &-optionsMessage {
        align-items: center;
        color: var(--gray-700);
        display: flex;
        font-feature-settings: 'clig' off, 'liga' off;
        font-size: 14px;
        font-weight: 400;
        justify-content: center;
        margin-bottom: 40px;
        text-align: center;
        line-height: 20px;
    }

    &-buttons {
        margin-top: 25px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    &-back-button {
        color: var(--blue);
        font-feature-settings: 'clig' off, 'liga' off;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 18px;
        margin-right: auto;
        text-transform: uppercase;
    }

    &-back-main-section-button {
        color: var(--blue);
        font-feature-settings: 'clig' off, 'liga' off;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 18px;
        margin-right: 65px;
        text-transform: uppercase;
    }

    &-successOrderMessage {
        align-items: center;
        color: var(--gray-700);
        display: flex;
        font-feature-settings: 'clig' off, 'liga' off;
        font-size: 14px;
        font-weight: 400;
        justify-content: center;
        margin-bottom: 40px;
        text-align: center;
        line-height: 20px;
    }

    .Alert {
        margin: 20px;
        width: 480px;
    }

    &-createOptionMessage-error {
        height: 64px;
    }

    &-createOptionMessage-success {
        height: 100px;
    }

    & .Highlight {
        display: inline-block;
    }

    & .SuiteCard-body {
        display: flex;
        align-items: center;

        p {
            margin: 0;
        }
    }
}
