.l4v-checkout-addresses {
    margin-bottom: 24px;
    padding: 16px;
    background: #f8f8f8;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
}

.l4v-checkout-addresses__title {
    margin: 0 0 12px;
    font-size: 14px;
    font-weight: 600;
}

.l4v-checkout-new-addr-btn {
    margin-top: 8px !important;
    font-size: 13px !important;
}

.l4v-checkout-new-addr-form {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #e0e0e0;
}

.l4v-checkout-form-actions {
    display: flex;
    gap: 8px;
    margin-top: 12px;
}

/* Fix checkbox WC Blocks — SVG décalé par thème */
.wc-block-components-checkbox label {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.wc-block-components-checkbox .wc-block-components-checkbox__mark {
    display: none !important;
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"] {
    appearance: none !important;
    -webkit-appearance: none !important;
    position: static !important;
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    border: 2px solid #ccc !important;
    border-radius: 4px !important;
    background: #fff !important;
    margin: 0 !important;
    padding: 0 !important;
    cursor: pointer !important;
    transition: background 0.15s, border-color 0.15s !important;
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"]:checked {
    background-color: #7cac2a !important;
    border-color: #7cac2a !important;
}
