.product-specs-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.product-specs-table td {
    padding: 10px 15px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 15px;
}

.product-specs-table tr td:first-child {
    font-weight: bold;
    color: #222;
    width: 40%;
}

.product-specs-table tr td:last-child {
    color: #444;
}

.clean-specs td {
    padding: 4px 6px;
    font-size: 13px;
    vertical-align: middle;
    white-space: nowrap;
    line-height: 1.4;
}