/* Mobile Stepper Styles - Legacy (Hidden) */
/* The stepper is now rendered as a horizontal banner via Stepper-PC.css */

/* Hide the slide-out drawer - no longer used */
.EZGMobileStepper-stepper {
    display: none !important;
}

/* Hide the circular progress indicator - no longer used */
.EZGCircularIndicator {
    display: none !important;
}

/* Legacy styles kept for backward compatibility but hidden */
.EZGMobileStepper-step,
.EZGMobileStepper-setup-button,
.EZGMobileStepper-close-button {
    display: none !important;
}
