/* Palette officielle actuellement utilisée par cloud-store.fr */
.cs-referral {
  --navy: #101218;
  --blue: #084af3;
  --teal: #4175fc;
  --mint: #eef2ff;
  --ink: #101218;
  --muted: #686b75;
  --line: #dfe3ee;
  --soft: #f3f5f5;
}
.cs-referral .cs-hero { background: linear-gradient(115deg,#101218,#172b62); }
.cs-referral .cs-hero h2 em { color:#6f94ff; }
.cs-referral .cs-equation b { background:rgba(65,117,252,.18);color:#8da8ff;border-color:rgba(111,148,255,.35); }
.cs-referral .cs-gift { background:rgba(65,117,252,.18); }
.cs-referral .cs-reward strong b { color:#8da8ff; }
.cs-referral .cs-form-card { box-shadow:0 28px 70px rgba(16,18,24,.13); }
.cs-referral .cs-grid input:focus,.cs-referral .cs-grid select:focus { border-color:#4175fc!important;box-shadow:0 0 0 3px rgba(65,117,252,.12)!important; }
.cs-referral .cs-primary { background:#084af3!important;box-shadow:0 8px 20px rgba(8,74,243,.22); }
.cs-referral .cs-primary:hover { background:#063fd0!important; }
.cs-referral .cs-add { border-color:#aabcfb!important;background:#f7f8ff!important;color:#084af3!important; }
.cs-referral .cs-add>b { background:#e8edff; }
.cs-referral .cs-success-reward>b { color:#8da8ff; }
