* {
   margin: 0;
   padding: 0;
}

.mobile-preview{
   display: none;
}

/* Mặc định đóng */
.item.outer-shell .steps-handle {
   display: none;
}

/* Desktop & Mobile: bước đang active sẽ mở */
.item.outer-shell.active .steps-handle {
   display: block;
}

/* Chỉ áp dụng cho Mobile */
@media (max-width: 767px) {

   .item.outer-shell .mobile-preview {
       display: none;
   }

   .item.outer-shell.active .mobile-preview {
       display: block;
   }
}