.custom-allergenen-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin: 1em 0;
  align-items: center;
}

.icon-wrapper img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid #ddd;
  object-fit: contain;
  display: block;
  margin: 0 auto 4px;
}

.icon-wrapper span {
  display: block;
  font-size: 12px;
  line-height: 1.2;
}

.allergenen-disclaimer {
    font-size: 12px;
    color: #a00;
    margin-top: 1em;
    max-width: 500px;
    line-height: 1.4;
}

