/**
 * Export Styles
 *
 * @package WBT_SPB
 */

/* Export-specific styles */
.wbt-spb-exporting {
    transform: none !important;
    animation: none !important;
}

/* Print Styles */
@media print {
    .wbt-spb-toolbar {
        display: none !important;
    }

    .wbt-spb-sale-page {
        margin: 0;
        padding:24px;
    }

    .wbt-spb-table-wrapper {
        border: none;
    }

    .wbt-spb-products-table th,
    .wbt-spb-products-table td {
        padding: 10px;
    }

    .wbt-spb-products-table th {
        background: #f0f0f0 !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    .wbt-spb-sale-badge,
    .wbt-spb-stock-badge {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    .wbt-spb-btn-add-to-cart {
        display: none;
    }

    body {
        font-size: 12px;
    }

    a {
        text-decoration: none;
        color: #333;
    }

    img {
        max-width: 100%;
    }
}

/* Ensure proper dimensions for export */
#wbt-sale-page-export {
    width: 800px;
    min-height: 400px;
    background: transparent;
}
