         .product-description {             font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;             color: var(--text-dark);             line-height: 1.6;             margin: 0;             padding: 0px;             background-color: #ffffff;             font-size: 16px;         }         .features {             list-style: none;             padding: 0;         }         .features li {             margin: 8px 0;             position: relative;             padding-left: 20px;         }         .features li:before {             content: "✓";             position: absolute;             left: 0;             color: #28a745;             font-weight: bold;         }         table {             border-collapse: collapse;             margin-top: 12px;             width: 100%;             max-width: 600px;         }         table th, table td {             border: 1px solid #ddd;             padding: 6px 8px;             text-align: center;             font-size: 14px;         }         table th {             background-color: #f7f7f7;             font-weight: 600;         }     