
/* ==========================================================================
   ComTechSa 0.26.2 – New unified icon set
   Orange + navy duotone, consistent soft tile, no gradients/shadows.
   ========================================================================== */

.cts-ref-svg-icon,
.cts-ref-service-svg{
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  filter:none!important;
  padding:0!important;
  overflow:visible!important;
}

.cts-ref-svg-icon{
  width:46px!important;
  height:46px!important;
}

.cts-ref-service-svg{
  width:52px!important;
  height:52px!important;
  margin-bottom:12px!important;
}

.cts-ref-svg-icon svg,
.cts-ref-service-svg svg{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  overflow:visible!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  filter:none!important;
}

/* Mobile: same set, just smaller. */
@media(max-width:900px){
  .cts-ref-svg-icon{
    width:38px!important;
    height:38px!important;
  }

  .cts-ref-service-svg{
    width:40px!important;
    height:40px!important;
    margin:0!important;
  }
}
