.editorial-team-form-section {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 8px;
}

.editorial-team-form-row {
    display: flex;
    gap: 20px;
}

.editorial-team-form-row.full-width > div {
    width: 100%;
}

.delete-item {
    color: #cd2b28
}

.editorial-team-table-image {
    width: 50px;
}

.editorial-team-add-btn {
    float: right;
}

.editorial-team-cancel-btn {
    float: right;
    margin-right: 8px;
    border: #fff;
    box-shadow: none;
}
