.webcrema-icon-badge {
  --webcrema-icon-badge-text-color: currentColor;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}

.webcrema-icon-badge__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  overflow: hidden;
  flex-shrink: 0;
  color: white;
}

.webcrema-icon-badge__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-bottom: 0 !important;
}

.webcrema-icon-badge__svg {
  display: block;
  width: 100%;
  height: 100%;
}

.webcrema-icon-badge__text {
  color: var(--webcrema-icon-badge-text-color);
  line-height: 1.2;
}
