/* Iconos locales (sprite SVG) — sustituye Font Awesome */
.ic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  vertical-align: middle;
  line-height: 0;
}
.ic > .ic-svg {
  width: 1em;
  height: 1em;
  display: block;
  fill: currentColor;
  pointer-events: none;
}
