/* Styl dla tabeli shortcode */
.download-files-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 16px;
    background-color: #fff;
}

.download-files-table thead {
    background-color: #f4f4f4;
    color: #333;
}

.download-files-table th, .download-files-table td {
    padding: 12px 15px;
    text-align: left;
    border: 1px solid #ddd;
}

.download-files-table th {
    background-color: #0073aa;
    color: #fff;
}

.download-files-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.download-files-table tr:hover {
    background-color: #f1f1f1;
}

.download-files-table a {
    color: #0073aa;
    text-decoration: none;
}

.download-files-table a:hover {
    text-decoration: underline;
}