.top-promo-banner {
  position: sticky;
  top: 0;
  background-color: #660505;
  color: white;
  padding: 0.6rem 1rem;
  text-align: center;
  font-size: 0.9rem;
  z-index: 1000;
  width: 100%;
}

.top-promo-banner p {
  margin: 0;
  font-weight: 500;
}
