/* Vessto Dashboard - Credit Card Styles */

.vcp-credit-card {
    background: linear-gradient(45deg, #1a202c, #2d3748);
    color: #ffffff;
    padding: 1.5rem;
    border-radius: 0.75rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    text-align: left;
}

.vcp-credit-card-header {
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #a0aec0; /* Lighter grey */
}

.vcp-credit-card-balance {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.1;
    margin: 0.5rem 0;
}

.vcp-credit-card-equivalent {
    font-size: 0.875rem;
    color: #718096; /* Darker grey */
    font-weight: 500;
}

/* Vessto Dashboard - Credit Styles */

/* --- CREDIT CARD WIDGET --- */
.vcp-credit-card {
    background: linear-gradient(45deg, #1a202c, #2d3748);
    color: #ffffff;
    padding: 1.5rem;
    border-radius: 0.75rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    text-align: left;
}
.vcp-credit-card-header {
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #a0aec0;
}
.vcp-credit-card-balance {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.1;
    margin: 0.5rem 0;
}
.vcp-credit-card-equivalent {
    font-size: 0.875rem;
    color: #718096;
    font-weight: 500;
}

/* --- CREDIT LOG TABLE STYLES --- */
.vcp-credit-log-table table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}
.vcp-credit-log-table th,
.vcp-credit-log-table td {
    padding: 1rem;
    border-bottom: 1px solid #e2e8f0;
    text-align: left;
}
.vcp-credit-log-table th {
    font-weight: 600;
    text-transform: uppercase;
    color: #718096;
    font-size: 0.8rem;
}
.vcp-credit-log-table .credit-add {
    color: #38a169; /* Green */
    font-weight: 600;
}
.vcp-credit-log-table .credit-deduct {
    color: #c53030; /* Red */
    font-weight: 600;
}