#page-referral {
  padding-bottom: 870px;
}

.referral-icon {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
  opacity: 50%;
}

.referral-info {
  background-color: rgba(255, 255, 255, 0.059);
  border-radius: 20px;
  padding: 15px;
  color: rgba(255, 255, 255, 0.427);
  margin: 0 20px;
  display: flex;
  gap: 5px;
  margin-bottom: 20px;
}

.referral-count {
  display: flex;
  flex-direction: row;
  margin: 0 20px;
  gap: 20px;
  margin-bottom: 20px;
}

.referral-count-friends,
.referral-count-days {
  background-color: rgba(255, 255, 255, 0.059);
  padding: 15px;
  border-radius: 20px;
  width: 50%;
  display: flex;
  flex-direction: column;
}

/* ЕСТЬ РЕФЕРАЛЫ */
.referral-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 20px;
}

.referral-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255,255,255,0.059);
  border-radius: 16px;
  padding: 14px;
}

.referral-item-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(182,55,188,0.25);
  color: #d96dde;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.referral-item-info {
  display: flex;
  flex-direction: column;
  gap: 3px;
  flex: 1;
}

.referral-item-name {
  font-size: 14px;
  font-weight: 600;
}

.referral-item-date {
  font-size: 12px;
  color: rgba(255,255,255,0.4);
}

.referral-item-bonus {
  font-size: 13px;
  font-weight: 700;
  color: #4cda64;
  white-space: nowrap;
}
