.ms-avatar-upload-area { display: flex; align-items: center; gap: 20px; margin-top: 10px; }

.ms-avatar-circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    cursor: pointer;
    background: #eee;
}

.ms-avatar-circle img { width: 100%; height: 100%; object-fit: cover; }

/* Модальное окно */
#ms-cropper-modal {
    position: fixed; z-index: 99999; left: 0; top: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.8); display: flex; align-items: center; justify-content: center;
}

.ms-modal-content {
    background: #fff; padding: 20px; border-radius: 8px; width: 90%; max-width: 500px;
}

.ms-cropper-work-area {
    width: 100%; height: 350px; background: #333; margin-bottom: 15px; overflow: hidden;
}

.ms-modal-footer { display: flex; justify-content: space-between; }

/* Репитер */
.ms-edu-row td { padding: 10px 5px; }
.ms-edu-row input { width: 100%; padding: 6px; border: 1px solid #ccc; border-radius: 4px; }
.ms-remove-edu { color: red; background: none; border: none; font-size: 24px; cursor: pointer; }