.member-main {
  gap: 8px;
}

.remove-member {
  margin-left: auto;
  width: 25px;
  height: 25px;
  border: 1px solid #633a34;
  border-radius: 3px;
  background: #2d1e1c;
  color: #ff8c7e;
  font-weight: 700;
  line-height: 1;
}

.remove-member:hover {
  background: #452521;
}
