.elementor-15607 .elementor-element.elementor-element-8e1bcca{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-fb65f82 *//* Make the table full width */
.dimensions-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

/* Force SKU and Dimensions to stay on one line and expand the column */
.dimensions-table .dim-sku,
.dimensions-table .dim-dims {
    white-space: nowrap;
    width: 1%; /* This is a CSS trick: it forces the column to shrink-wrap the text */
}

/* Add spacing between columns */
.dimensions-table td {
    padding: 8px 15px;
    border-bottom: 1px solid #eee; /* Optional: light lines between rows */
}

/* Title takes up the remaining space */
.dimensions-table .dim-title {
    width: auto;
    text-align: left;
}

/* Optional: Zebra Stripes */
.dimensions-table tr:nth-child(even) {
    background-color: #f9f9f9;
}/* End custom CSS */