/* Final autonomous cleanup for Bake Into's recovered SmartMag pages. */
.post-share,
.post-share-bot,
.post-share-float {
  display: none !important;
}

.demand-supply,
#block-5,
#block-6 {
  display: none !important;
}

/* The archived theme turns the menu row into a fixed element while a page is
   scrolled. Keep one in-flow header so long articles and full-page captures
   never repeat the navigation between content sections. */
.smart-head-sticky {
  position: static !important;
  top: auto !important;
  left: auto !important;
  width: auto !important;
  margin-left: 0 !important;
  transform: none !important;
  animation: none !important;
  box-shadow: none !important;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid #176fa6;
  outline-offset: 3px;
}
