.final-sale-notice {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
  text-align: center;
  padding: 10px 14px;
  margin-block: 12px;
  background: #fffbeb;
  border: 1px solid #fcd34d;
  border-radius: 6px;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #92400e;
}

.final-sale-notice__text {
  margin: 0;
}
