.person-photo {
    margin: 0 0.5em;
}
.person-photo-form {
    margin: 1em 0;
}

.person-photo-form__label {
    margin-bottom: 0.2em;
}

.person-photo-form__items {
    display: flex;
    align-items: center;
}

.person-photo-form__remove {
    padding: 0.2em 0;
}

.person-photo-form__button-content {
    margin: 0.5em 0.5em 0.5em 0;
}
.person-photo-form__button-content a {
    margin-right: 0.5em;
}

.person-photo-form__file-content{
    width: fit-content;
}

.person-photo-form__file-content input[type="file"]{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 400px !important;
}