Микросетки. Продолжение. Испытание: Панель управления

Что можно улучшить с точки зрения чистоты и логики?

.tabs-list {
  margin: 0;
  padding: 0;
  width: 180px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.active {
  align-self: flex-end;
}
  
.tab-link {
  margin-bottom: 15px;
}

.tab:nth-child(7) {
  margin-bottom: -15px;
}

.content { 
  width: 280px;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.author {
  order: -5;
  align-self: flex-start;
  margin: 0;
  margin-bottom: 15px;
}
  
.image {
  order: -4;
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.title {
  margin: 0;
  margin-bottom: 5px;
}

.message {
  margin: 0;
}

.reply-link {
  margin: 0;
  margin-top: 20px;
}