 
.odp-product-notice {
    margin: 16px 0;
    padding: 14px 16px;
    border-left: 4px solid #0f7d35;
    background: #f3fff6;
    border-radius: 8px;
}
.odp-product-notice strong {
    color: #0f7d35;
}
.odp-product-notice span {
    opacity: .5;
    margin: 0 8px;
}
.odp-cart-original th,
.odp-cart-original td {
    color: #555;
}
.odp-cart-deposit th,
.odp-cart-deposit td {
    color: #0f7d35;
    font-weight: 700;
}
.odp-cart-balance th,
.odp-cart-balance td {
    color: #b42318;
    font-weight: 700;
}
.odp-customer-summary {
    margin-top: 32px;
}
.odp-summary-box {
    border: 1px solid rgba(15, 125, 53, .22);
    background: linear-gradient(135deg, #fff 0%, #f6fff8 100%);
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 16px 40px rgba(0,0,0,.06);
}
.odp-summary-box h3 {
    margin-top: 0;
    color: #0f7d35;
}

/* Full payment option selector */
.odp-payment-choice-box {
    margin: 18px 0;
    padding: 16px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #fff;
}
.odp-payment-choice-title {
    margin: 0 0 10px;
    font-weight: 700;
}
.odp-payment-choice-option {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 12px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    margin-bottom: 10px;
    cursor: pointer;
}
.odp-payment-choice-option:last-child {
    margin-bottom: 0;
}
.odp-payment-choice-option input {
    margin-top: 4px;
}
.odp-payment-choice-option:hover {
    border-color: #1f7a35;
    background: #f7fff9;
}
.odp-payment-choice-option small {
    color: #555;
}

/* Variable product payment selector */
.odp-variable-payment-choice {
    display: none;
}
.odp-payment-choice-waiting {
    padding: 12px;
    border: 1px dashed #cbd5e1;
    border-radius: 8px;
    background: #f8fafc;
    color: #475569;
    font-size: 14px;
}
