#fmm-container {
    max-width: 600px;
    margin: 20px auto;
    padding: 15px;
    border: 1px solid #ccc;
    background: #fafafa;
}
#fmm-files {
    margin-top: 20px;
}
.fmm-file {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
}
.fmm-actions button {
    margin-left: 5px;
}
h3 {
    color: black !important;
}
.fmm-file span {
    color: black !important;
}