
        table {
            width: 100%;
            border-collapse: collapse;
            font-family: Arial, sans-serif;
            margin-top: 20px;
        }
        th, td {
            padding: 12px 15px;
            text-align: left;
            border-bottom: 1px solid #e1e1e1;
        }
        th {
            font-weight: bold;
            color: #333;
            background-color: #f9f9f9;
        }
        .highlight {
            color: #e74c3c;
            font-weight: bold;
        }
    