.promotion-bar {
  width: 100%;
  background: #FFFBE6;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px;
  text-align: center;
  font-size: 0.875rem;
}
.promotion-bar__icon {
  width: 24px;
  height: 24px;
}