.comment-review-main-container {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.tab-button {
  text-decoration: none;
  margin: 5px;
  display: inline-block;
}
.tab-button.active {
  text-decoration: underline;
  font-weight: bold;
}

.width100 {
  width: 100% !important;
}