/* Kill Hatchable "Built on Hatchable" badge everywhere — inline styles included */
#hb-badge,
a#hb-badge,
[id="hb-badge"],
a[href*="hatchable.com/?utm_source=badge"],
a[href*="utm_source=badge"][href*="hatchable"],
a[href*="hatchable.com"][href*="utm_source=badge"]{
  display:none!important;
  visibility:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
  width:0!important;height:0!important;
  max-width:0!important;max-height:0!important;
  overflow:hidden!important;
  position:fixed!important;
  left:-99999px!important;right:auto!important;bottom:auto!important;top:auto!important;
  z-index:-1!important;
  font-size:0!important;line-height:0!important;
  padding:0!important;margin:0!important;border:0!important;
  box-shadow:none!important;background:transparent!important;
  clip:rect(0,0,0,0)!important;
  transform:scale(0)!important;
}

#hb-badge,
a#hb-badge,
a[href*="utm_source=badge"],
a[href*="hatchable.com/?utm_source=badge"],
a[style*="2147483000"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
  max-width: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  position: fixed !important;
  left: -99999px !important;
  top: -99999px !important;
  z-index: -1 !important;
  clip: rect(0,0,0,0) !important;
  font-size: 0 !important;
  transform: scale(0) !important;
}