.usp-icons-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: flex-start;
}
.usp-icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 90px;
}
.usp-icon-item img {
  width: 75px;
  height: 75px;
  object-fit: contain;
}
.gefahren-piktogramme-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-start;
}
.gefahren-piktogramm-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 110px;
}
.gefahren-piktogramm-item img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  margin-bottom: 6px;
}
.gefahren-piktogramm-item .piktogramm-name {
  font-size: 11px;
  line-height: 1.2;
  font-weight: 600;
  word-wrap: break-word;
}
.gefahren-saetze-container {
  font-size: 13px;
  line-height: 1.5;
}
.gefahren-saetze-gruppe {
  margin-bottom: 12px;
}
.gefahren-saetze-gruppe:last-child {
  margin-bottom: 0;
}
.gefahren-satz-item {
  margin-bottom: 4px;
}
.gefahren-satz-code {
  font-weight: 700;
  color: #333;
}
.gefahren-satz-description {
  color: #555;
}
