.announcement__offer-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.announcement__offer-item__text em {
  font-style: normal;
  color: var(--hot-orange, #ec6500);
}

.announcement__offer-item__icon {
  flex-shrink: 0;
  stroke-width: unset;
}

.announcement__offer-item__text {
  color: var(--night-blue--light, #f5f6f7);
  font-weight: 900;
  display: flex;
  gap: 4px;
}

.announcement__offer-item__highlighted {
  color: var(--hot-orange, #ec6500);
}
