.frame-type-filelist_filelist {
    margin: 150px 200px;
}

.frame-type-filelist_filelist > h2 {
    padding: 20px;
}

.tx-filelist {
    padding: 0 15px;
}

.file-list-item {
    width: 100%;
    margin-bottom: 10px;
}

.file-list-row {
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #e9ecef;
    padding: 8px 0;
}


.file-list-column {
    padding: 0 15px;
}

.file-list-title {
    display: flex;
    align-items: center;
    flex: 3;
}

.file-icon {
    margin-right: 10px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.file-icon img {
    max-width: 24px;
    max-height: 24px;
    width: auto;
    height: auto;
}

.file-title {
    font-weight: 500;
}

.file-list-info {
    flex: 2;
}

.file-description {
    margin-bottom: 5px;
}

.file-size {
    color: #6c757d;
    font-size: 0.875rem;
    margin-bottom: 0;
}

.file-list-modified {
    flex: 1;
    text-align: right;
    color: #6c757d;
    font-size: 0.875rem;
}

/* Header styling */
.file-list-header {
    display: flex;
    background-color: #f8f9fa;
    padding: 10px 15px;
    font-weight: bold;
    border-bottom: 2px solid #dee2e6;
    margin-bottom: 10px;
}

.file-list-header-title {
    flex: 3;
}

.file-list-header-info {
    flex: 2;
}

.file-list-header-modified {
    flex: 1;
    text-align: right;
}

/* Badge styling */
.badge-secondary {
    background-color: #6c757d;
    color: white;
    font-size: 0.75rem;
    padding: 0.25em 0.5em;
    border-radius: 0.25rem;
    margin-left: 5px;
}