/* ===================================================
   LearnPress Part Payment – Frontend Styles
   =================================================== */

/* ── Course page badge ── */
.lppp-course-badge {
    display: inline-block;
    background: #e8f5e9;
    border: 1px solid #66bb6a;
    border-radius: 4px;
    padding: 7px 12px;
    margin-top: 10px;
    font-size: 0.9em;
    line-height: 1.4;
}

.lppp-badge-icon {
    color: #2e7d32;
}

.lppp-badge-amount {
    font-weight: 700;
    color: #2e7d32;
}

/* ── Checkout deposit notice ── */
.lppp-checkout-notice {
    background: #fff8e1;
    border: 1px solid #ffc107;
    border-left: 4px solid #ffa000;
    border-radius: 4px;
    padding: 14px 16px;
    margin-bottom: 20px;
}

.lppp-checkout-notice__title {
    margin: 0 0 10px;
    font-size: 1em;
    font-weight: 700;
    color: #5d4037;
}

.lppp-checkout-notice__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9em;
    margin-bottom: 10px;
}

.lppp-checkout-notice__table th,
.lppp-checkout-notice__table td {
    text-align: left;
    padding: 5px 8px;
    border-bottom: 1px solid #ffe082;
}

.lppp-checkout-notice__table th {
    background: #fff3cd;
    font-weight: 600;
}

.lppp-checkout-notice__footer {
    margin: 0;
    font-size: 0.85em;
    color: #795548;
}

/* ── Cart item "Deposit Due" label ── */
.lppp-deposit-label {
    display: inline-block;
    margin-top: 4px;
    font-size: 0.85em;
    color: #e65100;
    font-weight: 600;
}

/* ── Student profile table ── */
.lppp-installments-table-wrapper {
    overflow-x: auto;
    margin-top: 15px;
}

.lppp-installments-table {
    width: 100%;
    border-collapse: collapse;
}

.lppp-installments-table th,
.lppp-installments-table td {
    padding: 8px 12px;
    text-align: left;
}

.lppp-fully-paid {
    color: #2e7d32;
    font-weight: bold;
}
