.q-stepflow__actions {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.q-stepflow__content {
    align-items: center;
}

    .q-stepflow__content > .q-button {
        width: 220px;
        padding: 1rem 1.25rem;
        line-height: 1.2;
        font-size: 1rem;
    }

    .q-stepflow__content > .q-glaze-card.selection {
        max-width: 720px;
        margin: 0 auto 1.5rem;
        padding: 0;
        border: none;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        cursor: default;
    }

        .q-stepflow__content > .q-glaze-card.selection .q-glaze-code,
        .q-stepflow__content > .q-glaze-card.selection .q-glaze-name,
        .q-stepflow__content > .q-glaze-card.selection .q-glaze-description {
            text-align: center;
        }


        .q-stepflow__content > .q-glaze-card.selection .q-glaze-img {
            max-height: 60vh;
            max-width: 100%;
            height: 300px;
            width: auto;
            display: block;
            margin: 0 auto;
            border-radius: 0;
        }

.q-stepflow__title {
    font-weight: 400;
    margin-bottom: 1.25rem;
}
