.voucher-banner {
  position: relative;
  z-index: 40;
  border-bottom: 1px solid rgba(255, 159, 67, 0.22);
  background: linear-gradient(90deg, rgba(255, 249, 242, 0.98), rgba(255, 236, 210, 0.92));
}

.voucher-banner__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 16px;
  padding: 10px 20px;
  font-size: 0.875rem;
  color: var(--fg, #393939);
}

.voucher-banner__cta {
  font-weight: 600;
  color: #101013;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.voucher-banner__cta:hover {
  color: #ff9f43;
}
