.heading-with-icon {
  display: flex;
  align-items: center;
  gap: 0.5em;
  color: #F9BF1D;
  margin-bottom: 0.5em;
  flex-wrap: nowrap;
}

.heading-with-icon .heading-icon {
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
}

.rounded-box {
  border-radius: 12px;
  overflow: hidden; /* falls Inhalte wie Bilder überstehen */
}