.prod-param-table-wrapper-b526fede {
    overflow-x: auto;
    max-width: 100%;
}
.prod-param-table-b526fede {
    width: 100%;
    /* Default to collapse, overridable by widget settings */
    border-collapse: collapse; 
    border: none; /* Let widget border controls handle this */
    margin-bottom: 0 !important; /* Prevents unwanted spacing below table */
}
.prod-param-table-b526fede th,
.prod-param-table-b526fede td {
    padding: 12px 15px;
    /* Default border, overridable by widget settings */
    border: 1px solid #e5e5e5;
    /* Basic alignment fallback */
    vertical-align: middle;
}
.prod-param-table-b526fede th {
    font-weight: bold;
    background-color: #f9f9f9;
}
/* Ensure WYSIWYG paragraphs don't add extra margin */
.prod-param-table-b526fede th p:last-child,
.prod-param-table-b526fede td p:last-child {
    margin-bottom: 0;
}