.productIcon,
.group-icon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}

.productIcon.windows,
.productIcon.windows11 {
  max-width: 45%;
}

.productIcon.onedrive,
.productIcon.onedrivewin11 {
  max-width: 60%;
}

.group-icon {
  width: 48px;
  height: 48px;
}

.custom-group-icon {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  background-image: none !important;
}

.custom-group-icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.group-icon.certificates {
  background-image: url(../img/groupIcons/certificates.svg);
}
