/* =========================================================
   WC Acompte — Styles front-end
   ========================================================= */

/* ── Bloc acompte (panier) ─────────────────────────────── */
.wca-deposit-block {
    border: 0;
    padding: 0;
    margin: 30px;
}

.wca-deposit-block h3 {
    margin-top: 0;
    font-size: 1em;
    font-weight: 700;
    color: inherit;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

/* Table alignée avec shop_table WC */
.wca-options-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

.wca-options-table tr td {
    padding: 6px 0;
    border: 0;
    vertical-align: middle;
}

/* Colonne prix alignée à droite comme shop_table */
.wca-options-table td.wca-amount {
    text-align: right;
    white-space: nowrap;
    font-weight: 600;
}

/* Ligne option principale (radio) */
.wca-option-row td.wca-option-label {
    font-weight: 600;
}

.wca-option-row label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.wca-option-row input[type="radio"] {
    width: 16px;
    height: 16px;
    margin: 0;
    flex-shrink: 0;
    accent-color: inherit;
}

/* Ligne "Restant dû" en sous-option */
.wca-suboption td {
    color: #777;
    font-size: 0.95em;
    padding-top: 2px !important;
}

.wca-indent {
    width: 24px;
}

/* Ligne solde dans le récap obligatoire */
.wca-row-balance td {
    color: #777;
    font-size: 0.95em;
}

/* ── Encadré récapitulatif acompte ────────────────────── */
.wca-summary-box {
    background: #f8f8f8;
    border: 1px solid #f0ad4e;
    border-left: 4px solid #f0ad4e;
    border-radius: 0 4px 4px 0;
    padding: 4px 0;
    margin-top: 16px;
}

/* Checkout : couleur marine */
.woocommerce-checkout .wca-summary-box {
    border: 1px solid #030551;
    border-left: 4px solid #030551;
    margin-bottom: 40px;
    padding: 20px;
}

.wca-summary-table {
    width: 100%;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

.wca-summary-table tr td {
    padding: 6px 14px !important;
    border: 0 !important;
    background: transparent !important;
}

.wca-summary-table td.wca-amount {
    text-align: right;
    white-space: nowrap;
}

.wca-summary-deposit td {
    color: #856404;
    font-size: 1.05em;
}

.wca-summary-balance td {
    color: #777;
    font-size: 0.95em;
}

.wca-summary-total td {
    color: #555;
    font-size: 0.95em;
    border-bottom: 1px solid #f0ad4e !important;
}

/* ── Espace client ─────────────────────────────────────── */
.wca-order-deposit-summary {
    margin: 30px 0;
}

.wca-balance-row td {
    color: #e67e22;
}

.wca-pay-balance-btn {
    margin-left: 10px;
    background: #e67e22 !important;
    color: #fff !important;
    border-color: #e67e22 !important;
}

.wca-paid-badge {
    color: #27ae60;
    font-weight: bold;
}

.wca-pending-badge {
    color: #856404;
    font-weight: bold;
}

.wca-pdf-links {
    margin-top: 16px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.wca-pdf-links .button {
    font-size: 0.9em;
}