.mi-pdf-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.mi-pdf-table th {
    background: #0073aa;   /* WordPress Admin Blue */
    color: #fff;
    padding: 10px;
    text-align: left;
}

.mi-pdf-table td {
    border: 1px solid #ddd;
    padding: 8px 10px;
}

.mi-pdf-table tr:nth-child(even) {
    background: #f9f9f9;
}

.mi-pdf-table tr:hover {
    background: #f1f1f1;
}

.mi-pdf-table a {
    color: #0073aa;
    text-decoration: none;
}

.mi-pdf-table a:hover {
    text-decoration: underline;
}
