/* Wayback Fixer auto-supplement */
/* Elementor entrance-animation elements keep visibility:hidden until frontend JS
   fires; without it (no per-page post-NNNN.css) content stays invisible. Force on. */
.elementor-invisible{opacity:1 !important;visibility:visible !important;animation:none !important;}
.elementor img,.elementor-widget-container img{max-width:100%;height:auto;}

/* The shared Elementor header overlaps the first section via a negative margin.
   Keep its intended mobile layout, but reserve space for it on desktop. */
@media (min-width: 1025px) {
  .elementor-152 .elementor-element.elementor-element-997bdba {
    margin-bottom: 0;
  }

  /* Article template: the empty lead column pushes the title to the right. */
  .elementor-167 .elementor-element.elementor-element-2d1d4861 {
    display: none;
  }

  .elementor-167 .elementor-element.elementor-element-4b0b6cf {
    width: 100%;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .elementor-167 .elementor-element.elementor-element-ff6f9f8 .elementor-heading-title {
    font-size: clamp(2.5rem, 3.5vw, 3.5rem);
    line-height: 1.12;
  }
}
