:root{--page-title-display:none;}/* Start custom CSS */@media (max-width: 1024px) {

  body.page-id-3008 .wseu-employment-grid {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scroll-padding-left: 20px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  body.page-id-3008 .wseu-employment-grid::-webkit-scrollbar {
    display: none;
  }

  body.page-id-3008
  .wseu-employment-grid
  > .wseu-life-card {
    scroll-snap-align: start;
  }
}

/* Mantener visibles los elementos dentro del editor de Elementor */
body.elementor-editor-active .eli-reveal,
html.elementor-html .eli-reveal {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
  will-change: auto !important;
}/* End custom CSS */