/* Mobile right flyout opacity fix.
   Keeps the account flyout visually solid above the Comic Cut Archive mobile
   dropdown/portal layers without changing archive cards or layout. */
@media (max-width:780px){
  #rightFlyout.flyout.right.open{
    opacity:1 !important;
    background:linear-gradient(180deg, #15171a 0%, #101114 100%) !important;
    background-color:#15171a !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
    z-index:2147483001 !important;
  }
}
