/* Correções da cópia estática.
   Os blocos publicitários vazios foram removidos do próprio HTML.
   Estes seletores funcionam apenas como proteção adicional. */

html.static-clone {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: #fff;
}

img,
svg,
video {
  max-width: 100%;
}

/* Proteção contra placeholders vazios que possam ser reinseridos. */
#article-content > [data-content-type="ADVERTISEMENT"]:empty,
#article-content > [data-content-type="MARKETING"]:empty,
#article-content > [data-content-type="FREE_HTML"]:empty,
.article-layout-media-top-module__uwZhWq__article-layout-media-top > .advertisement-slot-hpto,
.article-layout-media-top-module__uwZhWq__article-layout-media-top > .dfp-space--top,
.article-layout-media-top-module__uwZhWq__article-layout-media-top > .dfp-space--bottom,
.advertisement-slot-module__wGW9ba__advertisement-slot-wrapper > .dfp-space--left,
.offline-gap-placeholder {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
}

#article-content .react-loading-skeleton {
  display: none !important;
}

.static-clone a:focus-visible,
.static-clone button:focus-visible {
  outline: 3px solid #1a73e8;
  outline-offset: 3px;
}

@media (max-width: 767px) {
  .static-mobile-menu[aria-hidden="true"] {
    display: none !important;
  }

  .static-mobile-menu[aria-hidden="false"] {
    display: block !important;
    position: fixed !important;
    inset: 56px 0 0 0 !important;
    z-index: 9999 !important;
    overflow-y: auto !important;
    background: #fff !important;
  }

  body.static-menu-open {
    overflow: hidden;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.static-clone {
    scroll-behavior: auto;
  }
}
