/*
 * Dancz Premium live fixes, 2026-05-12 C.
 * WO29269 paid-ads readiness hardening: mobile navigation control visibility.
 */

/* WO29269_MOBILE_NAV_TOGGLE_VISIBILITY_20260512C_START */
@media (max-width: 980px) {
  html body.dm-area-shell .dm-header-main .dm-header-shell {
    width: min(var(--dm-codex-max, 1280px), calc(100% - 28px)) !important;
    min-height: 64px !important;
    padding-right: 64px !important;
  }

  html body.dm-area-shell button.dm-menu-toggle.dm-menu-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: fixed !important;
    top: 14px !important;
    right: 14px !important;
    left: auto !important;
    z-index: 1004 !important;
    width: auto !important;
    min-width: 52px !important;
    height: 44px !important;
    min-height: 44px !important;
    padding: 0 12px !important;
    margin: 0 !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
    pointer-events: auto !important;
  }

  html body.admin-bar.dm-area-shell button.dm-menu-toggle.dm-menu-toggle {
    top: 46px !important;
  }

  html body.dm-area-shell .dm-mobile-panel {
    position: fixed !important;
    top: 64px !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1003 !important;
    max-height: calc(100vh - 64px) !important;
    overflow-y: auto !important;
  }

  html body.admin-bar.dm-area-shell .dm-mobile-panel {
    top: 96px !important;
    max-height: calc(100vh - 96px) !important;
  }
}
/* WO29269_MOBILE_NAV_TOGGLE_VISIBILITY_20260512C_END */

/* WO29269_HOMEPAGE_WHITE_SCREEN_HOTFIX_20260512D_START */
body.home.dm-homepage-front .dancz-front-page,
body.home.dm-homepage-front .dancz-front-page .entry-content.clear,
body.home.dm-homepage-front .dancz-front-page .dm-studio-publisher-home {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

body.home.dm-homepage-front .dm-v8-portal[hidden],
body.home.dm-homepage-front .dm-v8-portal:empty {
  display: none !important;
}
/* WO29269_HOMEPAGE_WHITE_SCREEN_HOTFIX_20260512D_END */
