
/* === Nadpisanie szerokości wrappera === */
.page-wrapper {
    width: 90vw !important;
    max-width: 1100px !important;
    transform: none !important;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.55) !important;
}

@media (max-width: 600px) {
    .page-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        border-radius: 0 !important;
    }
}

/* === Karta na pełną szerokość === */
.card {
    padding: 20px;
    overflow-x: auto;
}

/* === Tabela plików === */
.file-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 14px;
    table-layout: fixed;
}

.file-table th {
    text-align: left;
    font-size: 0.75rem;
    color: #ff8a8a;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 8px 10px;
    border-bottom: 1px solid #3a0000;
}

.file-table th:nth-child(1) { width: 35%; }
.file-table th:nth-child(2) { width: 15%; }
.file-table th:nth-child(3) { width: 50%; }

.file-table td {
    padding: 10px;
    font-size: 0.82rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    vertical-align: top;
    word-break: break-word;
}

.file-table tr:last-child td {
    border-bottom: none;
}

.file-table tr:hover td {
    background: rgba(195, 1, 1, 0.12);
}

.file-size {
    white-space: nowrap;
    color: #ff8a8a;
    font-size: 0.75rem;
}

.file-desc {
    color: #cc9e9e;
    font-size: 0.75rem;
    line-height: 1.4;
}

.empty-msg {
    text-align: center;
    color: #cc9e9e;
    padding: 30px 0;
    font-size: 0.85rem;
}

footer {
    margin-top: 20px;
    text-align: center;
}

footer .primary-btn {
    display: inline-block;
    text-decoration: none;
    font-size: 0.82rem;
}

footer .primary-btn:hover {
    padding: 8px 24px;
    border-radius: 999px;
}
