
        body {
            font-family: Arial, sans-serif;
        }
        .title {
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 10px;
        }
        table {
            width: 100%;
            border-collapse: collapse;
        }
        th, td {
            padding: 10px;
            text-align: left;
        }
        th {
            background-color: #f6c22d;
            font-weight: bold;
        }
        tr:nth-child(odd) {
            background-color: #f4f4f4;
        }
        .see-more {
            margin-top: 10px;
            font-size: 14px;
            color: blue;
            text-decoration: underline;
            cursor: pointer;
        }
    