
.soas-students-list {
    list-style-type: none;
    padding: 0;
}
.soas-students-list li {
    background: #f4f4f4;
    margin: 5px 0;
    padding: 10px;
    border-radius: 4px;
}
.education-entry {
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    position: relative;
}
.remove-education {
    position: absolute;
    right: 10px;
    top: 10px;
    color: red;
    cursor: pointer;
    font-weight: bold;
}
