/* ComprasGuate Rewards - frontend styles */

.cgr-redeem-box {
    border: 1px solid #e2e2e2;
    background: #fafafa;
    padding: 16px;
    margin: 16px 0;
    border-radius: 8px;
}
.cgr-redeem-box h4 {
    margin: 0 0 8px;
    font-size: 16px;
}
.cgr-redeem-box .cgr-applied {
    color: #1a7f37;
    font-weight: 600;
}

.cgr-account .cgr-card {
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    padding: 18px;
    margin-bottom: 18px;
    background: #fff;
}
.cgr-account .cgr-card h3 {
    margin-top: 0;
    font-size: 18px;
}
.cgr-account .cgr-balance {
    font-size: 36px;
    font-weight: 700;
    margin: 4px 0;
    color: #b45309;
}
.cgr-account .cgr-balance-value {
    color: #555;
    margin: 0;
}
.cgr-account .cgr-tier-name {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.cgr-tier-bronze   { color: #8a5a2b; }
.cgr-tier-silver   { color: #6b7280; }
.cgr-tier-gold     { color: #b45309; }
.cgr-tier-platinum { color: #1f2937; }

.cgr-ref-stats {
    list-style: none;
    padding: 0;
    margin: 8px 0 0;
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}
.cgr-ref-stats li {
    background: #f3f4f6;
    border-radius: 6px;
    padding: 6px 12px;
}

.cgr-account table.cgr-history {
    width: 100%;
    border-collapse: collapse;
}
.cgr-account table.cgr-history th,
.cgr-account table.cgr-history td {
    border-bottom: 1px solid #eee;
    padding: 8px;
    text-align: left;
    font-size: 14px;
}
.cgr-account .cgr-pos { color: #1a7f37; font-weight: 600; }
.cgr-account .cgr-neg { color: #b91c1c; font-weight: 600; }
