.dub-form {
    background: #f9f9f9;
    padding: 15px;
    border: 1px solid #ccc;
    max-width: 400px;
    margin-bottom: 30px;
}

.dub-browser .dub-folder {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: 10px 0;
}

.dub-browser .folder-icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.dub-browser .dub-folder ul {
    display: none;
    margin-left: 34px;
    list-style: disc;
}

.dub-pagination {
    margin-top: 20px;
    text-align: center;
}

.dub-pagination a {
    display: inline-block;
    margin: 0 5px;
    padding: 6px 12px;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #333;
}

.dub-pagination a.active {
    background: #0073aa;
    color: #fff;
    font-weight: bold;
}

.dub-sort-toggle {
    text-align: right;
    margin-bottom: 10px;
}
.dub-sort-link {
    text-decoration: none;
    font-weight: bold;
}
