/* Override any theme or WooCommerce styles */
body .pcc-calculator-container table.pcc-calculator-table {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    table-layout: fixed !important;
}

body .pcc-calculator-container table.pcc-calculator-table td,
body .pcc-calculator-container table.pcc-calculator-table th {
    padding: 8px !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    overflow: visible !important;
}

/* Force table wrapper */
body .pcc-calculator-container .pcc-table-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Force table width */
body .pcc-calculator-container .pcc-calculator-table {
    min-width: 100% !important;
    max-width: none !important;
}