/* Target the content wrapper inside Olivero teasers and raise it above the title overlay */
.node--view-mode-teaser .node__content {
  position: relative;
  z-index: 2;
}

/* Ensure our hover wrapper explicitly accepts mouse events */
.bunny-hover-wrapper {
  pointer-events: auto;
}