.icon {
  display: inline-block;
  width: 26px;
  text-align: center;
  &.active {
    color: var(--easyv-primary-color);
  }
}
