.fs-promo-bars-wrapper {
  display: flex;
  flex-direction: column;
}

.fs-promo-bar {
  display: flex;
  align-items: center;
  margin-top: 24px;
  gap: 8px;
  padding: 16px;
  border-radius: 24px;
  min-height: 56px;
  transition: 300ms;
}

.fs-checkout-right-wrap .fs-promo-bar {
  margin-top: 0;
}