.referral-link-container {
    background: #1e293b;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
    border: 1px solid #324268;
    color: #fff;
}

.referral-link-container input[type="text"] {
    width: 70%;
    padding: 12px;
    font-size: 1em;
    border-radius: 4px;
    border: 1px solid #3185fc;
    background: #232b47;
    color: #fff;
}

.referral-link-container button {
    margin-left: 10px;
    padding: 12px 24px;
    background: #3185fc;
    color: #fff;
    border-radius: 4px;
    border: none;
    font-weight: bold;
    cursor: pointer;
}

.referral-rewards ul {
    color: #fff;
    margin-left: 20px;
}

.referral-summary {
    margin-top: 15px;
    color: #cbd5e1;
}

.referral-table {
    width: 100%;
    background: #181f38;
    border: 1px solid #36426e;
    border-radius: 5px;
    color: #fff;
    margin-bottom: 20px;
}
.referral-table th, .referral-table td {
    padding: 10px 15px;
    border-bottom: 1px solid #36426e;
    text-align: left;
}
.referral-table th {
    background: #232b47;
    font-weight: bold;
}
.points-cell {
    text-align: center;
    color: #46e854;
}
.date-cell {
    text-align: center;
}
