/* Kadence - Carritos Guardados | Mi Cuenta */

.kcsc-saved-carts-table { width: 100%; margin-top: 15px; }
.kcsc-saved-carts-table th { font-weight: 600; text-align: left; padding: 11px 10px; }
.kcsc-saved-carts-table td { padding: 11px 10px; vertical-align: middle; }

.kcsc-saved-carts-table .kcsc-col-actions a {
    display: inline-block;
    padding: 7px 13px;
    margin: 3px 3px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    transition: opacity 0.2s;
    line-height: 1.2;
}
.kcsc-saved-carts-table .kcsc-col-actions a:hover { opacity: 0.85; }

/* Modal ver carrito */
#wcsc-view-modal-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}

#wcsc-view-modal {
    background: #fff;
    border-radius: 6px;
    width: 90%;
    max-width: 700px;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 8px 32px rgba(0,0,0,0.25);
}

#wcsc-view-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 18px;
    background: #f7f7f7;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    font-weight: 600;
    position: sticky;
    top: 0;
}
#wcsc-view-modal-close { background: none; border: none; font-size: 22px; cursor: pointer; color: #666; padding: 0; line-height: 1; }
#wcsc-view-modal-close:hover { color: #333; }
#wcsc-view-modal-body { padding: 18px 20px; }
#wcsc-view-modal-body table { width: 100%; border-collapse: collapse; }
#wcsc-view-modal-body th, #wcsc-view-modal-body td { padding: 9px 11px; border-bottom: 1px solid #eee; text-align: left; }
#wcsc-view-modal-body th { background: #f9f9f9; font-weight: 600; }

@media (max-width: 768px) {
    .kcsc-saved-carts-table .kcsc-col-actions a { display: block; margin: 4px 0; text-align: center; }
}
