

.refbonus-card {
  background: #fff;
  padding: 14px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.refbonus-title {
  text-align: center;
  font-weight: 600;
  margin-bottom: 10px;
}

.refbonus-code {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.refbonus-code input {
  width: 70%;
  padding: 8px 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  text-align: center;
  font-weight: 600;
}

.refbonus-share {
  background: #ff6a00;
  color: #fff;
  border: none;
  padding: 8px 14px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
}

.refbonus-expiry {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #333;
  margin-top: 10px;
}

.refbonus-qr {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}

.refbonus-qr img {
  width: 180px;
  height: 180px;
  border: 1px solid #eee;
  border-radius: 8px;
  background: #fff;
}

.refbonus-blue {
	background: #1e2a8a;
	color: #fff;
	padding: 12px;
}

.refbonus-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.refbonus-row:last-child {
  margin-bottom: 0;
}

.refbonus-row input {
  width: 120px;
  padding: 6px 8px;
  border: none;
  border-radius: 6px;
  text-align: right;
  font-weight: 600;
}

.refbonus-status {
	background: #fff;
	padding: 14px;
	text-align: center;
}
.refbonus-status-title {
  font-weight: 600;
  margin-bottom: 10px;
}

.refbonus-status-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	color: black !important;
}
.refbonus-status-item {
  background: #e9e9e9;
  padding: 10px;
  border-radius: 8px;
}

.refbonus-status-item strong {
  font-size: 20px;
  display: block;
}
