/* iPrime Installments Styling */

.iprime-card {
    border: 2px solid #007cba;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    background: #f9f9f9;
}

.iprime-header h3 {
    margin: 0 0 15px 0;
    color: #007cba;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
}

.iprime-options {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.iprime-option {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-weight: 500;
}

.iprime-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 0.95em;
}

.iprime-plans {
    margin: 15px 0;
    padding: 15px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.iprime-plans p {
    margin: 0 0 10px 0;
    font-weight: bold;
}

.iprime-plan {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
    cursor: pointer;
}

.iprime-monthly-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.1em;
    background: #e7f3ff;
    padding: 10px;
    border-radius: 4px;
}

.iprime-monthly-total strong {
    color: #d63638;
    font-size: 1.2em;
}

/* Badge */
.iprime-badge {
    display: inline-block;
    background: #007cba;
    color: #fff;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 3px;
    margin-bottom: 5px;
}

/* Checkout Breakdown */
.iprime-checkout-card {
    background: #f8f8f8;
    border: 1px solid #ddd;
    padding: 15px;
    margin-top: 20px;
    border-radius: 5px;
}

.iprime-checkout-card h3 {
    margin-top: 0;
    font-size: 1.1em;
}

.iprime-checkout-item {
    margin-bottom: 15px;
}

.iprime-breakdown-table {
    width: 100%;
    margin-top: 5px;
    font-size: 0.9em;
}

.iprime-breakdown-table td {
    padding: 2px 0;
}

.iprime-breakdown-table td:last-child {
    text-align: right;
    font-weight: bold;
}
