.spec-table { width: 100%; border-collapse: collapse; margin-bottom: 20px; font-size: 16px; } .spec-table th, .spec-table td { border: 1px solid #ccc; padding: 12px; text-align: left; } .spec-table th { background-color: #f5f5f5; color: #333; width: 30%; } .spec-table tr:nth-child(even) { background…