.deanhod-courses-wrap{
    margin:1rem 0 1.25rem 0;
    padding:1rem;
    border:1px solid #dfe3e8;
    border-radius:14px;
    background:#fff;
    box-shadow:0 2px 10px rgba(0,0,0,.04);
}
.deanhod-courses-top{
    display:flex;
    flex-wrap:wrap;
    gap:.5rem;
    align-items:center;
    margin-bottom:.9rem;
}
.deanhod-courses-btn{
    border:1px solid #cfd6dd;
    background:#f7f9fb;
    color:#243447;
    border-radius:999px;
    padding:.45rem .85rem;
    cursor:pointer;
    font-size:.92rem;
}
.deanhod-courses-btn.active{
    background:#0f6cbf;
    color:#fff;
    border-color:#0f6cbf;
}
.deanhod-courses-tools{
    margin-inline-start:auto;
    display:flex;
    flex-wrap:wrap;
    gap:.5rem;
    align-items:center;
}
.deanhod-courses-tools input,
.deanhod-courses-tools select{
    min-width:180px;
    border:1px solid #cfd6dd;
    border-radius:10px;
    padding:.45rem .7rem;
    background:#fff;
}
.deanhod-courses-list{margin-top:.75rem;}
.deanhod-courses-ul{list-style:none;margin:0;padding:0;}
.deanhod-courses-li{
    padding:.7rem .8rem;
    border:1px solid #edf1f5;
    border-radius:10px;
    background:#fbfcfd;
    margin-bottom:.55rem;
}
.deanhod-courses-li a{
    font-weight:600;
    color:#0f6cbf;
    text-decoration:none;
}
.deanhod-courses-small{
    margin-top:.2rem;
    font-size:.88rem;
    color:#5d6b79;
}
