.elementor .icon-stroke{svg,
svg * {
  /* STOLEN FROM: Style > Typography > Color */
  stroke: currentColor !important;
  fill: none !important;
  
  /* STOLEN FROM: Style > Size slider */
  /* Math: If icon is 24px, stroke is 2px. Scales proportionally. */
  stroke-width: calc(var(--e-editor-size, 24px) / 12) !important;
  
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: all 0.3s ease; /* The requested transition */
}\n}