/* =========================================================
   ARENA UI — CONTATTI COMPONENT
   Estratto dal file originale (ID #contatti)
   Mobile-first • Nessuna modifica visiva
========================================================= */


/* ---------------------------------------------------------
   ICON WRAPPER (specifico del layout contatti)
--------------------------------------------------------- */

#contatti span.w-10.h-10 {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 40px;
  height: 40px;

  background: rgba(10, 19, 35, 0.95);
  border: 1px solid rgba(51, 65, 85, 0.9);

  box-shadow: 0 0 12px rgba(15, 23, 42, 0.9);

  border-radius: 999px;
}


/* ---------------------------------------------------------
   ICONA SVG (neon cyan)
--------------------------------------------------------- */

#contatti span.w-10.h-10 svg {
  width: 20px;
  height: 20px;

  filter: drop-shadow(0 0 6px rgba(34, 211, 238, 0.45));
}
