/* Phase 133xt: drawer and icon shelf background tweaks, reels icon/toggle white enforcement */
#sv-drawer-open.sv-drawerOpen,
#sv-drawer-open.sv-drawerOpen.sv-inTop {
  position: fixed !important;
  top: 7px !important;
  background: var(--sv122-shelf-bg) !important;
}

html.sv-pwa-mobileApp body:not(.sv-auth-page):not(.sv-authPage):not(.sv-reelsPage) .sv-icoBtn {
  background: var(--sv122-shelf-bg) !important;
}

body.sv-reelsPage .sv-layoutReels svg {
  color: #fff !important;
  fill: #fff !important;
  stroke: #fff !important;
}

body.sv-reelsPage .sv-reelCapToggle {
  color: #fff !important;
  background: rgba(0,0,0,.35) !important;
}
