/* Make table columns equal width and enable text wrapping */
.specification-col .pp-table-content th,
.specification-col .pp-table-content td {
    width: 33.33% !important; /* Equal width for 3 columns */
    word-wrap: break-word !important; /* Enable text wrapping */
    white-space: normal !important; /* Ensure text wraps */
}

/* Style the table headers */
.specification-col .pp-table-content .pp-table-row th {
    font-weight: 700 !important;
    text-align: left !important;
}