.dlu-container{
direction:rtl;
max-width:1100px;
margin:auto;
font-family:'Lunasima',sans-serif;
}

.dlu-filters{
display:flex;
gap:10px;
align-items:center;
flex-wrap:wrap;
margin-bottom:20px;
}

#dlu-search{
padding:10px;
width:220px;
border:1px solid #ccc;
}

.dlu-filters select{
padding:10px;
border:1px solid #ccc;
}

#dlu-search-btn{
padding:10px 20px;
background:#333;
color:white;
border:none;
cursor:pointer;
}

.dlu-table-wrapper{
overflow-x:auto;
}

.dlu-table{
width:100%;
border-collapse:collapse;
min-width:600px;
}

.dlu-table thead tr{
border-top:2px solid #e29a2a;
border-bottom:2px solid #e29a2a;
}

.dlu-table th{
text-align:right;
padding:14px;
}

.dlu-table td{
padding:20px 14px;
border-bottom:1px solid #999;
}

.doc-title{
font-weight:600;
}

.dlu-download{
padding:12px 22px;
text-decoration:none;
display:inline-flex;
gap:8px;
align-items:center;
font-weight:700;
}

.dlu-download:hover{
opacity:.9;
}