html{ font-family: 'Montserrat', sans-serif; }
.hidden-trash { display: none; }
li:hover .hidden-trash, li.active .hidden-trash { display: block; }
.md-gen-table {
    overflow: auto;
    padding: 1rem 0px;
    width: 100%;
}
.md-gen-table table{
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
}

.md-gen-table thead {
    background-color: #d3d3d3;
    font-size: 0.875rem;
    color: #404040;
}

.md-gen-table th,
.md-gen-table td {
    padding: 0.75rem 1.5rem;
    text-align: left;
}

.md-gen-table tbody tr {
    border-bottom: 1px solid #e5e7eb;
    transition: background-color 0.2s ease;
}

.md-gen-table tbody tr:hover {
    background-color: #f3f4f6;
}

.md-gen-table tbody td {
    color: #374151;
    font-size: 0.875rem;
}

.server-prompt a[href^="/media/documents"] {
    color: #1d4ed8;
    text-decoration: underline;
}

