.mac-teacher {
    display: flex;
    align-items: center;
    gap: 5px;
    min-width: 0;
    flex: 0 1 auto;

    text-decoration: none !important;
    color: inherit !important;
}
.mac-teachers-label {
    font-size: 10px;
    color: #999;
    margin-bottom: 5px;
}

.mac-teachers-list {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
}

.mac-teacher {
    display: flex;
    align-items: center;
    gap: 5px;
    min-width: 0;
    flex: 0 1 auto;
}

.mac-teacher-avatar {
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    border-radius: 50%;
    overflow: hidden;
    background: #eee;
}

.mac-teacher-avatar img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.mac-teacher-name {
    font-size: 10px;
    font-weight: 500;
    color: #333;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 75px;
}







