/* Inline SVG icons (replaces Font Awesome) */
.eclivia-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  flex-shrink: 0;
}

.eclivia-icon.small,
small .eclivia-icon {
  width: 0.875em;
  height: 0.875em;
}
