.lnsprof .pagination {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 32px;
}

.lnsprof .pagination .page-numbers {
    padding: 2px 8px;
    background-color: #4f17a8;
    color: white;
    opacity: .7;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.lnsprof .pagination span.page-numbers {
    opacity: 1;
}

.lnsprof .lnsprof_student_slide img.avatar,
.lnsprof .lnsprof_students img.avatar {
    width: 40%;
    aspect-ratio: 1/1;
    border-radius: 100%;
    object-fit: cover;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}