/* Iconos Material en tarjetas de industria (desarrollo / audiovisual / hub) */
.industry-card__icon .material-symbols-outlined {
  font-size: 1.35rem;
  line-height: 1;
  font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 24;
}

.dev-industry-card__code.industry-card__icon,
.av-industry-card__code.industry-card__icon {
  font-size: 0;
  color: inherit;
}

.dev-industry-card__code.industry-card__icon {
  border-color: rgba(0, 229, 255, 0.35);
  background: rgba(0, 229, 255, 0.1);
  box-shadow: 0 0 24px rgba(0, 229, 255, 0.12);
}

.av-industry-card__code.industry-card__icon {
  border-color: rgba(255, 105, 180, 0.35);
  background: rgba(255, 105, 180, 0.1);
  box-shadow: 0 0 24px rgba(255, 105, 180, 0.12);
}

.industry-preview__icon.industry-card__icon .material-symbols-outlined {
  font-size: 1.1rem;
}
