/* YS-MOBILE-FLEX-HOTFIX-20260922 */
@media screen and (max-width: 767.98px) {
  .layout.mobile.reference-shell,
  .layout.mobile .workspace-shell.sidemenu {
    width: 100vw !important;
    max-width: 100vw !important;
    flex: 0 0 100vw !important;
  }

  .layout.mobile .workspace-shell.sidemenu > .ant-layout-content {
    flex: 1 1 auto !important;
    width: 100% !important;
  }

  .layout.mobile .workspace-shell.sidemenu .tab-layout-content {
    width: 100% !important;
    max-width: 100vw !important;
    min-width: 0 !important;
  }
}