.m1dll_filelist,
.m1dll_filesize,
.m1dll_filetime {
    font-size: 16px;
    color: #000000;
    white-space: nowrap;
}
.m1dll_filelist a {
    color: #000000;
}

p:has(+ ul.m1dll_filelist) {
    display: none;
}

.m1dll_filelist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.m1dll_filelist li {
    display: flex;
    flex-
    align-items: center;
    gap: 7px;
    padding: 3px 12px;
    border-bottom: 1px solid #e5e7eb;
    text-decoration: none;
}

.m1dll_filelist li:hover {
    border: 2px solid #e5e7eb;
    background: #eeeeee;
    font-weight: 600;
    text-decoration: none;
}

.m1dll_filelist li a {
    background-position: left center !important;
    padding-left: 30px !important;
    text-decoration: none;
    width: 100%;
}

.m1dll_filelist span:first-of-type,
.m1dll_filelist button:first-of-type {
    margin-left: auto;
}


/* kereső */
.m1dll-search {
    width: 100%;
    padding: 8px 10px;
}

.m1dll_filelist button,
.m1dll-pagination button {
    color: #000000;
    background: #d3d3d3;
    border-radius: 4px;
    border: 0px;
    white-space: nowrap;
    padding: 6px 10px;
    margin-left: auto;
    font-weight: normal !important;
    text-decoration: none !important;
}
.m1dll_filelist button:hover,
.m1dll-pagination button:hover {
    color: #ffffff;
    background: #2563eb;
}

/* lapozás */
.m1dll-pagination {
    width: 100%;
    margin-top: 6px;
}

.m1dll-pagination button {
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 4px 8px;
    width: 40px;

}

.m1dll-pagination .active {
    font-weight: bold;
    background: #2563eb;
    color: white;
}
