/* Styles for files page */
.file-table {
    width: 100%;
    border-collapse: collapse;
}
.file-table th, .file-table td {
    border: 1px solid #eaeaea;
    padding: 0.5rem;
}
.file-table th {
    background-color: #f5f5f5;
}

.file-table code {
    display: inline-block;
    max-width: 18rem;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
}

.file-actions {
    display: flex;
    gap: 0.5rem;
}

.btn.danger {
    border-color: #b00020;
    color: #b00020;
}

.btn.danger:hover {
    background: #b00020;
    color: #fff;
}
