/* WC Deposits Pro — theme-independent frontend styles v1.7.4 */

.wcdp-checkout-toggle,
.wcdp-product-toggle,
.wcdp-order-deposit-info,
.wcdp-deposit-history,
.wcdp-checkout-toggle *,
.wcdp-product-toggle *,
.wcdp-order-deposit-info *,
.wcdp-deposit-history *{
    box-sizing:border-box;
}

.wcdp-checkout-toggle,
.wcdp-product-toggle{
    display:block;
    width:100%;
    max-width:100%;
    clear:both;
    background:#f9f7ff;
    border:1px solid #c8b4e8;
    border-radius:6px;
    padding:20px 24px;
    margin:0 0 24px;
    color:#222;
}

.wcdp-product-toggle{
    padding:16px 18px;
    border-color:#ddd;
    border-radius:8px;
    background:#fafafa;
}

.wcdp-checkout-toggle h3,
.wcdp-product-toggle h4{
    display:block;
    margin:0 0 12px;
    line-height:1.2;
    color:inherit;
}

.wcdp-checkout-toggle h3{font-size:18px;color:#3c2063}
.wcdp-product-toggle h4{font-size:16px}
.wcdp-message{color:#555;margin:0 0 12px;font-style:italic}

.wcdp-toggle-buttons{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
    width:100%;
    max-width:100%;
}

.wcdp-option{
    min-width:0;
    display:flex !important;
    align-items:center;
    gap:8px;
    border:2px solid #ddd;
    border-radius:6px;
    padding:14px 16px;
    cursor:pointer;
    background:#fff;
    color:#222;
    font-weight:500;
    line-height:1.35;
    transition:border-color .2s, background .2s;
}

.wcdp-option:hover,
.wcdp-option.active{border-color:#7f54b3;background:#f3eeff}

.wcdp-option input[type="radio"]{
    display:inline-block !important;
    flex:0 0 auto;
    accent-color:#7f54b3;
    width:18px;
    height:18px;
    margin:0;
    opacity:1 !important;
    visibility:visible !important;
}

.wcdp-deposit-amount{font-size:13px;color:#7f54b3;font-weight:400}
.wcdp-forced-notice{background:#fff3cd;border-left:4px solid #ffc107;padding:10px 14px;border-radius:0 4px 4px 0;margin:0}

.wcdp-custom-amount{
    margin-top:12px;
    display:flex;
    align-items:center;
    gap:8px;
    flex-wrap:wrap;
    width:100%;
}
.wcdp-custom-amount label{display:block;width:100%;font-size:13px;color:#555;margin:0 0 4px}
.wcdp-custom-amount input[type="number"]{width:140px;max-width:100%;padding:8px 10px;border:1px solid #ccc;border-radius:4px;background:#fff;color:#111}

.wcdp-balance-row th,
.wcdp-balance-row td{color:#e65100;font-weight:600}
.wcdp-deposit-price{font-weight:600;color:#2e7d32}
.wcdp-balance-due{color:#e65100}
.wcdp-order-deposit-info{margin:24px 0}
.wcdp-order-deposit-info h2{font-size:18px}
.wcdp-pay-balance-btn{margin-top:12px !important;background:#7f54b3 !important;color:#fff !important;border-color:#7f54b3 !important}
.wcdp-pay-balance-btn:hover{background:#6b42a0 !important}
.wcdp-deposit-history th{background:#7f54b3;color:#fff}

@media (max-width:768px){
    .wcdp-toggle-buttons{grid-template-columns:1fr}
    .wcdp-checkout-toggle,
    .wcdp-product-toggle{padding:16px}
}
