/* Four Color Comic v40.31.50 — authenticated login-overlay hard latch */
html.fcc-authenticated #authGate,
body.fcc-authenticated #authGate,
#authGate.fcc-auth-unlocked {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
html.fcc-authenticated #cloudApp,
body.fcc-authenticated #cloudApp,
html.fcc-authenticated #cloudApp.cloud-locked,
body.fcc-authenticated #cloudApp.cloud-locked,
#cloudApp.fcc-auth-unlocked {
  display: block !important;
  visibility: visible !important;
}
