
#docente-list-wrapper li {
    margin: calc(var(--bs-gutter-x)*.5) 0;
    box-shadow: var(--ut-box-shadow);
    background: white;
    border-radius: var(--ut-radius);
}

#docente-list-wrapper .it-list a.list-item {
    color: var(--bs-gray-600);
    border-bottom: none;
}

#docente-list-wrapper .it-list a.list-item:hover {
    box-shadow: none;
    color: unset;
    background: unset;
    transition: none;
    border-bottom: none;
}

#docente-list-wrapper .it-list a.list-item span.text {
    font-weight: var(--bs-body-font-weight);
}

#docente-list-wrapper .it-list a.list-item:hover span.text {
    text-decoration: none;
    color: var(--ut-primary-500);
}

#docente-list-wrapper .it-list .it-right-zone {
    margin-right: var(--bs-gutter-x);
    margin-left: calc(var(--bs-gutter-x)*.5);
}

#docente-list-wrapper .list-item .it-rounded-icon {
    width: unset;
    margin-left: var(--bs-gutter-x);
    margin-right: 0;
    display: flex;
}

#docente-list-wrapper .icon {
    fill: var(--ut-primary-500);
    max-height: 20px;
    max-width: 16px;
}
