/* Keep advertising invisible until AdSense confirms that a real ad filled. */
html:not(.fdcpd-js) .ad-leaderboard,
html:not(.fdcpd-js) .ad-sidebar,
html:not(.fdcpd-js) .ad-inline,
html:not(.fdcpd-js) .footer-ad,
html:not(.fdcpd-js) .ad-incontent,
html:not(.fdcpd-js) .ad-prefooter {
  display: none !important;
}
html.fdcpd-js .ad-leaderboard,
html.fdcpd-js .ad-sidebar,
html.fdcpd-js .ad-inline,
html.fdcpd-js .footer-ad,
html.fdcpd-js .ad-incontent,
html.fdcpd-js .ad-prefooter {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
html.fdcpd-js .fdcpd-ad-filled {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}
html.fdcpd-js .fdcpd-ad-empty {
  display: none !important;
}
