.elementor-kit-4{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*
 * =====================================================
 * OVERRIDE: Team Members – Cursore a forma di fumetto
 * =====================================================
 * Incolla in: Aspetto → Personalizza → CSS aggiuntivo
 * oppure nel style.css del tema figlio (bennet-child)
 * =====================================================
 */

/* 0) Ball: solo punto di ancoraggio */
#magic-cursor #ball {
  background:   transparent !important;
  border-color: transparent !important;
  border-width: 0 !important;
  overflow:     visible !important;
  width:  0 !important;
  height: 0 !important;
}

/* 1) Base p.center-first */
#magic-cursor #ball p.center-first {
  position:        absolute !important;
  bottom:          14px !important;
  left:            50% !important;
  transform:       translateX(-50%) !important;
  top:             auto !important;
  margin:          0 !important;
  width:           260px !important;
  height:          auto !important;
  /* padding-bottom grande: riserva spazio fisico per la coda FUORI dall'ellisse */
  padding:         20px 36px 52px 36px !important;
  border-radius:   0 !important;
  background:      transparent !important;
  font-size:       10.5px !important;
  font-weight:     700 !important;
  line-height:     1.3 !important;
  color:           transparent !important;
  text-align:      center !important;
  white-space:     normal !important;
  overflow-wrap:   break-word !important;
  word-break:      break-word !important;
  display:         flex !important;
  align-items:     center !important;
  justify-content: center !important;
  box-sizing:      border-box !important;
  pointer-events:  none !important;
}

#magic-cursor #ball p.center-first::after,
#magic-cursor #ball p.center-first::before {
  display: none !important;
  content: none !important;
}

/* ── FUMETTO GIALLO ─────────────────────────────────────────────
   SVG con viewBox separato in due zone:
   - zona ellisse: occupa l'80% dell'altezza (y 0→80)
   - zona coda:    occupa il 20% finale (y 80→100) 
   
   Con preserveAspectRatio="none" e background-size 100% 100%
   entrambe le zone si scalano con l'elemento.
   
   La coda è un triangolo con base a y=72 (dentro l'ellisse 
   per continuità visiva) e punta a y=100 (fondo elemento),
   posizionata a sinistra (x 30→70).
   ──────────────────────────────────────────────────────────── */

html:not(:has(.preloader-wrap:not([style*="hidden"]))):has(.team-list-wrapper .team-list-captions li:hover)  #magic-cursor #ball p.center-first,
html:not(:has(.preloader-wrap:not([style*="hidden"]))):has(.team-list-wrapper .team-list-captions li.active) #magic-cursor #ball p.center-first,
html:not(:has(.preloader-wrap:not([style*="hidden"]))):has(.team-members-grid li:hover)                      #magic-cursor #ball p.center-first,
html:not(:has(.preloader-wrap:not([style*="hidden"]))):has(.team-wrapper-grid .team-member-inner:hover)      #magic-cursor #ball p.center-first,
html:not(:has(.preloader-wrap:not([style*="hidden"]))):has(.team-members-list li:hover)                      #magic-cursor #ball p.center-first {
  color: #000 !important;
  /* SVG: ellisse che copre 0-80% + coda che scende nell'ultimo 20%
     La coda ha base dentro l'ellisse per attaccarsi visivamente */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 260 110'%3E%3Cellipse fill='%23fdbc27' cx='130' cy='42' rx='130' ry='42'/%3E%3Cpolygon fill='%23fdbc27' points='58,74 76,74 58,92'/%3E%3C/svg%3E") !important;
  background-repeat:   no-repeat !important;
  background-size:     100% 100% !important;
  background-position: center !important;
}/* End custom CSS */