/* Wire · h9310b · Mobile Menu Bottom Black
 *
 * Finishes the now-correct h9310a mobile menu by removing the remaining
 * blue/navy tint from the bottom/profile-dock region only.
 */

@media(max-width:820px){
  /* Canonical mobile profile-dock wrapper that still carries #06111b. */
  html body .wire-mobile-clean-profile-303f1h295,
  html body aside[data-wire-left-drawer] .wire-mobile-clean-profile-303f1h295{
    background:#010305!important;
    background-color:#010305!important;
    background-image:none!important;
    border-top-color:rgba(71,86,99,.16)!important;
    box-shadow:0 -10px 24px rgba(0,0,0,.30)!important;
  }

  /* Original v230m menu bottom/profile owner. */
  html body.wire-original-left-menu-open
  .wire-app > .left-rail.wire-main-sidebar-303f1h213
  .wire-main-sidebar-profile-303f1h213,
  html body.wire-original-left-menu-open
  .wire-app > .left-rail.wire-main-sidebar-303f1h213
  .wire-main-profile-switch-trigger-303f1h216{
    background:#010305!important;
    background-color:#010305!important;
    background-image:none!important;
  }

  /* Cloned/fallback drawer bottom/profile owner. */
  html body
  aside.wire-mobile-left-drawer[data-wire-left-drawer]
  .wire-main-sidebar-profile-303f1h213,
  html body
  aside.wire-mobile-left-drawer[data-wire-left-drawer]
  .wire-main-profile-switch-trigger-303f1h216,
  html body
  aside.wire-mobile-left-drawer[data-wire-left-drawer]
  .wire-mobile-drawer-body{
    background:#010305!important;
    background-color:#010305!important;
    background-image:none!important;
  }

  /* Keep the visible user card itself clean/black as well. */
  html body
  aside[data-wire-left-drawer]
  .wire-main-sidebar-profile-303f1h213,
  html body
  aside[data-wire-left-drawer]
  .wire-main-profile-switch-trigger-303f1h216{
    border-color:rgba(71,86,99,.12)!important;
  }
}

@media(display-mode:standalone) and (max-width:820px){
  html.wire-pwa-standalone-303f1h9296p
  body
  .wire-mobile-clean-profile-303f1h295,
  html.wire-pwa-standalone-303f1h9296p
  body.wire-original-left-menu-open
  .wire-app > .left-rail
  .wire-main-sidebar-profile-303f1h213,
  html.wire-pwa-standalone-303f1h9296p
  body
  aside.wire-mobile-left-drawer[data-wire-left-drawer]
  .wire-main-sidebar-profile-303f1h213{
    background:#010305!important;
    background-color:#010305!important;
    background-image:none!important;
  }
}
