/**
 * Protección ligera galería /experiencias — sin cambio visual.
 */
.layout-fe .fe-exp--guard .fe-exp__fig {
  position: relative;
  -webkit-user-select: none;
  user-select: none;
}

.layout-fe .fe-exp--guard .fe-exp__img {
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
  pointer-events: none;
}

.layout-fe .fe-exp--guard .fe-exp__fig::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: transparent;
}
