.wfid-loyalty-box {
    background: #f0f8ff;
    border: 1px solid #bee5ff;
    border-left: 4px solid #00a6fe;
    padding: 15px 20px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.wfid-loyalty-box p {
    margin: 5px 0;
}

.wfid-points-balance {
    font-size: 15px;
}

.wfid-applied {
    color: #28a745;
}

.wfid-info {
    color: #856404;
}

.wfid-apply-btn,
.wfid-remove-btn {
    margin-top: 8px !important;
}

.wfid-apply-btn {
    background: #00a6fe !important;
    color: #fff !important;
    border-color: #0095e4 !important;
}

.wfid-remove-btn {
    color: #dc3545 !important;
    border-color: #dc3545 !important;
}

/* My Account */
.wfid-account {}

.wfid-balance-box {
    text-align: center;
    padding: 30px;
    background: linear-gradient(135deg, #00a6fe, #1c5bb2);
    color: #fff;
    border-radius: 8px;
    margin-bottom: 20px;
}

.wfid-balance-number {
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
}

.wfid-balance-label {
    font-size: 16px;
    margin-top: 5px;
    opacity: 0.9;
}

.wfid-reward-box {
    background: #d4edda;
    border: 1px solid #c3e6cb;
    padding: 12px 18px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.wfid-next-tier {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    padding: 12px 18px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.wfid-history-table {
    width: 100%;
}

.wfid-rules {
    padding-left: 20px;
}

.wfid-rules li {
    margin-bottom: 8px;
}
