.frame-comment {
  border-radius: 12px;
  background: #f6f6f6;
  padding: 12px;
}

.profile-comment-grid {
  display: flex;
  flex-direction: row;
}

.profile-comment {
  display: flex;
  flex-direction: column;
  margin-top: 4px;
}

.wrap-comment {
  /* margin-top: 10px; */
}

.close-badge {
  border-radius: 50%;
  display: flex;
  width: 20px;
  height: 20px;
  background-color: #dc3545;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
}

.close-badge:hover {
  cursor: pointer;
  background-color: #c9302c;
}
