/* The stretched link that makes a whole blog card clickable. Sits above the
   background image but BELOW the title anchor, so the title keeps its own focus
   ring and screen readers still announce it normally. */
.e-loop-item .lus-card-link{
  position:absolute; inset:0; z-index:2;
  display:block; text-indent:-9999px; overflow:hidden;
  background:transparent;
}
.e-loop-item .elementor-widget-heading,
.e-loop-item .elementor-widget-icon{ position:relative; z-index:3; }
.e-loop-item{ cursor:pointer; }
.e-loop-item .elementor-section{ transition:transform .25s ease, filter .25s ease; }
.e-loop-item:hover .elementor-section{ transform:translateY(-3px); filter:brightness(1.06); }
