.wplr-loyalty-container {
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
    border: 1px solid #eee;
}

.wplr-points-balance {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    text-align: center;
    border-left: 5px solid #a46497;
}

.wplr-points-number {
    font-size: 24px;
    font-weight: bold;
    color: #a46497;
    margin: 10px 0;
}

.wplr-referral-link-box {
    display: flex;
    gap: 10px;
    margin: 15px 0;
}

.wplr-referral-link-box input {
    flex-grow: 1;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.wplr-copy-btn {
    background: #a46497;
    color: white;
    border: none;
    padding: 5px 15px;
    border-radius: 3px;
    cursor: pointer;
    font-weight: bold;
}

.wplr-copy-btn:hover {
    background: #8e5582;
}

/* Social Share Buttons */
.wplr-social-share {
    display: flex;
    gap: 10px;
    margin: 15px 0;
    flex-wrap: wrap;
}

.wplr-share-btn {
    display: inline-flex;
    align-items: center;
    padding: 8px 15px;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    transition: opacity 0.3s;
}

.wplr-share-btn:hover {
    opacity: 0.9;
    color: #fff;
}

.wplr-whatsapp-btn {
    background-color: #25d366;
}

.wplr-facebook-btn {
    background-color: #1877f2;
}

.wplr-share-btn i {
    margin-right: 8px;
}

.wplr-stats-table, .wplr-history-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}

.wplr-stats-table td, .wplr-history-table th, .wplr-history-table td {
    padding: 10px;
    border: 1px solid #eee;
    text-align: left;
}

.wplr-history-table th {
    background: #f4f4f4;
}
