.DashboardPanelTemplate[data-file="dashboard/production-doc-list.php"] .uk-card-body {
    min-height: 60px;

    table {
        width: 100%;
        border-collapse: collapse;
        font-size: 14px;
    }

    th, td {
        border: 1px solid #ccc;
        padding: 8px 12px;
        text-align: left;
        white-space: nowrap;
    }

    th {
        background: #f5f5f5;
        font-weight: 600;
    }

    tr:hover {
        background: #f9f9f9;
    }

    td a {
        color: #0073e6;
        text-decoration: none;
    }

    td a:hover {
        text-decoration: underline;
    }
}