.referral-applied-badge {
  position: fixed;
  bottom: 80px;
  left: 16px;
  z-index: 90;
  max-width: calc(100vw - 32px);
  border: 1px solid #e2b875;
  border-radius: 4px;
  background: #fff8e8;
  box-shadow: 0 8px 24px rgb(74 51 36 / 18%);
  color: #a84412;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

.referral-applied-badge strong {
  display: block;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-align: center;
}

.referral-coupon-row {
  border-radius: 10px;
  background: #fff1d9;
  color: #b34f20;
  padding: 8px 10px;
  font-weight: 700;
}

.referral-coupon-row strong {
  color: #c34116;
  font-size: 1.1em;
}

.referral-coupon-row[hidden] {
  display: none;
}
