/* To hide the continue button in Stepper component*/
button.gds-Button[data-variant="primary"] {
    display: none !important;
}

/* To hide the steps label in Stepper component*/
adaptive-form-stepper {
    display: none !important;
}

/* To reduce the spacing between the title and the grid */
.cmp-stepper__panel {
    margin-top: 0 !important;
    padding-top: 0 !important;
}